Searched refs:LayoutState (Results 1 – 3 of 3) sorted by relevance
72 private LayoutState mLayoutState;543 firstLayoutDirection = mShouldReverseLayout ? LayoutState.ITEM_DIRECTION_TAIL544 : LayoutState.ITEM_DIRECTION_HEAD;546 firstLayoutDirection = mShouldReverseLayout ? LayoutState.ITEM_DIRECTION_HEAD547 : LayoutState.ITEM_DIRECTION_TAIL;688 ? LayoutState.LAYOUT_START : LayoutState.LAYOUT_END; in layoutForPredictiveAnimations()689 if (direction == LayoutState.LAYOUT_START) { in layoutForPredictiveAnimations()929 mLayoutState.mItemDirection = mShouldReverseLayout ? LayoutState.ITEM_DIRECTION_HEAD : in updateLayoutStateToFillEnd()930 LayoutState.ITEM_DIRECTION_TAIL; in updateLayoutStateToFillEnd()932 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_END; in updateLayoutStateToFillEnd()[all …]
386 itemDirection == LayoutState.ITEM_DIRECTION_TAIL; in ensureAnchorIsInCorrectSpan()506 void collectPrefetchPositionsForLayoutState(RecyclerView.State state, LayoutState layoutState, in collectPrefetchPositionsForLayoutState()522 LayoutState layoutState, LayoutChunkResult result) { in layoutChunk()533 layoutState.mItemDirection == LayoutState.ITEM_DIRECTION_TAIL; in layoutChunk()643 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk()651 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk()
11306 @interface LayoutState {} annotation in RecyclerView.State11308 @LayoutState