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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplBase.java120 final Context getActionBarThemedContext() { method in class:AppCompatDelegateImplBase
139 getActionBarThemedContext(), null, new int[]{ R.attr.homeAsUpIndicator });
146 public Context getActionBarThemedContext() { method in class:AppCompatDelegateImplBase.ActionBarDrawableToggleImpl
147 return AppCompatDelegateImplBase.this.getActionBarThemedContext();
H A DActionBarDrawerToggle.java105 Context getActionBarThemedContext(); method in interface:ActionBarDrawerToggle.Delegate
221 mActivityImpl.getActionBarThemedContext());
517 public Context getActionBarThemedContext() { method in class:ActionBarDrawerToggle.HoneycombDelegate
563 final TypedArray a = getActionBarThemedContext().obtainStyledAttributes(null,
571 public Context getActionBarThemedContext() { method in class:ActionBarDrawerToggle.JellybeanMr2Delegate
643 public Context getActionBarThemedContext() { method in class:ActionBarDrawerToggle.ToolbarCompatDelegate
679 public Context getActionBarThemedContext() { method in class:ActionBarDrawerToggle.DummyDelegate

Completed in 104 milliseconds