1package androidx.legacy.app {
2
3  public deprecated class ActionBarDrawerToggle implements androidx.drawerlayout.widget.DrawerLayout.DrawerListener {
4    ctor public ActionBarDrawerToggle(android.app.Activity, androidx.drawerlayout.widget.DrawerLayout, int, int, int);
5    ctor public ActionBarDrawerToggle(android.app.Activity, androidx.drawerlayout.widget.DrawerLayout, boolean, int, int, int);
6    method public boolean isDrawerIndicatorEnabled();
7    method public void onConfigurationChanged(android.content.res.Configuration);
8    method public void onDrawerClosed(android.view.View);
9    method public void onDrawerOpened(android.view.View);
10    method public void onDrawerSlide(android.view.View, float);
11    method public void onDrawerStateChanged(int);
12    method public boolean onOptionsItemSelected(android.view.MenuItem);
13    method public void setDrawerIndicatorEnabled(boolean);
14    method public void setHomeAsUpIndicator(android.graphics.drawable.Drawable);
15    method public void setHomeAsUpIndicator(int);
16    method public void syncState();
17  }
18
19  public static abstract deprecated interface ActionBarDrawerToggle.Delegate {
20    method public abstract android.graphics.drawable.Drawable getThemeUpIndicator();
21    method public abstract void setActionBarDescription(int);
22    method public abstract void setActionBarUpIndicator(android.graphics.drawable.Drawable, int);
23  }
24
25  public static abstract deprecated interface ActionBarDrawerToggle.DelegateProvider {
26    method public abstract androidx.legacy.app.ActionBarDrawerToggle.Delegate getDrawerToggleDelegate();
27  }
28
29}
30
31package androidx.legacy.widget {
32
33  public deprecated class Space extends android.view.View {
34    ctor public deprecated Space(android.content.Context, android.util.AttributeSet, int);
35    ctor public deprecated Space(android.content.Context, android.util.AttributeSet);
36    ctor public deprecated Space(android.content.Context);
37    method public deprecated void draw(android.graphics.Canvas);
38    method protected deprecated void onMeasure(int, int);
39  }
40
41}
42
43