Home
last modified time | relevance | path

Searched refs:scrapList (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DItemAnimatorV2ApiTest.java160 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()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java673 final List<RecyclerView.ViewHolder> scrapList = recycler.getScrapList(); in layoutForPredictiveAnimations() local
674 final int scrapSize = scrapList.size(); in layoutForPredictiveAnimations()
677 RecyclerView.ViewHolder scrap = scrapList.get(i); in layoutForPredictiveAnimations()
695 mLayoutState.mScrapList = scrapList; in layoutForPredictiveAnimations()