Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/
DSortedArrayAdapter.java38 private final int mMaxItemCount; field in SortedArrayAdapter
50 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()