Home | History | Annotate | Download | only in widget

Lines Matching defs:mShouldReverseLayout

135     boolean mShouldReverseLayout = false;
274 if (mShouldReverseLayout) {
293 int invalidGapDir = mShouldReverseLayout ? LayoutState.LAYOUT_START : LayoutState.LAYOUT_END;
347 if (mShouldReverseLayout) {
371 if (mShouldReverseLayout) {
403 if (mShouldReverseLayout) {
561 mShouldReverseLayout = mReverseLayout;
563 mShouldReverseLayout = !mReverseLayout;
628 anchorInfo.mLayoutFromEnd = mShouldReverseLayout;
654 mSpans[i].cacheReferenceLineAndClear(mShouldReverseLayout,
693 if (mShouldReverseLayout) {
813 anchorInfo.mLayoutFromEnd = mShouldReverseLayout;
866 anchorInfo.mPosition = mShouldReverseLayout ? getLastChildPosition()
1078 this, mSmoothScrollbarEnabled, mShouldReverseLayout);
1329 final View first = mShouldReverseLayout ? findFirstVisibleItemClosestToEnd(true) :
1457 if (mShouldReverseLayout == targetPos < anchorPosition) {
1482 mLayoutState.mItemDirection = (mShouldReverseLayout == (direction == LayoutState.LAYOUT_START))
1533 int minPosition = mShouldReverseLayout ? getLastChildPosition() : getFirstChildPosition();
1569 int maxPosition = mShouldReverseLayout ? getFirstChildPosition() : getLastChildPosition();
1603 final int defaultNewViewLine = mShouldReverseLayout
1973 return (layoutDir == LayoutState.LAYOUT_START) != mShouldReverseLayout;
1975 return ((layoutDir == LayoutState.LAYOUT_START) == mShouldReverseLayout) == isLayoutRTL();
2046 return mShouldReverseLayout ? LayoutState.LAYOUT_END : LayoutState.LAYOUT_START;
2049 return position < firstChildPos != mShouldReverseLayout
2198 mLastLayoutFromEnd = mShouldReverseLayout;
2317 mLastLayoutFromEnd = mShouldReverseLayout;