Searched defs:animateRemove (Results 1 - 6 of 6) sorted by path

/frameworks/base/core/java/com/android/internal/widget/
H A DDefaultItemAnimator.java193 public boolean animateRemove(final ViewHolder holder) { method in class:DefaultItemAnimator
H A DSimpleItemAnimator.java109 return animateRemove(viewHolder);
176 * {@link #animateRemove(ViewHolder) animateRemove()}, and
189 public abstract boolean animateRemove(ViewHolder holder); method in class:SimpleItemAnimator
201 * {@link #animateRemove(ViewHolder) animateRemove()}, and
226 * {@link #animateRemove(ViewHolder) animateRemove()}, and
254 * {@link #animateRemove(ViewHolder) animateRemove()}, an
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDefaultItemAnimator.java192 public boolean animateRemove(final ViewHolder holder) { method in class:DefaultItemAnimator
H A DSimpleItemAnimator.java109 return animateRemove(viewHolder);
176 * {@link #animateRemove(ViewHolder) animateRemove()}, and
189 public abstract boolean animateRemove(ViewHolder holder); method in class:SimpleItemAnimator
201 * {@link #animateRemove(ViewHolder) animateRemove()}, and
226 * {@link #animateRemove(ViewHolder) animateRemove()}, and
254 * {@link #animateRemove(ViewHolder) animateRemove()}, an
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DDefaultItemAnimatorTest.java173 public void animateRemove() throws Throwable { method in class:DefaultItemAnimatorTest
176 assertTrue(animateRemove(vh));
260 assertTrue(animateRemove(vh));
340 boolean animateRemove(final RecyclerView.ViewHolder vh) throws Throwable { method in class:DefaultItemAnimatorTest
345 result[0] = mAnimator.animateRemove(vh);
H A DLoggingItemAnimator.java147 public boolean animateRemove(RecyclerView.ViewHolder holder) { method in class:LoggingItemAnimator
149 return super.animateRemove(holder);

Completed in 148 milliseconds