Home
last modified time | relevance | path

Searched refs:popupStyleAttr (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
DMenuPopupHelper.java69 boolean overflowOnly, @AttrRes int popupStyleAttr) { in MenuPopupHelper() argument
70 this(context, menu, anchorView, overflowOnly, popupStyleAttr, 0); in MenuPopupHelper()
74 @NonNull View anchorView, boolean overflowOnly, @AttrRes int popupStyleAttr, in MenuPopupHelper() argument
80 mPopupStyleAttr = popupStyleAttr; in MenuPopupHelper()
DStandardMenuPopup.java113 public StandardMenuPopup(Context context, MenuBuilder menu, View anchorView, int popupStyleAttr, in StandardMenuPopup() argument
120 mPopupStyleAttr = popupStyleAttr; in StandardMenuPopup()
DCascadingMenuPopup.java203 @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes, boolean overflowOnly) { in CascadingMenuPopup() argument
206 mPopupStyleAttr = popupStyleAttr; in CascadingMenuPopup()
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
DMenuPopupHelper.java76 boolean overflowOnly, @AttrRes int popupStyleAttr) { in MenuPopupHelper() argument
77 this(context, menu, anchorView, overflowOnly, popupStyleAttr, 0); in MenuPopupHelper()
81 @NonNull View anchorView, boolean overflowOnly, @AttrRes int popupStyleAttr, in MenuPopupHelper() argument
87 mPopupStyleAttr = popupStyleAttr; in MenuPopupHelper()
DStandardMenuPopup.java96 public StandardMenuPopup(Context context, MenuBuilder menu, View anchorView, int popupStyleAttr, in StandardMenuPopup() argument
103 mPopupStyleAttr = popupStyleAttr; in StandardMenuPopup()
DCascadingMenuPopup.java199 @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes, boolean overflowOnly) { in CascadingMenuPopup() argument
202 mPopupStyleAttr = popupStyleAttr; in CascadingMenuPopup()
/frameworks/base/core/java/android/widget/
DPopupMenu.java94 public PopupMenu(Context context, View anchor, int gravity, int popupStyleAttr, in PopupMenu() argument
114 mPopup = new MenuPopupHelper(context, mMenu, anchor, false, popupStyleAttr, popupStyleRes); in PopupMenu()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DPopupMenu.java99 @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes) { in PopupMenu() argument
118 mPopup = new MenuPopupHelper(context, mMenu, anchor, false, popupStyleAttr, popupStyleRes); in PopupMenu()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
DListPopupWindowTest.java423 public Builder withPopupStyleAttr(int popupStyleAttr) { in withPopupStyleAttr() argument
425 mPopupStyleAttr = popupStyleAttr; in withPopupStyleAttr()