Searched refs:layoutState (Results 1 – 1 of 1) sorted by relevance
1188 void collectPrefetchPositionsForLayoutState(RecyclerView.State state, LayoutState layoutState, in collectPrefetchPositionsForLayoutState() argument1190 final int pos = layoutState.mCurrentPosition; in collectPrefetchPositionsForLayoutState()1192 layoutPrefetchRegistry.addPosition(pos, layoutState.mScrollingOffset); in collectPrefetchPositionsForLayoutState()1449 private void recycleByLayoutState(RecyclerView.Recycler recycler, LayoutState layoutState) { in recycleByLayoutState() argument1450 if (!layoutState.mRecycle || layoutState.mInfinite) { in recycleByLayoutState()1453 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in recycleByLayoutState()1454 recycleViewsFromEnd(recycler, layoutState.mScrollingOffset); in recycleByLayoutState()1456 recycleViewsFromStart(recycler, layoutState.mScrollingOffset); in recycleByLayoutState()1471 int fill(RecyclerView.Recycler recycler, LayoutState layoutState, in fill() argument1474 final int start = layoutState.mAvailable; in fill()[all …]