Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/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/base/core/java/com/android/internal/widget/
DLinearLayoutManager.java678 final List<RecyclerView.ViewHolder> scrapList = recycler.getScrapList(); in layoutForPredictiveAnimations() local
679 final int scrapSize = scrapList.size(); in layoutForPredictiveAnimations()
682 RecyclerView.ViewHolder scrap = scrapList.get(i); in layoutForPredictiveAnimations()
700 mLayoutState.mScrapList = scrapList; in layoutForPredictiveAnimations()
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DLinearLayoutManager.java708 final List<RecyclerView.ViewHolder> scrapList = recycler.getScrapList(); in layoutForPredictiveAnimations() local
709 final int scrapSize = scrapList.size(); in layoutForPredictiveAnimations()
712 RecyclerView.ViewHolder scrap = scrapList.get(i); in layoutForPredictiveAnimations()
730 mLayoutState.mScrapList = scrapList; in layoutForPredictiveAnimations()
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DGridLayoutManager.java2105 List<RecyclerView.ViewHolder> scrapList = mRecycler.getScrapList(); in fillScrapViewsInPostLayout() local
2106 final int scrapSize = scrapList.size(); in fillScrapViewsInPostLayout()
2120 int pos = scrapList.get(i).getAdapterPosition(); in fillScrapViewsInPostLayout()