Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewInstrumentationTest.java907 public void deleteAndNotify(final int[]... startCountTuples) throws Throwable { in deleteAndNotify() argument
908 for (int[] tuple : startCountTuples) { in deleteAndNotify()
911 mActivityRule.runOnUiThread(new AddRemoveRunnable(startCountTuples)); in deleteAndNotify()
959 public void addAndNotify(final int[]... startCountTuples) throws Throwable { in addAndNotify() argument
960 mActivityRule.runOnUiThread(new AddRemoveRunnable(startCountTuples)); in addAndNotify()
1008 public void addDeleteAndNotify(final int[]... startCountTuples) throws Throwable { in addDeleteAndNotify() argument
1009 mActivityRule.runOnUiThread(new AddRemoveRunnable(startCountTuples)); in addDeleteAndNotify()
1084 public AddRemoveRunnable(String newItemPrefix, int[]... startCountTuples) { in AddRemoveRunnable() argument
1086 mStartCountTuples = startCountTuples; in AddRemoveRunnable()
1089 public AddRemoveRunnable(int[][] startCountTuples) { in AddRemoveRunnable() argument
[all …]