Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewInstrumentationTest.java536 new AddRemoveRunnable(startCountTuples).runOnMainThread(); in deleteAndNotify()
566 new AddRemoveRunnable(startCountTuples).runOnMainThread(); in addAndNotify()
605 new AddRemoveRunnable(startCountTuples).runOnMainThread(); in addDeleteAndNotify()
669 private class AddRemoveRunnable implements Runnable { class in BaseRecyclerViewInstrumentationTest.TestAdapter
672 public AddRemoveRunnable(int[][] startCountTuples) { in AddRemoveRunnable() method in BaseRecyclerViewInstrumentationTest.TestAdapter.AddRemoveRunnable