[go: nahoru, domu]

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java275 View gapView = hasGapsToFix();
329 View hasGapsToFix() { method in class:StaggeredGridLayoutManager
687 && (mLaidOutInvalidFullSpan || hasGapsToFix() != null);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerTest.java470 assertNull("moving item to upper should not cause gaps", mLayoutManager.hasGapsToFix());

Completed in 27 milliseconds