Searched refs:scrapList (Results 1 – 4 of 4) sorted by relevance
159 List<RecyclerView.ViewHolder> scrapList = recycler.getScrapList(); in changeMovedOutsideWithPredictive()160 assertThat(scrapList.size(), CoreMatchers.is(2)); in changeMovedOutsideWithPredictive()161 mLayoutManager.addDisappearingView(scrapList.get(0).itemView); in changeMovedOutsideWithPredictive()162 mLayoutManager.addDisappearingView(scrapList.get(0).itemView); in changeMovedOutsideWithPredictive()
682 final List<RecyclerView.ViewHolder> scrapList = recycler.getScrapList(); in layoutForPredictiveAnimations() local683 final int scrapSize = scrapList.size(); in layoutForPredictiveAnimations()686 RecyclerView.ViewHolder scrap = scrapList.get(i); in layoutForPredictiveAnimations()704 mLayoutState.mScrapList = scrapList; in layoutForPredictiveAnimations()
687 final List<RecyclerView.ViewHolder> scrapList = recycler.getScrapList(); in layoutForPredictiveAnimations() local688 final int scrapSize = scrapList.size(); in layoutForPredictiveAnimations()691 RecyclerView.ViewHolder scrap = scrapList.get(i); in layoutForPredictiveAnimations()709 mLayoutState.mScrapList = scrapList; in layoutForPredictiveAnimations()
2029 List<RecyclerView.ViewHolder> scrapList = mRecycler.getScrapList(); in fillScrapViewsInPostLayout() local2030 final int scrapSize = scrapList.size(); in fillScrapViewsInPostLayout()2044 int pos = scrapList.get(i).getAdapterPosition(); in fillScrapViewsInPostLayout()