Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerTest.java604 innerGapHandlingTest(StaggeredGridLayoutManager.GAP_HANDLING_NONE); in testInnerGapHandling()
605 innerGapHandlingTest(StaggeredGridLayoutManager.GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS); in testInnerGapHandling()
608 public void innerGapHandlingTest(int strategy) throws Throwable { in innerGapHandlingTest() method in StaggeredGridLayoutManagerTest