Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DItemAnimatorV2ApiTest.java159 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()
/frameworks/base/core/java/com/android/internal/widget/
DLinearLayoutManager.java682 final List<RecyclerView.ViewHolder> scrapList = recycler.getScrapList(); in layoutForPredictiveAnimations() local
683 final int scrapSize = scrapList.size(); in layoutForPredictiveAnimations()
686 RecyclerView.ViewHolder scrap = scrapList.get(i); in layoutForPredictiveAnimations()
704 mLayoutState.mScrapList = scrapList; in layoutForPredictiveAnimations()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java687 final List<RecyclerView.ViewHolder> scrapList = recycler.getScrapList(); in layoutForPredictiveAnimations() local
688 final int scrapSize = scrapList.size(); in layoutForPredictiveAnimations()
691 RecyclerView.ViewHolder scrap = scrapList.get(i); in layoutForPredictiveAnimations()
709 mLayoutState.mScrapList = scrapList; in layoutForPredictiveAnimations()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java2029 List<RecyclerView.ViewHolder> scrapList = mRecycler.getScrapList(); in fillScrapViewsInPostLayout() local
2030 final int scrapSize = scrapList.size(); in fillScrapViewsInPostLayout()
2044 int pos = scrapList.get(i).getAdapterPosition(); in fillScrapViewsInPostLayout()