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.java1374 LayoutChunkResult layoutChunkResult = new LayoutChunkResult(); in fill() local
1376 layoutChunkResult.resetInternal(); in fill()
1377 layoutChunk(recycler, state, layoutState, layoutChunkResult); in fill()
1378 if (layoutChunkResult.mFinished) { in fill()
1381 layoutState.mOffset += layoutChunkResult.mConsumed * layoutState.mLayoutDirection; in fill()
1388 if (!layoutChunkResult.mIgnoreConsumed || mLayoutState.mScrapList != null in fill()
1390 layoutState.mAvailable -= layoutChunkResult.mConsumed; in fill()
1392 remainingSpace -= layoutChunkResult.mConsumed; in fill()
1396 layoutState.mScrollingOffset += layoutChunkResult.mConsumed; in fill()
1402 if (stopOnFocusable && layoutChunkResult.mFocusable) { in fill()