Searched defs:deleteAndNotify (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewInstrumentationTest.java643 public void deleteAndNotify(final int start, final int count) throws Throwable { method in class:BaseRecyclerViewInstrumentationTest.TestAdapter
644 deleteAndNotify(new int[]{start, count});
656 public void deleteAndNotify(final int[]... startCountTuples) throws Throwable { method in class:BaseRecyclerViewInstrumentationTest.TestAdapter

Completed in 31 milliseconds