Searched refs:assertNoLayout (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | RecyclerViewLayoutTest.java | 250 layoutManager.assertNoLayout("nothing is invalid, layout should not happen", 2); in detachAttachGetReady() 1047 tlm.assertNoLayout("dummy event should not trigger a layout", 1); in unnecessaryNotifyEvents() 1105 tlm.assertNoLayout("scrollToPosition should be ignored", 2); in scrollToPositionCallback() 2936 testLayoutManager.assertNoLayout("layout should not happen", 2); in invalidateAllDecorOffsets() 3386 lm.assertNoLayout("When RV is not attached, layout should not happen", 1); in updatesWhileDetached() 3425 lm.assertNoLayout("When RV is not attached, layout should not happen", 1); in updatesAfterDetach() 4146 tlm.assertNoLayout("test sanity, layout should not run", 1);
|
D | StaggeredGridLayoutManagerTest.java | 951 mLayoutManager.assertNoLayout("if an interim gap is fixed, it should not cause a " in temporaryGapHandling() 1138 mLayoutManager.assertNoLayout("no layout should happen when an invisible child is " in spanReassignmentsOnItemChange()
|
D | BaseStaggeredGridLayoutManagerTest.java | 553 public void assertNoLayout(String msg, long timeout) throws Throwable { in assertNoLayout() method in BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager
|
D | BaseRecyclerViewInstrumentationTest.java | 600 public void assertNoLayout(String msg, long timeout) throws Throwable { in assertNoLayout() method in BaseRecyclerViewInstrumentationTest.TestLayoutManager
|
D | RecyclerViewAnimationsTest.java | 1469 mLayoutManager.assertNoLayout("RV should keep old child during frozen", 2); in adapterChangeFrozen()
|