Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerTest.java237 mAdapter.moveAndNotify(1, 0); in gapHandlingWhenItemMovesToTopTest()
920 mAdapter.moveAndNotify(4, 1); in moveGapHandling()
DRecyclerViewFocusRecoveryTest.java200 mAdapter.moveAndNotify(3, 1); in testFocusRecoveryAfterMovingFocusedChild()
DBaseRecyclerViewInstrumentationTest.java1076 public void moveAndNotify(final int from, final int to) throws Throwable { in moveAndNotify() method in BaseRecyclerViewInstrumentationTest.TestAdapter
DRecyclerViewLayoutTest.java1895 adapter.moveAndNotify(3, 5); in adapterPositionsMoveItems()