Home
last modified time | relevance | path

Searched refs:mActivityImpl (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DActionBarDrawerToggle.java114 private final Delegate mActivityImpl; field in ActionBarDrawerToggle
195 mActivityImpl = new ToolbarCompatDelegate(toolbar); in ActionBarDrawerToggle()
207 mActivityImpl = ((DelegateProvider) activity).getDrawerToggleDelegate(); in ActionBarDrawerToggle()
209 mActivityImpl = new JellybeanMr2Delegate(activity); in ActionBarDrawerToggle()
211 mActivityImpl = new HoneycombDelegate(activity); in ActionBarDrawerToggle()
213 mActivityImpl = new DummyDelegate(activity); in ActionBarDrawerToggle()
221 mActivityImpl.getActionBarThemedContext()); in ActionBarDrawerToggle()
452 if (!mWarnedForDisplayHomeAsUp && !mActivityImpl.isNavigationVisible()) { in setActionBarUpIndicator()
458 mActivityImpl.setActionBarUpIndicator(upDrawable, contentDescRes); in setActionBarUpIndicator()
462 mActivityImpl.setActionBarDescription(contentDescRes); in setActionBarDescription()
[all …]
/frameworks/support/v4/java/android/support/v4/app/
DActionBarDrawerToggle.java193 private final Delegate mActivityImpl; field in ActionBarDrawerToggle
266 mActivityImpl = ((DelegateProvider) activity).getDrawerToggleDelegate(); in ActionBarDrawerToggle()
268 mActivityImpl = null; in ActionBarDrawerToggle()
477 if (mActivityImpl != null) { in getThemeUpIndicator()
478 return mActivityImpl.getThemeUpIndicator(); in getThemeUpIndicator()
484 if (mActivityImpl != null) { in setActionBarUpIndicator()
485 mActivityImpl.setActionBarUpIndicator(upDrawable, contentDescRes); in setActionBarUpIndicator()
493 if (mActivityImpl != null) { in setActionBarDescription()
494 mActivityImpl.setActionBarDescription(contentDescRes); in setActionBarDescription()