Searched refs:getPopupContext (Results 1 – 9 of 9) sorted by relevance
29 public static Context getPopupContext(Toolbar toolbar) { in getPopupContext() method in Toolbar_Accessor30 return toolbar.getPopupContext(); in getPopupContext()
146 abstract Context getPopupContext(); in getPopupContext() method in FrameworkActionBarWrapper198 presenter.setMenuView(new ActionMenuView(getPopupContext())); in inflateMenus()205 Context getPopupContext() { in getPopupContext() method in FrameworkActionBarWrapper.ToolbarWrapper206 return Toolbar_Accessor.getPopupContext(mToolbar); in getPopupContext()300 Context getPopupContext() { in getPopupContext() method in FrameworkActionBarWrapper.WindowActionBarWrapper
141 OverflowMenuAdapter adapter = new OverflowMenuAdapter(menu, mActionBar.getPopupContext()); in createMenuPopup()143 ListView listView = new ListView(mActionBar.getPopupContext(), null, in createMenuPopup()158 final TypedArray a = mActionBar.getPopupContext().obtainStyledAttributes(null, in createMenuPopup()199 Context context = mActionBar.getPopupContext(); in measureContentWidth()
326 public Context getPopupContext() { in getPopupContext() method in Spinner355 setPopupBackgroundDrawable(getPopupContext().getDrawable(resId)); in setPopupBackgroundResource()1137 AlertDialog.Builder builder = new AlertDialog.Builder(getPopupContext()); in show()
2291 Context getPopupContext() { in getPopupContext() method in Toolbar
155 adapter.setDropDownViewContext(mTabSpinner.getPopupContext()); in performCollapse()
58238 method public android.content.Context getPopupContext();
58382 method public android.content.Context getPopupContext();
85217 Landroid/widget/Toolbar;->getPopupContext()Landroid/content/Context;