Searched refs:endAnimation (Results 1 - 15 of 15) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DDummyItemAnimator.java35 * 1. Test MUST call endAnimation(ViewHolder) on UI thread to finish animation of a given ViewHolder
222 public void endAnimation(RecyclerView.ViewHolder item) { method in class:DummyItemAnimator
239 endAnimation(mAdds.get(i));
242 endAnimation(mRemoves.get(i));
245 endAnimation(mMoves.get(i));
248 endAnimation(mChangesOld.get(i));
251 endAnimation(mChangesNew.get(i));
H A DDefaultItemAnimatorTest.java325 mAnimator.endAnimation(vh);
H A DItemAnimatorV2ApiTest.java695 public void endAnimation(RecyclerView.ViewHolder item) { method in class:ItemAnimatorV2ApiTest.LoggingV2Animator
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DFocusHighlightHelper.java73 endAnimation();
126 void endAnimation() { method in class:FocusHighlightHelper.FocusAnimator
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java1117 endAnimation();
1134 endAnimation();
1208 private void endAnimation() { method in class:ValueAnimator
1474 endAnimation();
H A DAnimatorSet.java429 endAnimation();
454 endAnimation();
515 endAnimation();
1079 endAnimation();
1276 private void endAnimation() { method in class:AnimatorSet
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DScrimControllerTest.java673 endAnimation(mScrimBehind, TAG_KEY_ANIM);
674 endAnimation(mScrimInFront, TAG_KEY_ANIM);
687 private void endAnimation(View scrimView, int tag) { method in class:ScrimControllerTest.SynchronousScrimController
/frameworks/base/core/java/com/android/internal/widget/
H A DDefaultItemAnimator.java437 public void endAnimation(ViewHolder item) { method in class:DefaultItemAnimator
527 endAnimation(holder);
H A DRecyclerView.java7618 public void endAnimation(View view) { method in class:RecyclerView.LayoutManager
7620 mRecyclerView.mItemAnimator.endAnimation(getChildViewHolderInt(view));
8344 mRecyclerView.mItemAnimator.endAnimation(vh);
11912 public abstract void endAnimation(ViewHolder item); method in class:RecyclerView.ItemAnimator
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DDefaultItemAnimator.java436 public void endAnimation(RecyclerView.ViewHolder item) { method in class:DefaultItemAnimator
526 endAnimation(holder);
H A DRecyclerView.java8187 public void endAnimation(View view) { method in class:RecyclerView.LayoutManager
8189 mRecyclerView.mItemAnimator.endAnimation(getChildViewHolderInt(view));
8935 mRecyclerView.mItemAnimator.endAnimation(vh);
12863 public abstract void endAnimation(@NonNull ViewHolder item); method in class:RecyclerView.ItemAnimator
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java179 public void endAnimation(RecyclerView.ViewHolder item) {
180 super.endAnimation(item);
218 endAnimation(oldHolder);
230 // we set it here because previous endAnimation would set it to other value.
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java179 public void endAnimation(RecyclerView.ViewHolder item) {
180 super.endAnimation(item);
218 endAnimation(oldHolder);
230 // we set it here because previous endAnimation would set it to other value.
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java1569 endAnimation();
1624 endAnimation();
1677 private void endAnimation() { method in class:AnimatedVectorDrawable.VectorDrawableAnimatorRT
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 1604 milliseconds