Searched refs:setActionBarUpIndicator (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarDrawerToggle.java90 void setActionBarUpIndicator(Drawable upDrawable, @StringRes int contentDescRes); method in interface:ActionBarDrawerToggle.Delegate
244 setActionBarUpIndicator(mSlider,
314 setActionBarUpIndicator(mHomeAsUpIndicator, 0);
358 setActionBarUpIndicator(mSlider,
362 setActionBarUpIndicator(mHomeAsUpIndicator, 0);
490 void setActionBarUpIndicator(Drawable upDrawable, int contentDescRes) { method in class:ActionBarDrawerToggle
497 mActivityImpl.setActionBarUpIndicator(upDrawable, contentDescRes);
554 public void setActionBarUpIndicator(Drawable themeImage, int contentDescRes) { method in class:ActionBarDrawerToggle.IcsDelegate
558 mSetIndicatorInfo = ActionBarDrawerToggleHoneycomb.setActionBarUpIndicator(
612 public void setActionBarUpIndicator(Drawabl method in class:ActionBarDrawerToggle.JellybeanMr2Delegate
645 public void setActionBarUpIndicator(Drawable upDrawable, @StringRes int contentDescRes) { method in class:ActionBarDrawerToggle.ToolbarCompatDelegate
[all...]
H A DActionBarDrawerToggleHoneycomb.java51 public static SetIndicatorInfo setActionBarUpIndicator(SetIndicatorInfo info, Activity activity, method in class:ActionBarDrawerToggleHoneycomb
H A DAppCompatDelegateImplBase.java223 public void setActionBarUpIndicator(Drawable upDrawable, int contentDescRes) {
/frameworks/support/core-ui/java/android/support/v4/app/
H A DActionBarDrawerToggle.java107 void setActionBarUpIndicator(Drawable upDrawable, @StringRes int contentDescRes); method in interface:ActionBarDrawerToggle.Delegate
236 setActionBarUpIndicator(mSlider, mDrawerLayout.isDrawerOpen(GravityCompat.START)
262 setActionBarUpIndicator(mHomeAsUpIndicator, 0);
299 setActionBarUpIndicator(mSlider, mDrawerLayout.isDrawerOpen(GravityCompat.START)
302 setActionBarUpIndicator(mHomeAsUpIndicator, 0);
439 private void setActionBarUpIndicator(Drawable upDrawable, int contentDescRes) { method in class:ActionBarDrawerToggle
441 mActivityImpl.setActionBarUpIndicator(upDrawable, contentDescRes);

Completed in 59 milliseconds