Searched refs:mSecondaryOrientation (Results 1 – 3 of 3) sorted by relevance
1343 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),
1870 mSecondaryOrientation.getDecoratedStart(view), in getViewBounds()1872 mSecondaryOrientation.getDecoratedEnd(view)); in getViewBounds()1875 mSecondaryOrientation.getDecoratedStart(view), in getViewBounds()1877 mSecondaryOrientation.getDecoratedEnd(view), in getViewBounds()
106 OrientationHelper mSecondaryOrientation; field in StaggeredGridLayoutManager412 if (mPrimaryOrientation != null && mSecondaryOrientation != null) {415 mPrimaryOrientation = mSecondaryOrientation;416 mSecondaryOrientation = tmp;514 mSecondaryOrientation = OrientationHelper789 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);