Searched refs:getScrapCount (Results 1 – 3 of 3) sorted by relevance
5837 int getScrapCount() { in getScrapCount() method in RecyclerView.Recycler8326 final int scrapCount = recycler.getScrapCount(); in removeAndRecycleScrapInt()
6275 int getScrapCount() { in getScrapCount() method in RecyclerView.Recycler8917 final int scrapCount = recycler.getScrapCount(); in removeAndRecycleScrapInt()
2872 assertEquals("no scrap should be left over", 0, recycler.getScrapCount()); in recycleScrapTest()