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