Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java649 final List<RecyclerView.ViewHolder> scrapList = recycler.getScrapList(); in layoutForPredictiveAnimations() local
650 final int scrapSize = scrapList.size(); in layoutForPredictiveAnimations()
653 RecyclerView.ViewHolder scrap = scrapList.get(i); in layoutForPredictiveAnimations()
671 mLayoutState.mScrapList = scrapList; in layoutForPredictiveAnimations()