Searched refs:mScrapList (Results 1 – 2 of 2) sorted by relevance
619 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 LayoutState1856 if (mScrapList != null) { in next()1872 int size = mScrapList.size(); in nextFromLimitedList()1876 RecyclerView.ViewHolder viewHolder = mScrapList.get(i); in nextFromLimitedList()
376 if (layoutState.mScrapList == null) { in layoutChunk()