Home
last modified time | relevance | path

Searched refs:LayoutState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLinearLayoutManager.java72 private LayoutState mLayoutState;
543 firstLayoutDirection = mShouldReverseLayout ? LayoutState.ITEM_DIRECTION_TAIL
544 : LayoutState.ITEM_DIRECTION_HEAD;
546 firstLayoutDirection = mShouldReverseLayout ? LayoutState.ITEM_DIRECTION_HEAD
547 : 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 …]
DGridLayoutManager.java386 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()
DRecyclerView.java11306 @interface LayoutState {} annotation in RecyclerView.State
11308 @LayoutState