Searched refs:getThemedContext (Results 1 – 8 of 8) sorted by relevance
98 mMenuInflater = new SupportMenuInflater(ab.getThemedContext()); in getMenuInflater()207 context = ab.getThemedContext(); in getActionBarThemedContext()
193 setCustomView(LayoutInflater.from(getThemedContext()) in setCustomView()501 public Context getThemedContext() { in getThemedContext() method in ActionBarImplBase654 return setCustomView(LayoutInflater.from(getThemedContext()) in setCustomView()738 mMenu = new MenuBuilder(getThemedContext()) in ActionModeImpl()745 return new SupportMenuInflater(getThemedContext()); in getMenuInflater()
286 public Context getThemedContext() { in getThemedContext() method in ActionBarImplICS287 return mActionBar.getThemedContext(); in getThemedContext()
660 public Context getThemedContext() { in getThemedContext() method in ActionBar
317 setCustomView(LayoutInflater.from(getThemedContext()).inflate(resId, mActionView, false)); in setCustomView()800 public Context getThemedContext() { in getThemedContext() method in ActionBarImpl852 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()
686 public Context getThemedContext() { return null; } in getThemedContext() method in ActionBar
3349 mMenuInflater = new MenuInflater(mActionBar.getThemedContext(), this); in getMenuInflater()
2637 method public android.content.Context getThemedContext();