Searched defs:ActionBarDrawerToggle (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DActionBarDrawerToggle.java39 * @deprecated Please use ActionBarDrawerToggle in support-v7-appcompat.
46 * <p>To use <code>ActionBarDrawerToggle</code>, create one in your Activity and call through
59 * <p><code>ActionBarDrawerToggle</code> can be used directly as a
65 public class ActionBarDrawerToggle implements DrawerLayout.DrawerListener { class in inherits:DrawerLayout.DrawerListener
68 * Allows an implementing Activity to return an {@link ActionBarDrawerToggle.Delegate} to use
69 * with ActionBarDrawerToggle.
208 * Construct a new ActionBarDrawerToggle.
226 public ActionBarDrawerToggle(Activity activity, DrawerLayout drawerLayout, method in class:ActionBarDrawerToggle
239 * Construct a new ActionBarDrawerToggle.
259 public ActionBarDrawerToggle(Activit method in class:ActionBarDrawerToggle
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarDrawerToggle.java40 * <p>To use <code>ActionBarDrawerToggle</code>, create one in your Activity and call through
55 * <p><code>ActionBarDrawerToggle</code> can be used directly as a
64 public class ActionBarDrawerToggle implements DrawerLayout.DrawerListener { class in inherits:DrawerLayout.DrawerListener
67 * Allows an implementing Activity to return an {@link ActionBarDrawerToggle.Delegate} to use
68 * with ActionBarDrawerToggle.
130 * Construct a new ActionBarDrawerToggle.
147 public ActionBarDrawerToggle(Activity activity, DrawerLayout drawerLayout, method in class:ActionBarDrawerToggle
155 * Construct a new ActionBarDrawerToggle with a Toolbar.
167 * Please use {@link #ActionBarDrawerToggle(Activity, DrawerLayout, int, int)} if you are
178 public ActionBarDrawerToggle(Activit method in class:ActionBarDrawerToggle
190 <T extends Drawable & DrawerToggle> ActionBarDrawerToggle(Activity activity, Toolbar toolbar, method in class:ActionBarDrawerToggle
[all...]

Completed in 585 milliseconds