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

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java 119 OrientationHelper mPrimaryOrientation;
258 mPrimaryOrientation = OrientationHelper.createOrientationHelper(this, mOrientation);
371 int myEnd = mPrimaryOrientation.getDecoratedEnd(child);
372 int nextEnd = mPrimaryOrientation.getDecoratedEnd(nextChild);
379 int myStart = mPrimaryOrientation.getDecoratedStart(child);
380 int nextStart = mPrimaryOrientation.getDecoratedStart(nextChild);
402 if (span.getEndLine() < mPrimaryOrientation.getEndAfterPadding()) {
408 } else if (span.getStartLine() > mPrimaryOrientation.getStartAfterPadding()) {
455 OrientationHelper tmp = mPrimaryOrientation;
456 mPrimaryOrientation = mSecondaryOrientation
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseStaggeredGridLayoutManagerTest.java 161 log.append("total space:" + mLayoutManager.mPrimaryOrientation.getTotalSpace());
596 final int boundsStart = mPrimaryOrientation.getStartAfterPadding();
597 final int boundsEnd = mPrimaryOrientation.getEndAfterPadding();
653 mPrimaryOrientation.getDecoratedStart(view),
655 mPrimaryOrientation.getDecoratedEnd(view),
660 mPrimaryOrientation.getDecoratedStart(view),
662 mPrimaryOrientation.getDecoratedEnd(view));
668 sb.append("view bounds:[start:").append(mPrimaryOrientation.getStartAfterPadding())
669 .append(",").append(" end").append(mPrimaryOrientation.getEndAfterPadding());
676 mPrimaryOrientation.getDecoratedStart(child)).append(", end:"
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 289 milliseconds