Searched refs:mActivityImpl (Results 1 – 2 of 2) sorted by relevance
114 private final Delegate mActivityImpl; field in ActionBarDrawerToggle195 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 …]
193 private final Delegate mActivityImpl; field in ActionBarDrawerToggle266 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()