Searched refs:mSecondaryOrientation (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerTest.java1343 OrientationHelper mSecondaryOrientation; field in class:LinearLayoutManagerTest.WrappedLinearLayoutManager
1362 mSecondaryOrientation = null;
1384 if (mSecondaryOrientation == null) {
1385 mSecondaryOrientation = OrientationHelper.createOrientationHelper(this,
1491 mSecondaryOrientation.getDecoratedStart(view),
1493 mSecondaryOrientation.getDecoratedEnd(view));
1496 mSecondaryOrientation.getDecoratedStart(view),
1498 mSecondaryOrientation.getDecoratedEnd(view),
H A DStaggeredGridLayoutManagerTest.java1870 mSecondaryOrientation.getDecoratedStart(view),
1872 mSecondaryOrientation.getDecoratedEnd(view));
1875 mSecondaryOrientation.getDecoratedStart(view),
1877 mSecondaryOrientation.getDecoratedEnd(view),
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java106 OrientationHelper mSecondaryOrientation; field in class:StaggeredGridLayoutManager
412 if (mPrimaryOrientation != null && mSecondaryOrientation != null) {
415 mPrimaryOrientation = mSecondaryOrientation;
416 mSecondaryOrientation = tmp;
514 mSecondaryOrientation = OrientationHelper
789 mSizePerSpan = mSecondaryOrientation.getTotalSpace() / mSpanCount;
791 mSecondaryOrientation.getTotalSpace(), View.MeasureSpec.EXACTLY);
1499 final int otherStart = lp.mFullSpan ? mSecondaryOrientation.getStartAfterPadding()
1501 mSecondaryOrientation.getStartAfterPadding();
1502 final int otherEnd = otherStart + mSecondaryOrientation
[all...]

Completed in 143 milliseconds