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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarDrawerToggle.java106 Context getActionBarThemedContext(); method in interface:ActionBarDrawerToggle.Delegate
220 mSlider = new DrawerArrowDrawable(mActivityImpl.getActionBarThemedContext());
512 public Context getActionBarThemedContext() { method in class:ActionBarDrawerToggle.HoneycombDelegate
561 final TypedArray a = getActionBarThemedContext().obtainStyledAttributes(null,
569 public Context getActionBarThemedContext() { method in class:ActionBarDrawerToggle.JellybeanMr2Delegate
641 public Context getActionBarThemedContext() { method in class:ActionBarDrawerToggle.ToolbarCompatDelegate
677 public Context getActionBarThemedContext() { method in class:ActionBarDrawerToggle.DummyDelegate

Completed in 22 milliseconds