Searched refs:ActionBarDrawerToggle (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DNavigationDrawerActivity.java22 import android.support.v7.app.ActionBarDrawerToggle;
37 ActionBarDrawerToggle toggle = new ActionBarDrawerToggle(
H A DClippedListActivity.java24 import android.support.v7.app.ActionBarDrawerToggle;
41 ActionBarDrawerToggle toggle = new ActionBarDrawerToggle(
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DDrawerLayoutActivity.java49 private ActionBarDrawerToggle mDrawerToggle;
85 // ActionBarDrawerToggle provides convenient helpers for tying together the
87 // Note that, as the Javadocs of ActionBarDrawerToggle constructors say, we are
96 mDrawerToggle = new ActionBarDrawerToggle(this, mDrawerLayout,
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarDrawerToggle.java42 * <p>To use <code>ActionBarDrawerToggle</code>, create one in your Activity and call through
57 * <p><code>ActionBarDrawerToggle</code> can be used directly as a
66 public class ActionBarDrawerToggle implements DrawerLayout.DrawerListener { class in inherits:DrawerLayout.DrawerListener
69 * Allows an implementing Activity to return an {@link ActionBarDrawerToggle.Delegate} to use
70 * with ActionBarDrawerToggle.
133 * Construct a new ActionBarDrawerToggle.
150 public ActionBarDrawerToggle(Activity activity, DrawerLayout drawerLayout, method in class:ActionBarDrawerToggle
158 * Construct a new ActionBarDrawerToggle with a Toolbar.
170 * Please use {@link #ActionBarDrawerToggle(Activity, DrawerLayout, int, int)} if you are
181 public ActionBarDrawerToggle(Activit method in class:ActionBarDrawerToggle
193 ActionBarDrawerToggle(Activity activity, Toolbar toolbar, DrawerLayout drawerLayout, method in class:ActionBarDrawerToggle
[all...]
H A DAppCompatDelegateImplBase.java179 public final ActionBarDrawerToggle.Delegate getDrawerToggleDelegate() {
198 private class ActionBarDrawableToggleImpl implements ActionBarDrawerToggle.Delegate {
H A DAppCompatDelegate.java334 * Returns an {@link ActionBarDrawerToggle.Delegate} which can be returned from your Activity
335 * if it implements {@link ActionBarDrawerToggle.DelegateProvider}.
338 public abstract ActionBarDrawerToggle.Delegate getDrawerToggleDelegate();
H A DAppCompatActivity.java62 TaskStackBuilder.SupportParentable, ActionBarDrawerToggle.DelegateProvider {
481 public ActionBarDrawerToggle.Delegate getDrawerToggleDelegate() {
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DDrawerLayoutActivity.java26 import android.support.v7.app.ActionBarDrawerToggle;
85 private ActionBarDrawerToggle mDrawerToggle;
120 // ActionBarDrawerToggle provides convenient helpers for tying together the
122 // Note that, as the Javadocs of ActionBarDrawerToggle constructors say, we are
131 mDrawerToggle = new ActionBarDrawerToggle(this, mDrawerLayout,
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DDrawerLayoutActivity.java26 import android.support.v7.app.ActionBarDrawerToggle;
85 private ActionBarDrawerToggle mDrawerToggle;
120 // ActionBarDrawerToggle provides convenient helpers for tying together the
122 // Note that, as the Javadocs of ActionBarDrawerToggle constructors say, we are
131 mDrawerToggle = new ActionBarDrawerToggle(this, mDrawerLayout,
/frameworks/support/core-ui/java/android/support/v4/app/
H A DActionBarDrawerToggle.java51 * <p>To use <code>ActionBarDrawerToggle</code>, create one in your Activity and call through
64 * <p><code>ActionBarDrawerToggle</code> can be used directly as a
70 public class ActionBarDrawerToggle implements DrawerLayout.DrawerListener { class in inherits:DrawerLayout.DrawerListener
73 * Allows an implementing Activity to return an {@link ActionBarDrawerToggle.Delegate} to use
74 * with ActionBarDrawerToggle.
76 * @deprecated Use ActionBarDrawerToggle.DelegateProvider in support-v7-appcompat.
90 * @deprecated Use ActionBarDrawerToggle.DelegateProvider in support-v7-appcompat.
117 private static final String TAG = "ActionBarDrawerToggle";
145 * Construct a new ActionBarDrawerToggle.
163 public ActionBarDrawerToggle(Activit method in class:ActionBarDrawerToggle
196 public ActionBarDrawerToggle(Activity activity, DrawerLayout drawerLayout, boolean animate, method in class:ActionBarDrawerToggle
[all...]

Completed in 115 milliseconds