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

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java 123 OrientationHelper mSecondaryOrientation;
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());
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseGridLayoutManagerTest.java 156 OrientationHelper mSecondaryOrientation;
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),
BaseLinearLayoutManagerTest.java 362 OrientationHelper mSecondaryOrientation;
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),
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 78 milliseconds