Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java4216 final ArrayList scrapHeap = getScrapHeapForType(viewType); in putRecycledView()
4260 private ArrayList<ViewHolder> getScrapHeapForType(int viewType) { in getScrapHeapForType() method in RecyclerView.RecycledViewPool