Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLinearLayoutManager.java1483 LayoutChunkResult layoutChunkResult = mLayoutChunkResult; in fill() local
1485 layoutChunkResult.resetInternal(); in fill()
1486 layoutChunk(recycler, state, layoutState, layoutChunkResult); in fill()
1487 if (layoutChunkResult.mFinished) { in fill()
1490 layoutState.mOffset += layoutChunkResult.mConsumed * layoutState.mLayoutDirection; in fill()
1497 if (!layoutChunkResult.mIgnoreConsumed || mLayoutState.mScrapList != null in fill()
1499 layoutState.mAvailable -= layoutChunkResult.mConsumed; in fill()
1501 remainingSpace -= layoutChunkResult.mConsumed; in fill()
1505 layoutState.mScrollingOffset += layoutChunkResult.mConsumed; in fill()
1511 if (stopOnFocusable && layoutChunkResult.mFocusable) { in fill()