Searched refs:layoutChunkResult (Results 1 – 1 of 1) sorted by relevance
1271 LayoutChunkResult layoutChunkResult = new LayoutChunkResult(); in fill() local1273 layoutChunkResult.resetInternal(); in fill()1274 layoutChunk(recycler, state, layoutState, layoutChunkResult); in fill()1275 if (layoutChunkResult.mFinished) { in fill()1278 layoutState.mOffset += layoutChunkResult.mConsumed * layoutState.mLayoutDirection; in fill()1285 if (!layoutChunkResult.mIgnoreConsumed || mLayoutState.mScrapList != null in fill()1287 layoutState.mAvailable -= layoutChunkResult.mConsumed; in fill()1289 remainingSpace -= layoutChunkResult.mConsumed; in fill()1293 layoutState.mScrollingOffset += layoutChunkResult.mConsumed; in fill()1299 if (stopOnFocusable && layoutChunkResult.mFocusable) { in fill()