Searched refs:mMaxScrap (Results 1 – 2 of 2) sorted by relevance
1463 private int mMaxScrap; field in StaggeredGridView.RecycleBin1511 if (childCount > mMaxScrap) { in addScrap()1512 mMaxScrap = childCount; in addScrap()1516 if (scrap.size() < mMaxScrap) { in addScrap()
4621 private SparseIntArray mMaxScrap = new SparseIntArray(); field in RecyclerView.RecycledViewPool4631 mMaxScrap.put(viewType, max); in setMaxRecycledViews()4665 if (mMaxScrap.get(viewType) <= scrapHeap.size()) { in putRecycledView()4713 if (mMaxScrap.indexOfKey(viewType) < 0) { in getScrapHeapForType()4714 mMaxScrap.put(viewType, DEFAULT_MAX_SCRAP); in getScrapHeapForType()