Home
last modified time | relevance | path

Searched refs:LayoutState (Results 1 – 2 of 2) 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 …]
DRecyclerView.java11185 @interface LayoutState {} annotation in RecyclerView.State
11187 @LayoutState