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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDefaultItemAnimator.java217 public boolean animateAdd(final ViewHolder holder) { method in class:DefaultItemAnimator
H A DSimpleItemAnimator.java114 return animateAdd(viewHolder);
160 * as separate calls to {@link #animateAdd(ViewHolder) animateAdd()},
185 * as separate calls to {@link #animateAdd(ViewHolder) animateAdd()},
200 abstract public boolean animateAdd(ViewHolder holder); method in class:SimpleItemAnimator
210 * as separate calls to {@link #animateAdd(ViewHolder) animateAdd()},
238 * as separate calls to {@link #animateAdd(ViewHolder) animateAdd()},
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLoggingItemAnimator.java141 public boolean animateAdd(RecyclerView.ViewHolder holder) { method in class:LoggingItemAnimator
143 return super.animateAdd(holder);
H A DDefaultItemAnimatorTest.java165 public void animateAdd() throws Throwable { method in class:DefaultItemAnimatorTest
168 assertTrue(animateAdd(vh));
229 assertTrue(animateAdd(vh));
237 assertTrue(animateAdd(vh));
330 boolean animateAdd(final RecyclerView.ViewHolder vh) throws Throwable { method in class:DefaultItemAnimatorTest
335 result[0] = mAnimator.animateAdd(vh);

Completed in 120 milliseconds