Searched refs:scrapList (Results 1 – 4 of 4) 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()
678 final List<RecyclerView.ViewHolder> scrapList = recycler.getScrapList(); in layoutForPredictiveAnimations() local679 final int scrapSize = scrapList.size(); in layoutForPredictiveAnimations()682 RecyclerView.ViewHolder scrap = scrapList.get(i); in layoutForPredictiveAnimations()700 mLayoutState.mScrapList = scrapList; in layoutForPredictiveAnimations()
708 final List<RecyclerView.ViewHolder> scrapList = recycler.getScrapList(); in layoutForPredictiveAnimations() local709 final int scrapSize = scrapList.size(); in layoutForPredictiveAnimations()712 RecyclerView.ViewHolder scrap = scrapList.get(i); in layoutForPredictiveAnimations()730 mLayoutState.mScrapList = scrapList; in layoutForPredictiveAnimations()
2105 List<RecyclerView.ViewHolder> scrapList = mRecycler.getScrapList(); in fillScrapViewsInPostLayout() local2106 final int scrapSize = scrapList.size(); in fillScrapViewsInPostLayout()2120 int pos = scrapList.get(i).getAdapterPosition(); in fillScrapViewsInPostLayout()