OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
252
mPrimaryOrientation
= OrientationHelper.createOrientationHelper(this, mOrientation);
365
int myEnd =
mPrimaryOrientation
.getDecoratedEnd(child);
366
int nextEnd =
mPrimaryOrientation
.getDecoratedEnd(nextChild);
373
int myStart =
mPrimaryOrientation
.getDecoratedStart(child);
374
int nextStart =
mPrimaryOrientation
.getDecoratedStart(nextChild);
396
if (span.getEndLine() <
mPrimaryOrientation
.getEndAfterPadding()) {
402
} else if (span.getStartLine() >
mPrimaryOrientation
.getStartAfterPadding()) {
449
OrientationHelper tmp =
mPrimaryOrientation
;
450
mPrimaryOrientation
= mSecondaryOrientation
[
all
...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseStaggeredGridLayoutManagerTest.java
157
log.append("total space:" + mLayoutManager.
mPrimaryOrientation
.getTotalSpace());
574
final int boundsStart =
mPrimaryOrientation
.getStartAfterPadding();
575
final int boundsEnd =
mPrimaryOrientation
.getEndAfterPadding();
631
mPrimaryOrientation
.getDecoratedStart(view),
633
mPrimaryOrientation
.getDecoratedEnd(view),
638
mPrimaryOrientation
.getDecoratedStart(view),
640
mPrimaryOrientation
.getDecoratedEnd(view));
646
sb.append("view bounds:[start:").append(
mPrimaryOrientation
.getStartAfterPadding())
647
.append(",").append(" end").append(
mPrimaryOrientation
.getEndAfterPadding());
654
mPrimaryOrientation
.getDecoratedStart(child)).append(", end:"
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 49 milliseconds