Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerTest.java626 mLayoutManager.assertNoLayout("if an interim gap is fixed, it should not cause a " in testTemporaryGapHandling()
870 mLayoutManager.assertNoLayout("no layout should happen when an invisible child is updated", in testSpanReassignmentsOnItemChange()
1791 public void assertNoLayout(String msg, long timeout) throws Throwable { in assertNoLayout() method in StaggeredGridLayoutManagerTest.WrappedLayoutManager
DRecyclerViewLayoutTest.java334 tlm.assertNoLayout("scrollToPosition should be ignored", 2); in testScrollToPositionCallback()
1759 testLayoutManager.assertNoLayout("layout should not happen", 2); in testInvalidateAllDecorOffsets()
2210 lm.assertNoLayout("When RV is not attached, layout should not happen", 1); in testUpdatesWhileDetached()
2249 lm.assertNoLayout("When RV is not attached, layout should not happen", 1); in testUpdatesAfterDetach()
DBaseRecyclerViewInstrumentationTest.java430 public void assertNoLayout(String msg, long timeout) throws Throwable { in assertNoLayout() method in BaseRecyclerViewInstrumentationTest.TestLayoutManager
DRecyclerViewAnimationsTest.java984 mLayoutManager.assertNoLayout("RV should keep old child during frozen", 2); in testAdapterChangeFrozen()