Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java619 mLayoutState.mScrapList = scrapList; in layoutForPredictiveAnimations()
637 mLayoutState.mScrapList = null; in layoutForPredictiveAnimations()
1285 if (!layoutChunkResult.mIgnoreConsumed || mLayoutState.mScrapList != null in fill()
1313 if (DEBUG && layoutState.mScrapList == null) { in layoutChunk()
1322 if (layoutState.mScrapList == null) { in layoutChunk()
1840 List<RecyclerView.ViewHolder> mScrapList = null; field in LayoutState
1856 if (mScrapList != null) { in next()
1872 int size = mScrapList.size(); in nextFromLimitedList()
1876 RecyclerView.ViewHolder viewHolder = mScrapList.get(i); in nextFromLimitedList()
DGridLayoutManager.java376 if (layoutState.mScrapList == null) { in layoutChunk()