[go: nahoru, domu]

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseLinearLayoutManagerTest.java343 OrientationHelper mSecondaryOrientation; field in class:BaseLinearLayoutManagerTest.WrappedLinearLayoutManager
371 mSecondaryOrientation = null;
394 if (mSecondaryOrientation == null) {
395 mSecondaryOrientation = OrientationHelper.createOrientationHelper(this,
494 mSecondaryOrientation.getDecoratedStart(view),
496 mSecondaryOrientation.getDecoratedEnd(view));
499 mSecondaryOrientation.getDecoratedStart(view),
501 mSecondaryOrientation.getDecoratedEnd(view),
H A DBaseStaggeredGridLayoutManagerTest.java580 mSecondaryOrientation.getDecoratedStart(view),
582 mSecondaryOrientation.getDecoratedEnd(view));
585 mSecondaryOrientation.getDecoratedStart(view),
587 mSecondaryOrientation.getDecoratedEnd(view),
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java120 OrientationHelper mSecondaryOrientation; field in class:StaggeredGridLayoutManager
252 mSecondaryOrientation = OrientationHelper
449 mPrimaryOrientation = mSecondaryOrientation;
450 mSecondaryOrientation = tmp;
652 updateMeasureSpecs(mSecondaryOrientation.getTotalSpace());
716 if (mSecondaryOrientation.getMode() == View.MeasureSpec.EXACTLY) {
723 float size = mSecondaryOrientation.getDecoratedMeasurement(child);
735 if (mSecondaryOrientation.getMode() == View.MeasureSpec.AT_MOST) {
736 desired = Math.min(desired, mSecondaryOrientation.getTotalSpace());
912 totalSpace, mSecondaryOrientation
[all...]

Completed in 121 milliseconds