[go: nahoru, domu]

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java1591 fullSpanItem.mGapDir = LAYOUT_START;
1602 fullSpanItem.mGapDir = LAYOUT_END;
2382 if (fsi != null && fsi.mGapDir == LAYOUT_START) {
2416 if (fsi != null && fsi.mGapDir == LAYOUT_END) {
2841 && (gapDir == 0 || fsi.mGapDir == gapDir ||
2855 int mGapDir; field in class:StaggeredGridLayoutManager.LazySpanLookup.FullSpanItem
2864 mGapDir = in.readInt();
2888 dest.writeInt(mGapDir);
2902 ", mGapDir=" + mGapDir
[all...]

Completed in 11 milliseconds