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.java41 * <p>To use <code>ActionBarDrawerToggle</code>, create one in your Activity and call through
56 * <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.
140 * Construct a new ActionBarDrawerToggle.
157 public ActionBarDrawerToggle(Activity activity, DrawerLayout drawerLayout, method in class:ActionBarDrawerToggle
165 * Construct a new ActionBarDrawerToggle with a Toolbar.
177 * Please use {@link #ActionBarDrawerToggle(Activity, DrawerLayout, int, int)} if you are
188 public ActionBarDrawerToggle(Activit method in class:ActionBarDrawerToggle
200 <T extends Drawable & DrawerToggle> ActionBarDrawerToggle(Activity activity, Toolbar toolbar, method in class:ActionBarDrawerToggle
[all...]

Completed in 83 milliseconds