Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLinearLayoutManagerTest.java1343 OrientationHelper mSecondaryOrientation;
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),
DStaggeredGridLayoutManagerTest.java1870 mSecondaryOrientation.getDecoratedStart(view), in getViewBounds()
1872 mSecondaryOrientation.getDecoratedEnd(view)); in getViewBounds()
1875 mSecondaryOrientation.getDecoratedStart(view), in getViewBounds()
1877 mSecondaryOrientation.getDecoratedEnd(view), in getViewBounds()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DStaggeredGridLayoutManager.java106 OrientationHelper mSecondaryOrientation; field in 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.getDecoratedMeasurement(view);