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.java4975 ScrapData scrapData = getScrapDataForType(viewType); in setMaxRecycledViews()
4989 return getScrapDataForType(viewType).mScrapHeap.size(); in getRecycledViewCount()
5014 final ArrayList scrapHeap = getScrapDataForType(viewType).mScrapHeap; in putRecycledView()
5033 ScrapData scrapData = getScrapDataForType(viewType); in factorInCreateTime()
5039 ScrapData scrapData = getScrapDataForType(viewType); in factorInBindTime()
5045 long expectedDurationNs = getScrapDataForType(viewType).mCreateRunningAverageNs; in willCreateInTime()
5050 long expectedDurationNs = getScrapDataForType(viewType).mBindRunningAverageNs; in willBindInTime()
5087 private ScrapData getScrapDataForType(int viewType) { in getScrapDataForType() method in RecyclerView.RecycledViewPool