Home
last modified time | relevance | path

Searched refs:AnimatorPauseListener (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/animation/
H A DAnimator.java49 ArrayList<AnimatorPauseListener> mPauseListeners = null;
350 public void addPauseListener(AnimatorPauseListener listener) { in addPauseListener()
352 mPauseListeners = new ArrayList<AnimatorPauseListener>(); in addPauseListener()
363 public void removePauseListener(AnimatorPauseListener listener) { in removePauseListener()
453 anim.mPauseListeners = new ArrayList<AnimatorPauseListener>(mPauseListeners); in clone()
617 void notifyPauseListeners(AnimatorCaller<AnimatorPauseListener, Animator> notification) { in notifyPauseListeners() argument
751 public static interface AnimatorPauseListener { interface in Animator
853 AnimatorCaller<AnimatorPauseListener, Animator> ON_PAUSE =
855 AnimatorCaller<AnimatorPauseListener, Animator> ON_RESUME =
H A DAnimatorListenerAdapter.java25 Animator.AnimatorPauseListener {
/aosp14/frameworks/base/core/java/android/transition/
H A DVisibility.java21 import android.animation.Animator.AnimatorPauseListener;
546 extends TransitionListenerAdapter implements AnimatorListener, AnimatorPauseListener {
/aosp14/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetCallsTest.java444 Animator.AnimatorPauseListener {
H A DValueAnimatorTests.java1210 class MyPauseListener implements Animator.AnimatorPauseListener {
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes98 android.animation.Animator$AnimatorPauseListener
H A Dboot-image-profile.txt154 HSPLandroid/animation/Animator;->addPauseListener(Landroid/animation/Animator$AnimatorPauseListener
22878 Landroid/animation/Animator$AnimatorPauseListener;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes98 android.animation.Animator$AnimatorPauseListener
H A Dboot-image-profile.txt154 HSPLandroid/animation/Animator;->addPauseListener(Landroid/animation/Animator$AnimatorPauseListener
32981 Landroid/animation/Animator$AnimatorPauseListener;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt3845 method public void addPauseListener(android.animation.Animator.AnimatorPauseListener);
3860 method public void removePauseListener(android.animation.Animator.AnimatorPauseListener);
3881 public static interface Animator.AnimatorPauseListener {
3892 …ents android.animation.Animator.AnimatorListener android.animation.Animator.AnimatorPauseListener {