Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java1331 LayoutChunkResult layoutChunkResult = new LayoutChunkResult(); in fill() local
1333 layoutChunkResult.resetInternal(); in fill()
1334 layoutChunk(recycler, state, layoutState, layoutChunkResult); in fill()
1335 if (layoutChunkResult.mFinished) { in fill()
1338 layoutState.mOffset += layoutChunkResult.mConsumed * layoutState.mLayoutDirection; in fill()
1345 if (!layoutChunkResult.mIgnoreConsumed || mLayoutState.mScrapList != null in fill()
1347 layoutState.mAvailable -= layoutChunkResult.mConsumed; in fill()
1349 remainingSpace -= layoutChunkResult.mConsumed; in fill()
1353 layoutState.mScrollingOffset += layoutChunkResult.mConsumed; in fill()
1359 if (stopOnFocusable && layoutChunkResult.mFocusable) { in fill()