Searched refs:popupStyleAttr (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | MenuPopupHelper.java | 72 boolean overflowOnly, @AttrRes int popupStyleAttr) { in MenuPopupHelper() argument 73 this(context, menu, anchorView, overflowOnly, popupStyleAttr, 0); in MenuPopupHelper() 77 @NonNull View anchorView, boolean overflowOnly, @AttrRes int popupStyleAttr, in MenuPopupHelper() argument 83 mPopupStyleAttr = popupStyleAttr; in MenuPopupHelper()
|
D | StandardMenuPopup.java | 114 public StandardMenuPopup(Context context, MenuBuilder menu, View anchorView, int popupStyleAttr, in StandardMenuPopup() argument 121 mPopupStyleAttr = popupStyleAttr; in StandardMenuPopup()
|
D | CascadingMenuPopup.java | 204 @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes, boolean overflowOnly) { in CascadingMenuPopup() argument 207 mPopupStyleAttr = popupStyleAttr; in CascadingMenuPopup()
|
/frameworks/base/core/java/android/widget/ |
D | PopupMenu.java | 98 public PopupMenu(Context context, View anchor, int gravity, int popupStyleAttr, in PopupMenu() argument 118 mPopup = new MenuPopupHelper(context, mMenu, anchor, false, popupStyleAttr, popupStyleRes); in PopupMenu()
|