Example usage for android.support.v4.app TaskStackBuilder.SupportParentable interface-usage

List of usage examples for android.support.v4.app TaskStackBuilder.SupportParentable interface-usage

Introduction

In this page you can find the example usage for android.support.v4.app TaskStackBuilder.SupportParentable interface-usage.

Usage

From source file com.hippo.nimingban.ui.AppCompatPreferenceActivity.java

/**
 * A {@link android.preference.PreferenceActivity} which implements and proxies the necessary calls
 * to be used with AppCompat.
 *
 * This technique can be used with an {@link android.app.Activity} class, not just
 * {@link android.preference.PreferenceActivity}.

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

/**
 * Base class for activities that use the
 * <a href="{@docRoot}tools/extras/support-library.html">support library</a> action bar features.
 *
 * <p>You can add an {@link android.support.v7.app.ActionBar} to your activity when running on API level 7 or higher
 * by extending this class for your activity and setting the activity theme to

From source file com.hippo.app.AppCompatPreferenceActivity.java

public abstract class AppCompatPreferenceActivity extends PreferenceActivity
        implements AppCompatCallback, TaskStackBuilder.SupportParentable, ActionBarDrawerToggle.DelegateProvider {

    private AppCompatDelegate mDelegate;

    @Override

From source file io.freefair.android.preference.AppCompatPreferenceActivity.java

/**
 * An {@link android.support.v7.app.AppCompatActivity AppCompatActivity} which extends {@link PreferenceActivity}
 * instead of {@link android.app.Activity Activity}
 */
public class AppCompatPreferenceActivity extends PreferenceActivity
        implements AppCompatCallback, TaskStackBuilder.SupportParentable, ActionBarDrawerToggle.DelegateProvider {

From source file io.freefair.android.appcompatPreference.AppCompatPreferenceActivity.java

/**
 * Base class for activities that use the
 * <a href="{@docRoot}tools/extras/support-library.html">support library</a> action bar features.
 *
 * <p>You can add an {@link ActionBar} to your activity when running on API level 7 or higher
 * by extending this class for your activity and setting the activity theme to

From source file com.sourceallies.android.zonebeacon.activity.RoboAppCompatActivity.java

/**
 * Base class for activities that use the
 * <a href="{@docRoot}tools/extras/support-library.html">support library</a> action bar features.
 * <p/>
 * <p>You can add an {@link android.support.v7.app.ActionBar} to your activity when running on API level 7 or higher
 * by extending this class for your activity and setting the activity theme to

From source file nl.sogeti.android.gpstracker.support.AppCompatMapActivity.java

/**
 * Base class for activities that use the
 * <a href="{@docRoot}tools/extras/support-library.html">support library</a> action bar features.
 * <p/>
 * <p>You can add an {@link android.support.v7.app.ActionBar} to your activity when running on API level 7 or higher
 * by extending this class for your activity and setting the activity theme to