Searched refs:animatorListener (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashScreenExitAnimationUtils.java | 72 int appRevealDelay, int appRevealDuration, Animator.AnimatorListener animatorListener, in startAnimations() argument 78 animatorListener, roundedCornerRadius); in startAnimations() 91 int appRevealDelay, int appRevealDuration, Animator.AnimatorListener animatorListener) { in startAnimations() argument 95 animatorListener, 0f /* roundedCornerRadius */); in startAnimations() 106 int appRevealDelay, int appRevealDuration, Animator.AnimatorListener animatorListener, in createAnimator() argument 150 if (animatorListener != null) { in createAnimator() 151 animator.addListener(animatorListener); in createAnimator()
|
/aosp14/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/ |
H A D | FixedTimingTransitionProgressProvider.kt | 34 private val animatorListener = AnimatorListener() regex 38 addListener(animatorListener)
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
H A D | AppearAnimationCreator.java | 39 Runnable endRunnable, AnimatorListenerAdapter animatorListener) {} in createAnimation() argument
|
H A D | AppearAnimationUtils.java | 190 final Runnable endRunnable, final AnimatorListenerAdapter animatorListener) { in createAnimation() argument 229 interpolator, animatorListener); in createAnimation()
|
/aosp14/frameworks/base/core/java/com/android/internal/transition/ |
H A D | EpicenterTranslateClipReveal.java | 234 final AnimatorListenerAdapter animatorListener = new AnimatorListenerAdapter() { in createRectAnimator() local 243 animSet.addListener(animatorListener); in createRectAnimator()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | ScrimController.java | 1384 void setAnimatorListener(Animator.AnimatorListener animatorListener) { in setAnimatorListener() argument 1385 mAnimatorListener = animatorListener; in setAnimatorListener()
|