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

/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/androidTest/java/androidx/recyclerview/widget/
H A DDummyItemAnimator.java112 public boolean animateRemove(RecyclerView.ViewHolder holder) { method in class:DummyItemAnimator
H A DLoggingItemAnimator.java146 public boolean animateRemove(RecyclerView.ViewHolder holder) { method in class:LoggingItemAnimator
148 return super.animateRemove(holder);
H A DDefaultItemAnimatorTest.java175 public void animateRemove() throws Throwable { method in class:DefaultItemAnimatorTest
178 assertTrue(animateRemove(vh));
262 assertTrue(animateRemove(vh));
342 boolean animateRemove(final RecyclerView.ViewHolder vh) throws Throwable { method in class:DefaultItemAnimatorTest
347 result[0] = mAnimator.animateRemove(vh);
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DDefaultItemAnimator.java192 public boolean animateRemove(final RecyclerView.ViewHolder holder) { method in class:DefaultItemAnimator
H A DSimpleItemAnimator.java107 return animateRemove(viewHolder);
174 * {@link #animateRemove(RecyclerView.ViewHolder) animateRemove()}, and
187 public abstract boolean animateRemove(RecyclerView.ViewHolder holder); method in class:SimpleItemAnimator
199 * {@link #animateRemove(RecyclerView.ViewHolder) animateRemove()}, and
224 * {@link #animateRemove(RecyclerView.ViewHolder) animateRemove()}, and
252 * {@link #animateRemove(RecyclerView.ViewHolder) animateRemove()}, an
[all...]

Completed in 338 milliseconds