HomeSort by relevance Sort by last modified time
    Searched refs:getActionBarThemedContext (Results 1 - 5 of 5) sorted by null

  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperICS.java 34 protected Context getActionBarThemedContext() {
ActionBarHelperHoneycomb.java 59 getActionBarThemedContext().getSystemService(
77 protected Context getActionBarThemedContext() {
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateICS.java 173 Context context = getActionBarThemedContext();
192 new ActionModeWrapper(getActionBarThemedContext(), mode));
217 new ActionModeWrapper(getActionBarThemedContext(), mode));
ActionBarActivityDelegate.java 172 protected final Context getActionBarThemedContext() {
ActionBarActivityDelegateBase.java 375 MenuBuilder menu = new MenuBuilder(getActionBarThemedContext());

Completed in 452 milliseconds