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.java5096 ScrapData scrapData = getScrapDataForType(viewType); in setMaxRecycledViews()
5110 return getScrapDataForType(viewType).mScrapHeap.size(); in getRecycledViewCount()
5135 final ArrayList scrapHeap = getScrapDataForType(viewType).mScrapHeap; in putRecycledView()
5154 ScrapData scrapData = getScrapDataForType(viewType); in factorInCreateTime()
5160 ScrapData scrapData = getScrapDataForType(viewType); in factorInBindTime()
5166 long expectedDurationNs = getScrapDataForType(viewType).mCreateRunningAverageNs; in willCreateInTime()
5171 long expectedDurationNs = getScrapDataForType(viewType).mBindRunningAverageNs; in willBindInTime()
5208 private ScrapData getScrapDataForType(int viewType) { in getScrapDataForType() method in RecyclerView.RecycledViewPool