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

/frameworks/support/legacy/core-ui/src/main/java/androidx/legacy/app/
H A DActionBarDrawerToggle.java52 * <p>To use <code>ActionBarDrawerToggle</code>, create one in your Activity and call through
65 * <p><code>ActionBarDrawerToggle</code> can be used directly as a
71 public class ActionBarDrawerToggle implements DrawerLayout.DrawerListener { class in inherits:DrawerLayout.DrawerListener
74 * Allows an implementing Activity to return an {@link ActionBarDrawerToggle.Delegate} to use
75 * with ActionBarDrawerToggle.
77 * @deprecated Use ActionBarDrawerToggle.DelegateProvider in support-v7-appcompat.
91 * @deprecated Use ActionBarDrawerToggle.DelegateProvider in support-v7-appcompat.
118 private static final String TAG = "ActionBarDrawerToggle";
146 * Construct a new ActionBarDrawerToggle.
164 public ActionBarDrawerToggle(Activit method in class:ActionBarDrawerToggle
197 public ActionBarDrawerToggle(Activity activity, DrawerLayout drawerLayout, boolean animate, method in class:ActionBarDrawerToggle
[all...]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/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...]

Completed in 77 milliseconds