Home
last modified time | relevance | path

Searched refs:overflowOnly (Results 1 – 5 of 5) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/view/menu/
DMenuPopupHelper.java78 boolean overflowOnly, @AttrRes int popupStyleAttr) { in MenuPopupHelper() argument
79 this(context, menu, anchorView, overflowOnly, popupStyleAttr, 0); in MenuPopupHelper()
83 @NonNull View anchorView, boolean overflowOnly, @AttrRes int popupStyleAttr, in MenuPopupHelper() argument
88 mOverflowOnly = overflowOnly; in MenuPopupHelper()
DMenuAdapter.java42 public MenuAdapter(MenuBuilder menu, LayoutInflater inflater, boolean overflowOnly, in MenuAdapter() argument
44 mOverflowOnly = overflowOnly; in MenuAdapter()
DStandardMenuPopup.java116 int popupStyleRes, boolean overflowOnly) { in StandardMenuPopup() argument
119 mOverflowOnly = overflowOnly; in StandardMenuPopup()
DCascadingMenuPopup.java223 @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes, boolean overflowOnly) { in CascadingMenuPopup() argument
228 mOverflowOnly = overflowOnly; in CascadingMenuPopup()
/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DActionMenuPresenter.java716 boolean overflowOnly) { in OverflowPopup() argument
717 super(context, menu, anchorView, overflowOnly, R.attr.actionOverflowMenuStyle); in OverflowPopup()