Example usage for android.app ActionBar subclass-usage

List of usage examples for android.app ActionBar subclass-usage

Introduction

In this page you can find the example usage for android.app ActionBar subclass-usage.

Usage

From source file android.support.v7.app.ActionBarImplICS.java

class ActionBarImplICS extends ActionBar {

    final Activity mActivity;
    final Callback mCallback;
    final android.app.ActionBar mActionBar;

From source file android.support.v7.app.ActionBarImplCompatICS.java

@TargetApi(Build.VERSION_CODES.HONEYCOMB)
class ActionBarImplCompatICS extends ActionBar {

    final Activity mActivity;
    final Callback mCallback;
    final android.app.ActionBar mActionBar;

From source file lewa.support.v7.app.ActionBarImplICS.java

class ActionBarImplICS extends ActionBar {

    final Activity mActivity;
    final Callback mCallback;
    final android.app.ActionBar mActionBar;

From source file android.support.v7.app.ActionBarImplCompatBase.java

@SuppressWarnings("unused")
class ActionBarImplCompatBase extends ActionBar {
    private Context mContext;
    private Context mThemedContext;
    private ActionBarPreferenceActivity mActivity;
    private Dialog mDialog;

From source file lewa.support.v7.app.ActionBarImplBase.java

public class ActionBarImplBase extends ActionBar {
    private Context mContext;
    private Context mThemedContext;
    private ActionBarActivity mActivity;
    private Dialog mDialog;

From source file com.iStudy.Study.ActionBarSherlock.Internal.App.ActionBarImpl.java

/**
 * ActionBarImpl is the ActionBar implementation used
 * by devices of all screen sizes. If it detects a compatible decor,
 * it will split contextual modes across both the ActionBarView at
 * the top of the screen and a horizontal LinearLayout at the bottom
 * which is normally hidden.

From source file android.support.v7.app.WindowDecorActionBar.java

/**
 * WindowDecorActionBar is the ActionBar implementation used
 * by devices of all screen sizes as part of the window decor layout.
 *
 * @hide
 */

From source file android.support.v7ox.app.WindowDecorActionBar.java

/**
 * WindowDecorActionBar is the ActionBar implementation used
 * by devices of all screen sizes as part of the window decor layout.
 *
 * @hide
 */