Searched refs:layoutChunkResult (Results 1 – 1 of 1) sorted by relevance
1331 LayoutChunkResult layoutChunkResult = new LayoutChunkResult(); in fill() local1333 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()