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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseGridLayoutManagerTest.java156 OrientationHelper mSecondaryOrientation; field in class:BaseGridLayoutManagerTest.WrappedGridLayoutManager
190 mSecondaryOrientation = null;
196 if (mSecondaryOrientation == null) {
198 mSecondaryOrientation = OrientationHelper.createOrientationHelper(this,
201 mSecondaryOrientation = OrientationHelper.createOrientationHelper(this,
243 mSecondaryOrientation.getDecoratedStart(view),
245 mSecondaryOrientation.getDecoratedEnd(view));
248 mSecondaryOrientation.getDecoratedStart(view),
250 mSecondaryOrientation.getDecoratedEnd(view),
H A DBaseLinearLayoutManagerTest.java362 OrientationHelper mSecondaryOrientation; field in class:BaseLinearLayoutManagerTest.WrappedLinearLayoutManager
463 mSecondaryOrientation = null;
486 if (mSecondaryOrientation == null) {
487 mSecondaryOrientation = OrientationHelper.createOrientationHelper(this,
586 mSecondaryOrientation.getDecoratedStart(view),
588 mSecondaryOrientation.getDecoratedEnd(view));
591 mSecondaryOrientation.getDecoratedStart(view),
593 mSecondaryOrientation.getDecoratedEnd(view),
H A DBaseStaggeredGridLayoutManagerTest.java649 mSecondaryOrientation.getDecoratedStart(view),
651 mSecondaryOrientation.getDecoratedEnd(view));
654 mSecondaryOrientation.getDecoratedStart(view),
656 mSecondaryOrientation.getDecoratedEnd(view),
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java123 OrientationHelper mSecondaryOrientation; field in class:StaggeredGridLayoutManager
255 mSecondaryOrientation = OrientationHelper
452 mPrimaryOrientation = mSecondaryOrientation;
453 mSecondaryOrientation = tmp;
665 updateMeasureSpecs(mSecondaryOrientation.getTotalSpace());
729 if (mSecondaryOrientation.getMode() == View.MeasureSpec.EXACTLY) {
736 float size = mSecondaryOrientation.getDecoratedMeasurement(child);
748 if (mSecondaryOrientation.getMode() == View.MeasureSpec.AT_MOST) {
749 desired = Math.min(desired, mSecondaryOrientation.getTotalSpace());
925 totalSpace, mSecondaryOrientation
[all...]

Completed in 90 milliseconds