Searched refs:getScrapDataForType (Results 1 – 2 of 2) sorted by relevance
4973 ScrapData scrapData = getScrapDataForType(viewType); in setMaxRecycledViews()4987 return getScrapDataForType(viewType).mScrapHeap.size(); in getRecycledViewCount()5012 final ArrayList scrapHeap = getScrapDataForType(viewType).mScrapHeap; in putRecycledView()5031 ScrapData scrapData = getScrapDataForType(viewType); in factorInCreateTime()5037 ScrapData scrapData = getScrapDataForType(viewType); in factorInBindTime()5043 long expectedDurationNs = getScrapDataForType(viewType).mCreateRunningAverageNs; in willCreateInTime()5048 long expectedDurationNs = getScrapDataForType(viewType).mBindRunningAverageNs; in willBindInTime()5085 private ScrapData getScrapDataForType(int viewType) { in getScrapDataForType() method in RecyclerView.RecycledViewPool
5378 ScrapData scrapData = getScrapDataForType(viewType); in setMaxRecycledViews()5390 return getScrapDataForType(viewType).mScrapHeap.size(); in getRecycledViewCount()5436 final ArrayList<ViewHolder> scrapHeap = getScrapDataForType(viewType).mScrapHeap; in putRecycledView()5455 ScrapData scrapData = getScrapDataForType(viewType); in factorInCreateTime()5461 ScrapData scrapData = getScrapDataForType(viewType); in factorInBindTime()5467 long expectedDurationNs = getScrapDataForType(viewType).mCreateRunningAverageNs; in willCreateInTime()5472 long expectedDurationNs = getScrapDataForType(viewType).mBindRunningAverageNs; in willBindInTime()5509 private ScrapData getScrapDataForType(int viewType) { in getScrapDataForType() method in RecyclerView.RecycledViewPool