HomeSort by relevance Sort by last modified time
    Searched defs:mMaxItems (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuPresenter.java 36 private int mMaxItems = -1;
54 mMaxItems = -1;
72 boolean fits = (itemsToShow.size() == mMaxItems && childIndex < mMaxItems) ||
73 childIndex < mMaxItems - 1;
105 if (mMaxItems < 0) mMaxItems = menuView.getMaxItems();
107 final boolean needsMore = itemsToShow.size() > mMaxItems;
120 menuView.setNumActualItemsShown(needsMore ? mMaxItems - 1 : itemsToShow.size());
IconMenuView.java 61 private int mMaxItems;
135 mMaxItems = a.getInt(com.android.internal.R.styleable.IconMenuView_maxItems, 6);
173 return mMaxItems;
  /frameworks/base/core/java/android/widget/
ActionMenuPresenter.java 63 private int mMaxItems;
107 mMaxItems = abp.getMaxActionButtons();
132 mMaxItems = mContext.getResources().getInteger(
152 mMaxItems = itemCount;
382 int maxActions = mMaxItems;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuPresenter.java 63 private int mMaxItems;
106 mMaxItems = abp.getMaxActionButtons();
131 mMaxItems = mContext.getResources().getInteger(
151 mMaxItems = itemCount;
381 int maxActions = mMaxItems;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 569 milliseconds