Searched refs:popupStyleAttr (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/ |
H A D | MenuPopupHelper.java | 71 boolean overflowOnly, @AttrRes int popupStyleAttr) { in MenuPopupHelper() argument 72 this(context, menu, anchorView, overflowOnly, popupStyleAttr, 0); in MenuPopupHelper() 76 @NonNull View anchorView, boolean overflowOnly, @AttrRes int popupStyleAttr, in MenuPopupHelper() argument 82 mPopupStyleAttr = popupStyleAttr; in MenuPopupHelper()
|
H A D | StandardMenuPopup.java | 114 public StandardMenuPopup(Context context, MenuBuilder menu, View anchorView, int popupStyleAttr, in StandardMenuPopup() argument 121 mPopupStyleAttr = popupStyleAttr; in StandardMenuPopup()
|
H A D | CascadingMenuPopup.java | 204 @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes, boolean overflowOnly) { in CascadingMenuPopup() argument 207 mPopupStyleAttr = popupStyleAttr; in CascadingMenuPopup()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | PopupMenu.java | 99 public PopupMenu(Context context, View anchor, int gravity, int popupStyleAttr, in PopupMenu() argument 119 mPopup = new MenuPopupHelper(context, mMenu, anchor, false, popupStyleAttr, popupStyleRes); in PopupMenu()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |