Searched defs:overflowOnly (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuAdapter.java36 public MenuAdapter(MenuBuilder menu, LayoutInflater inflater, boolean overflowOnly) { argument
37 mOverflowOnly = overflowOnly;
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,
79 mOverflowOnly = overflowOnly;
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.java114 int popupStyleRes, boolean overflowOnly) {
117 mOverflowOnly = overflowOnly;
113 StandardMenuPopup(Context context, MenuBuilder menu, View anchorView, int popupStyleAttr, int popupStyleRes, boolean overflowOnly) argument
H A DCascadingMenuPopup.java203 @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes, boolean overflowOnly) {
208 mOverflowOnly = overflowOnly;
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 DMenuAdapter.java44 public MenuAdapter(MenuBuilder menu, LayoutInflater inflater, boolean overflowOnly) { argument
45 mOverflowOnly = overflowOnly;
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,
86 mOverflowOnly = overflowOnly;
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.java97 int popupStyleRes, boolean overflowOnly) {
100 mOverflowOnly = overflowOnly;
96 StandardMenuPopup(Context context, MenuBuilder menu, View anchorView, int popupStyleAttr, int popupStyleRes, boolean overflowOnly) argument
H A DCascadingMenuPopup.java199 @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes, boolean overflowOnly) {
204 mOverflowOnly = overflowOnly;
198 CascadingMenuPopup(@onNull Context context, @NonNull View anchor, @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes, boolean overflowOnly) argument
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuPresenter.java727 boolean overflowOnly) {
728 super(context, menu, anchorView, overflowOnly, R.attr.actionOverflowMenuStyle);
726 OverflowPopup(Context context, MenuBuilder menu, View anchorView, boolean overflowOnly) argument
/frameworks/base/core/java/android/widget/
H A DActionMenuPresenter.java932 boolean overflowOnly) {
933 super(context, menu, anchorView, overflowOnly,
931 OverflowPopup(Context context, MenuBuilder menu, View anchorView, boolean overflowOnly) argument

Completed in 151 milliseconds