Home
last modified time | relevance | path

Searched refs:preferredSpanDir (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DStaggeredGridLayoutManager.java306 final int preferredSpanDir = mOrientation == VERTICAL && isLayoutRTL() ? 1 : -1; in hasGapsToFix() local
353 if (lp.mSpan.mIndex - nextLp.mSpan.mIndex < 0 != preferredSpanDir < 0) { in hasGapsToFix()