Searched refs:scrapList (Results 1 – 2 of 2) sorted by relevance
160 List<RecyclerView.ViewHolder> scrapList = recycler.getScrapList(); in changeMovedOutsideWithPredictive()161 assertThat(scrapList.size(), CoreMatchers.is(2)); in changeMovedOutsideWithPredictive()162 mLayoutManager.addDisappearingView(scrapList.get(0).itemView); in changeMovedOutsideWithPredictive()163 mLayoutManager.addDisappearingView(scrapList.get(0).itemView); in changeMovedOutsideWithPredictive()
673 final List<RecyclerView.ViewHolder> scrapList = recycler.getScrapList(); in layoutForPredictiveAnimations() local674 final int scrapSize = scrapList.size(); in layoutForPredictiveAnimations()677 RecyclerView.ViewHolder scrap = scrapList.get(i); in layoutForPredictiveAnimations()695 mLayoutState.mScrapList = scrapList; in layoutForPredictiveAnimations()