Searched refs:mMaxItemCount (Results 1 – 1 of 1) sorted by relevance
38 private final int mMaxItemCount; field in SortedArrayAdapter50 mMaxItemCount = maxItemCount; in SortedArrayAdapter()65 if (size() == mMaxItemCount) { in setInitialItems()103 if (mMaxItemCount < Integer.MAX_VALUE && size() > mMaxItemCount + mExtraItemCount) { in add()104 Object removedItem = get(mMaxItemCount); in add()