HomeSort by relevance Sort by last modified time
    Searched full:overflowonly (Results 1 - 12 of 12) 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 112 int popupStyleRes, boolean overflowOnly) {
115 mOverflowOnly = overflowOnly;
CascadingMenuPopup.java 219 @AttrRes int popupStyleAttr, @StyleRes int popupStyleRes, boolean overflowOnly) {
224 mOverflowOnly = overflowOnly;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuPresenter.java 728 boolean overflowOnly) {
729 super(context, menu, anchorView, overflowOnly, R.attr.actionOverflowMenuStyle);
  /frameworks/base/core/java/android/widget/
ActionMenuPresenter.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 434 milliseconds