Searched refs:popupStyleAttr (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DPopupMenu.java99 * @param popupStyleAttr An attribute in the current theme that contains a
104 * popupStyleAttr is 0 or can not be found in the theme. Can be 0
107 public PopupMenu(Context context, View anchor, int gravity, int popupStyleAttr, argument
113 mPopup = new MenuPopupHelper(context, mMenu, anchor, false, popupStyleAttr, popupStyleRes);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DPopupMenu.java97 * @param popupStyleAttr An attribute in the current theme that contains a
102 * popupStyleAttr is 0 or can not be found in the theme. Can be 0
105 public PopupMenu(Context context, View anchor, int gravity, int popupStyleAttr, argument
111 mPopup = new MenuPopupHelper(context, mMenu, anchor, false, popupStyleAttr, popupStyleRes);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuPopupHelper.java83 boolean overflowOnly, int popupStyleAttr) {
84 this(context, menu, anchorView, overflowOnly, popupStyleAttr, 0);
88 boolean overflowOnly, int popupStyleAttr, int popupStyleRes) {
94 mPopupStyleAttr = popupStyleAttr;
82 MenuPopupHelper(Context context, MenuBuilder menu, View anchorView, boolean overflowOnly, int popupStyleAttr) argument
87 MenuPopupHelper(Context context, MenuBuilder menu, View anchorView, boolean overflowOnly, int popupStyleAttr, int popupStyleRes) argument
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuPopupHelper.java88 boolean overflowOnly, int popupStyleAttr) {
89 this(context, menu, anchorView, overflowOnly, popupStyleAttr, 0);
93 boolean overflowOnly, int popupStyleAttr, int popupStyleRes) {
99 mPopupStyleAttr = popupStyleAttr;
87 MenuPopupHelper(Context context, MenuBuilder menu, View anchorView, boolean overflowOnly, int popupStyleAttr) argument
92 MenuPopupHelper(Context context, MenuBuilder menu, View anchorView, boolean overflowOnly, int popupStyleAttr, int popupStyleRes) argument

Completed in 140 milliseconds