HomeSort by relevance Sort by last modified time
    Searched defs:mShouldReverseLayout (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java 140 boolean mShouldReverseLayout = false;
270 if (mShouldReverseLayout) {
289 int invalidGapDir = mShouldReverseLayout ? LAYOUT_START : LAYOUT_END;
341 if (mShouldReverseLayout) {
365 if (mShouldReverseLayout) {
397 if (mShouldReverseLayout) {
556 mShouldReverseLayout = mReverseLayout;
558 mShouldReverseLayout = !mReverseLayout;
623 anchorInfo.mLayoutFromEnd = mShouldReverseLayout;
649 mSpans[i].cacheReferenceLineAndClear(mShouldReverseLayout,
    [all...]
LinearLayoutManager.java 95 * @see #mShouldReverseLayout
104 boolean mShouldReverseLayout = false;
249 boolean didLayoutFromEnd = mLastStackFromEnd ^ mShouldReverseLayout;
350 mShouldReverseLayout = mReverseLayout;
352 mShouldReverseLayout = !mReverseLayout;
445 final int direction = targetPosition < firstChildPos != mShouldReverseLayout ? -1 : 1;
486 mAnchorInfo.mLayoutFromEnd = mShouldReverseLayout ^ mStackFromEnd;
520 if (mShouldReverseLayout) {
540 firstLayoutDirection = mShouldReverseLayout ? LayoutState.ITEM_DIRECTION_TAIL :
543 firstLayoutDirection = mShouldReverseLayout ? LayoutState.ITEM_DIRECTION_HEAD
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 559 milliseconds