Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewAnimationsTest.java765 adapter.addDeleteAndNotify(new int[]{3, 2}, new int[]{2, -2}); in testAddDelete2()
783 adapter.addDeleteAndNotify(new int[]{3, 2}, new int[]{1, -1}, in testAddDelete1()
DBaseRecyclerViewInstrumentationTest.java604 public void addDeleteAndNotify(final int[]... startCountTuples) throws Throwable { in addDeleteAndNotify() method in BaseRecyclerViewInstrumentationTest.TestAdapter