Home
last modified time | relevance | path

Searched refs:getThemedContext (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DActionBarActivityDelegate.java98 mMenuInflater = new SupportMenuInflater(ab.getThemedContext()); in getMenuInflater()
207 context = ab.getThemedContext(); in getActionBarThemedContext()
DActionBarImplBase.java193 setCustomView(LayoutInflater.from(getThemedContext()) in setCustomView()
501 public Context getThemedContext() { in getThemedContext() method in ActionBarImplBase
654 return setCustomView(LayoutInflater.from(getThemedContext()) in setCustomView()
738 mMenu = new MenuBuilder(getThemedContext()) in ActionModeImpl()
745 return new SupportMenuInflater(getThemedContext()); in getMenuInflater()
DActionBarImplICS.java286 public Context getThemedContext() { in getThemedContext() method in ActionBarImplICS
287 return mActionBar.getThemedContext(); in getThemedContext()
DActionBar.java660 public Context getThemedContext() { in getThemedContext() method in ActionBar
/frameworks/base/core/java/com/android/internal/app/
DActionBarImpl.java317 setCustomView(LayoutInflater.from(getThemedContext()).inflate(resId, mActionView, false)); in setCustomView()
800 public Context getThemedContext() { in getThemedContext() method in ActionBarImpl
852 mMenu = new MenuBuilder(getThemedContext()) in ActionModeImpl()
859 return new MenuInflater(getThemedContext()); in getMenuInflater()
987 new MenuPopupHelper(getThemedContext(), subMenu).show(); in onSubMenuSelected()
1052 return setCustomView(LayoutInflater.from(getThemedContext()) in setCustomView()
/frameworks/base/core/java/android/app/
DActionBar.java686 public Context getThemedContext() { return null; } in getThemedContext() method in ActionBar
DActivity.java3349 mMenuInflater = new MenuInflater(mActionBar.getThemedContext(), this); in getMenuInflater()
/frameworks/base/api/
Dcurrent.txt2637 method public android.content.Context getThemedContext();