Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DStaggeredGridLayoutManager.java247 View gapView = hasGapsToFix(); in checkForGaps()
299 View hasGapsToFix() { in hasGapsToFix() method in StaggeredGridLayoutManager
630 && (mLaidOutInvalidFullSpan || hasGapsToFix() != null);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerTest.java600 assertNull("moving item to upper should not cause gaps", mLayoutManager.hasGapsToFix()); in testMoveGapHandling()