Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DDefaultItemAnimatorTest.java174 public void animateRemove() throws Throwable { in animateRemove() method in DefaultItemAnimatorTest
177 assertTrue(animateRemove(vh)); in animateRemove()
261 assertTrue(animateRemove(vh)); in cancelRemove()
341 boolean animateRemove(final RecyclerView.ViewHolder vh) throws Throwable { in animateRemove() method in DefaultItemAnimatorTest
346 result[0] = mAnimator.animateRemove(vh); in animateRemove()
DLoggingItemAnimator.java147 public boolean animateRemove(RecyclerView.ViewHolder holder) { in animateRemove() method in LoggingItemAnimator
149 return super.animateRemove(holder); in animateRemove()
DRecyclerViewAnimationsTest.java751 public boolean animateRemove(RecyclerView.ViewHolder holder) { in addRemoveSamePass()
1711 public boolean animateRemove(RecyclerView.ViewHolder holder) { in addThenRecycleRemovedView()
1713 return super.animateRemove(holder); in addThenRecycleRemovedView()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DSimpleItemAnimator.java95 return animateRemove(viewHolder); in animateDisappearance()
175 abstract public boolean animateRemove(ViewHolder holder); in animateRemove() method in SimpleItemAnimator
DDefaultItemAnimator.java187 public boolean animateRemove(final ViewHolder holder) { in animateRemove() method in DefaultItemAnimator
/frameworks/support/v7/recyclerview/api/
D22.0.0.txt8 method public boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
240 method public abstract boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
D22.1.0.txt51 method public boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
295 method public abstract boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
D22.2.1.txt91 method public boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
351 method public abstract boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
D22.2.0.txt88 method public boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
347 method public abstract boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
D23.0.0.txt118 method public boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
384 method public abstract boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
D23.1.0.txt118 method public boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
719 method public abstract boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
Dcurrent.txt121 method public boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
747 method public abstract boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
D23.1.1.txt118 method public boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);
719 method public abstract boolean animateRemove(android.support.v7.widget.RecyclerView.ViewHolder);