Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java4989 ScrapData scrapData = getScrapDataForType(viewType); in setMaxRecycledViews()
5003 return getScrapDataForType(viewType).mScrapHeap.size(); in getRecycledViewCount()
5028 final ArrayList scrapHeap = getScrapDataForType(viewType).mScrapHeap; in putRecycledView()
5047 ScrapData scrapData = getScrapDataForType(viewType); in factorInCreateTime()
5053 ScrapData scrapData = getScrapDataForType(viewType); in factorInBindTime()
5059 long expectedDurationNs = getScrapDataForType(viewType).mCreateRunningAverageNs; in willCreateInTime()
5064 long expectedDurationNs = getScrapDataForType(viewType).mBindRunningAverageNs; in willBindInTime()
5101 private ScrapData getScrapDataForType(int viewType) { in getScrapDataForType() method in RecyclerView.RecycledViewPool