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

/frameworks/base/core/java/com/android/internal/widget/
H A DDefaultItemAnimator.java557 public void endAnimations() { method in class:DefaultItemAnimator
H A DRecyclerView.java980 mItemAnimator.endAnimations();
1130 mItemAnimator.endAnimations();
2470 mItemAnimator.endAnimations();
3060 mItemAnimator.endAnimations();
7616 * @see RecyclerView.ItemAnimator#endAnimations()
11923 public abstract void endAnimations(); method in class:RecyclerView.ItemAnimator
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DDummyItemAnimator.java36 * Or Test calls endAnimations() on UI thread to end animations for all.
237 public void endAnimations() { method in class:DummyItemAnimator
H A DItemAnimatorV2ApiTest.java699 public void endAnimations() { method in class:ItemAnimatorV2ApiTest.LoggingV2Animator
H A DDefaultItemAnimatorTest.java214 endAnimations(toCancel);
220 endAnimations(toCancel);
263 endAnimations(vh);
320 void endAnimations(final RecyclerView.ViewHolder... vhs) throws Throwable { method in class:DefaultItemAnimatorTest
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DDefaultItemAnimator.java556 public void endAnimations() { method in class:DefaultItemAnimator
H A DRecyclerView.java1121 mItemAnimator.endAnimations();
1273 mItemAnimator.endAnimations();
2779 mItemAnimator.endAnimations();
3388 mItemAnimator.endAnimations();
8185 * @see RecyclerView.ItemAnimator#endAnimations()
12874 public abstract void endAnimations(); method in class:RecyclerView.ItemAnimator

Completed in 236 milliseconds