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.java600 final List<RecyclerView.ViewHolder> scrapList = recycler.getScrapList(); in layoutForPredictiveAnimations() local
601 final int scrapSize = scrapList.size(); in layoutForPredictiveAnimations()
604 RecyclerView.ViewHolder scrap = scrapList.get(i); in layoutForPredictiveAnimations()
619 mLayoutState.mScrapList = scrapList; in layoutForPredictiveAnimations()