Searched defs:popupStyleAttr (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DPopupMenu.java86 * @param popupStyleAttr An attribute in the current theme that contains a
91 * popupStyleAttr is 0 or can not be found in the theme. Can be 0
94 public PopupMenu(Context context, View anchor, int gravity, int popupStyleAttr, argument
114 mPopup = new MenuPopupHelper(context, mMenu, anchor, false, popupStyleAttr, popupStyleRes);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DPopupMenu.java90 * @param popupStyleAttr An attribute in the current theme that contains a
95 * popupStyleAttr is 0 or can not be found in the theme. Can be 0
99 @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes) {
118 mPopup = new MenuPopupHelper(context, mMenu, anchor, false, popupStyleAttr, popupStyleRes);
98 PopupMenu(@onNull Context context, @NonNull View anchor, int gravity, @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes) argument
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuPopupHelper.java69 boolean overflowOnly, @AttrRes int popupStyleAttr) {
70 this(context, menu, anchorView, overflowOnly, popupStyleAttr, 0);
74 @NonNull View anchorView, boolean overflowOnly, @AttrRes int popupStyleAttr,
80 mPopupStyleAttr = popupStyleAttr;
67 MenuPopupHelper(@onNull Context context, @NonNull MenuBuilder menu, @NonNull View anchorView, boolean overflowOnly, @AttrRes int popupStyleAttr) argument
73 MenuPopupHelper(@onNull Context context, @NonNull MenuBuilder menu, @NonNull View anchorView, boolean overflowOnly, @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes) argument
H A DStandardMenuPopup.java113 public StandardMenuPopup(Context context, MenuBuilder menu, View anchorView, int popupStyleAttr, argument
120 mPopupStyleAttr = popupStyleAttr;
H A DCascadingMenuPopup.java203 @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes, boolean overflowOnly) {
206 mPopupStyleAttr = popupStyleAttr;
202 CascadingMenuPopup(@onNull Context context, @NonNull View anchor, @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes, boolean overflowOnly) argument
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuPopupHelper.java76 boolean overflowOnly, @AttrRes int popupStyleAttr) {
77 this(context, menu, anchorView, overflowOnly, popupStyleAttr, 0);
81 @NonNull View anchorView, boolean overflowOnly, @AttrRes int popupStyleAttr,
87 mPopupStyleAttr = popupStyleAttr;
74 MenuPopupHelper(@onNull Context context, @NonNull MenuBuilder menu, @NonNull View anchorView, boolean overflowOnly, @AttrRes int popupStyleAttr) argument
80 MenuPopupHelper(@onNull Context context, @NonNull MenuBuilder menu, @NonNull View anchorView, boolean overflowOnly, @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes) argument
H A DStandardMenuPopup.java96 public StandardMenuPopup(Context context, MenuBuilder menu, View anchorView, int popupStyleAttr, argument
103 mPopupStyleAttr = popupStyleAttr;
H A DCascadingMenuPopup.java199 @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes, boolean overflowOnly) {
202 mPopupStyleAttr = popupStyleAttr;
198 CascadingMenuPopup(@onNull Context context, @NonNull View anchor, @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes, boolean overflowOnly) argument
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DListPopupWindowTest.java423 public Builder withPopupStyleAttr(int popupStyleAttr) { argument
425 mPopupStyleAttr = popupStyleAttr;

Completed in 340 milliseconds