Searched refs:LAYOUT_END (Results 1 – 7 of 7) sorted by relevance
22 import static android.support.v7.widget.LayoutState.LAYOUT_END;293 int invalidGapDir = mShouldReverseLayout ? LAYOUT_START : LAYOUT_END; in checkForGaps()676 setLayoutStateDirection(LAYOUT_END);681 setLayoutStateDirection(LAYOUT_END);911 anchorInfo.mLayoutFromEnd = position == LAYOUT_END;1544 if (layoutState.mLayoutDirection == LAYOUT_END) {1550 if (layoutState.mLayoutDirection == LAYOUT_END) {1590 if (layoutState.mLayoutDirection == LAYOUT_END) {1599 if (layoutState.mLayoutDirection == LAYOUT_END) {1617 fullSpanItem.mGapDir = LAYOUT_END;[all …]
31 static final int LAYOUT_END = 1; field in LayoutState
697 ? LayoutState.LAYOUT_START : LayoutState.LAYOUT_END; in layoutForPredictiveAnimations()941 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_END; in updateLayoutStateToFillEnd()1162 if (layoutDirection == LayoutState.LAYOUT_END) { in updateLayoutState()1296 final int layoutDirection = delta > 0 ? LayoutState.LAYOUT_END : LayoutState.LAYOUT_START; in collectAdjacentPrefetchPositions()1308 final int layoutDirection = dy > 0 ? LayoutState.LAYOUT_END : LayoutState.LAYOUT_START; in scrollBy()1632 return LayoutState.LAYOUT_END; in convertFocusDirectionToLayoutDirection()1638 return LayoutState.LAYOUT_END; in convertFocusDirectionToLayoutDirection()1642 return LayoutState.LAYOUT_END; in convertFocusDirectionToLayoutDirection()1648 return mOrientation == VERTICAL ? LayoutState.LAYOUT_END in convertFocusDirectionToLayoutDirection()1654 return mOrientation == HORIZONTAL ? LayoutState.LAYOUT_END in convertFocusDirectionToLayoutDirection()[all …]
1008 final boolean ascend = (layoutDir == LayoutState.LAYOUT_END) != mShouldReverseLayout; in onFocusSearchFailed()
692 ? LayoutState.LAYOUT_START : LayoutState.LAYOUT_END; in layoutForPredictiveAnimations()936 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_END; in updateLayoutStateToFillEnd()1157 if (layoutDirection == LayoutState.LAYOUT_END) { in updateLayoutState()1291 final int layoutDirection = delta > 0 ? LayoutState.LAYOUT_END : LayoutState.LAYOUT_START; in collectAdjacentPrefetchPositions()1303 final int layoutDirection = dy > 0 ? LayoutState.LAYOUT_END : LayoutState.LAYOUT_START; in scrollBy()1621 return LayoutState.LAYOUT_END; in convertFocusDirectionToLayoutDirection()1627 return LayoutState.LAYOUT_END; in convertFocusDirectionToLayoutDirection()1631 return LayoutState.LAYOUT_END; in convertFocusDirectionToLayoutDirection()1637 return mOrientation == VERTICAL ? LayoutState.LAYOUT_END in convertFocusDirectionToLayoutDirection()1643 return mOrientation == HORIZONTAL ? LayoutState.LAYOUT_END in convertFocusDirectionToLayoutDirection()[all …]
19 import static android.support.v7.widget.LayoutState.LAYOUT_END;316 itemLayoutDirection = config.mReverseLayout ? LAYOUT_START : LAYOUT_END; in findInvisibleTarget()319 itemLayoutDirection = config.mReverseLayout ? LAYOUT_END : LAYOUT_START; in findInvisibleTarget()
3 import static android.support.v7.widget.LayoutState.LAYOUT_END;239 itemLayoutDirection = config.mReverseLayout ? LAYOUT_START : LAYOUT_END; in findInvisibleTarget()242 itemLayoutDirection = config.mReverseLayout ? LAYOUT_END : LAYOUT_START; in findInvisibleTarget()