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.java911 mActivityRule.runOnUiThread(new AddRemoveRunnable(startCountTuples)); in deleteAndNotify()
939 new AddRemoveRunnable(DEFAULT_ITEM_PREFIX, new int[]{0, count})); in addAndNotify()
960 mActivityRule.runOnUiThread(new AddRemoveRunnable(startCountTuples)); in addAndNotify()
1009 mActivityRule.runOnUiThread(new AddRemoveRunnable(startCountTuples)); in addDeleteAndNotify()
1080 private class AddRemoveRunnable implements Runnable { class in BaseRecyclerViewInstrumentationTest.TestAdapter
1084 public AddRemoveRunnable(String newItemPrefix, int[]... startCountTuples) { in AddRemoveRunnable() method in BaseRecyclerViewInstrumentationTest.TestAdapter.AddRemoveRunnable
1089 public AddRemoveRunnable(int[][] startCountTuples) { in AddRemoveRunnable() method in BaseRecyclerViewInstrumentationTest.TestAdapter.AddRemoveRunnable