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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DDefaultItemAnimatorTest.java201 public void cancelBefore(int count, final RecyclerView.ViewHolder... toCancel) argument
203 cancelTest(true, count, toCancel);
206 public void cancelAfter(int count, final RecyclerView.ViewHolder... toCancel) argument
208 cancelTest(false, count, toCancel);
211 public void cancelTest(boolean before, int count, final RecyclerView.ViewHolder... toCancel) throws Throwable { argument
213 endAnimations(toCancel);
219 endAnimations(toCancel);

Completed in 99 milliseconds