Searched refs:getScrapCount (Results 1 – 2 of 2) sorted by relevance
765 assertEquals("no scrap should be left over", 0, recycler.getScrapCount()); in recycleScrapTest()
3960 int getScrapCount() { in getScrapCount() method in RecyclerView.Recycler5784 final int scrapCount = recycler.getScrapCount(); in removeAndRecycleScrapInt()