HomeSort by relevance Sort by last modified time
    Searched full:overflowonly (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/com/android/internal/view/menu/
MenuAdapter.java 36 public MenuAdapter(MenuBuilder menu, LayoutInflater inflater, boolean overflowOnly) {
37 mOverflowOnly = overflowOnly;
MenuPopupHelper.java 69 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;
ContextMenuBuilder.java 113 false /* overflowOnly */,
StandardMenuPopup.java 114 int popupStyleRes, boolean overflowOnly) {
117 mOverflowOnly = overflowOnly;
CascadingMenuPopup.java 203 @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes, boolean overflowOnly) {
208 mOverflowOnly = overflowOnly;
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
MenuAdapter.java 44 public MenuAdapter(MenuBuilder menu, LayoutInflater inflater, boolean overflowOnly) {
45 mOverflowOnly = overflowOnly;
MenuPopupHelper.java 76 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;
StandardMenuPopup.java 97 int popupStyleRes, boolean overflowOnly) {
100 mOverflowOnly = overflowOnly;
CascadingMenuPopup.java 199 @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes, boolean overflowOnly) {
204 mOverflowOnly = overflowOnly;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuPresenter.java 727 boolean overflowOnly) {
728 super(context, menu, anchorView, overflowOnly, R.attr.actionOverflowMenuStyle);
  /frameworks/base/core/java/android/widget/
ActionMenuPresenter.java     [all...]

Completed in 1084 milliseconds