Searched refs:dispatchAnimationFinished (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DSimpleItemAnimator.java279 dispatchAnimationFinished(item);
293 dispatchAnimationFinished(item);
303 dispatchAnimationFinished(item);
318 dispatchAnimationFinished(item);
H A DRecyclerView.java11470 * are being animated, but implementors must call {@link #dispatchAnimationFinished(ViewHolder)}
11472 * {@link #dispatchAnimationFinished(ViewHolder)} call for each
11729 * ItemAnimator must call {@link #dispatchAnimationFinished(ViewHolder)} when the animation
11730 * is complete (or instantly call {@link #dispatchAnimationFinished(ViewHolder)} if it
11753 * ItemAnimator must call {@link #dispatchAnimationFinished(ViewHolder)} when the animation
11754 * is complete (or instantly call {@link #dispatchAnimationFinished(ViewHolder)} if it
11783 * animate, it should call {@link #dispatchAnimationFinished(ViewHolder)} and return
11786 * ItemAnimator must call {@link #dispatchAnimationFinished(ViewHolder)} when the animation
11787 * is complete (or instantly call {@link #dispatchAnimationFinished(ViewHolder)} if it
11834 * ItemAnimator must call {@link #dispatchAnimationFinished(ViewHolde
11954 public final void dispatchAnimationFinished(ViewHolder viewHolder) { method in class:RecyclerView.ItemAnimator
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DSimpleItemAnimator.java277 dispatchAnimationFinished(item);
292 dispatchAnimationFinished(item);
302 dispatchAnimationFinished(item);
317 dispatchAnimationFinished(item);
H A DRecyclerView.java12421 * are being animated, but implementors must call {@link #dispatchAnimationFinished(ViewHolder)}
12423 * {@link #dispatchAnimationFinished(ViewHolder)} call for each
12680 * ItemAnimator must call {@link #dispatchAnimationFinished(ViewHolder)} when the animation
12681 * is complete (or instantly call {@link #dispatchAnimationFinished(ViewHolder)} if it
12704 * ItemAnimator must call {@link #dispatchAnimationFinished(ViewHolder)} when the animation
12705 * is complete (or instantly call {@link #dispatchAnimationFinished(ViewHolder)} if it
12734 * animate, it should call {@link #dispatchAnimationFinished(ViewHolder)} and return
12737 * ItemAnimator must call {@link #dispatchAnimationFinished(ViewHolder)} when the animation
12738 * is complete (or instantly call {@link #dispatchAnimationFinished(ViewHolder)} if it
12785 * ItemAnimator must call {@link #dispatchAnimationFinished(ViewHolde
12905 public final void dispatchAnimationFinished(@NonNull ViewHolder viewHolder) { method in class:RecyclerView.ItemAnimator
[all...]
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DItemAnimatorV2ApiTest.java644 dispatchAnimationFinished(viewHolder);
656 dispatchAnimationFinished(viewHolder);
665 dispatchAnimationFinished(viewHolder);
678 dispatchAnimationFinished(oldHolder);
682 dispatchAnimationFinished(newHolder);
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java142 dispatchAnimationFinished(vh);
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java142 dispatchAnimationFinished(vh);

Completed in 82 milliseconds