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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarDrawerToggle.java105 Context getActionBarThemedContext(); method in interface:ActionBarDrawerToggle.Delegate
221 mActivityImpl.getActionBarThemedContext());
519 public Context getActionBarThemedContext() { method in class:ActionBarDrawerToggle.HoneycombDelegate
565 final TypedArray a = getActionBarThemedContext().obtainStyledAttributes(null,
573 public Context getActionBarThemedContext() { method in class:ActionBarDrawerToggle.JellybeanMr2Delegate
645 public Context getActionBarThemedContext() { method in class:ActionBarDrawerToggle.ToolbarCompatDelegate
681 public Context getActionBarThemedContext() { method in class:ActionBarDrawerToggle.DummyDelegate
H A DAppCompatDelegateImplBase.java138 final Context getActionBarThemedContext() { method in class:AppCompatDelegateImplBase
157 getActionBarThemedContext(), null, new int[]{ R.attr.homeAsUpIndicator });
164 public Context getActionBarThemedContext() { method in class:AppCompatDelegateImplBase.ActionBarDrawableToggleImpl
165 return AppCompatDelegateImplBase.this.getActionBarThemedContext();

Completed in 65 milliseconds