/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/ |
H A D | KeepAwakeAnimationListener.java | 46 public void onAnimationEnd(Animation animation) { in onAnimationEnd() method in KeepAwakeAnimationListener 61 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in KeepAwakeAnimationListener
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | UserSwitchingDialog.java | 244 private void startShowAnimation(Runnable onAnimationEnd) { in startShowAnimation() 262 private void startDismissAnimation(Runnable onAnimationEnd) { in startDismissAnimation() 276 private void startProgressAnimation(Runnable onAnimationEnd) { in startProgressAnimation() 303 private void startDialogAnimation(String name, Animation animation, Runnable onAnimationEnd) { in startDialogAnimation() 330 private Runnable animationWithTimeout(String name, Runnable onAnimationEnd) { in animationWithTimeout()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipContentOverlay.java | 76 public abstract void onAnimationEnd(SurfaceControl.Transaction atomicTx, in onAnimationEnd() method in PipContentOverlay 111 public void onAnimationEnd(SurfaceControl.Transaction atomicTx, Rect destinationBounds) { in onAnimationEnd() method in PipContentOverlay.PipColorOverlay 169 public void onAnimationEnd(SurfaceControl.Transaction atomicTx, Rect destinationBounds) { in onAnimationEnd() method in PipContentOverlay.PipSnapshotOverlay 229 public void onAnimationEnd(SurfaceControl.Transaction atomicTx, Rect destinationBounds) { in onAnimationEnd() method in PipContentOverlay.PipAppIconOverlay
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationGuts.java | 244 @Nullable Runnable onAnimationEnd) { in openControls() 312 private void animateOpen(int x, int y, @Nullable Runnable onAnimationEnd) { in animateOpen() 434 private AnimateOpenListener(Runnable onAnimationEnd) { in AnimateOpenListener() 439 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in NotificationGuts.AnimateOpenListener 458 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in NotificationGuts.AnimateCloseListener
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | OneTimeEndListener.java | 30 public void onAnimationEnd(DynamicAnimation animation, boolean canceled, float value, in onAnimationEnd() method in OneTimeEndListener
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | Animatable2.java | 59 public void onAnimationEnd(Drawable drawable) {}; in onAnimationEnd() method in Animatable2.AnimationCallback
|
H A D | RippleAnimationSession.java | 90 private void onAnimationEnd(Animator anim) { in onAnimationEnd() method in RippleAnimationSession 264 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in RippleAnimationSession.AnimatorListener
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | AnimatorListenerAdapter.java | 38 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in AnimatorListenerAdapter
|
H A D | Animator.java | 710 default void onAnimationEnd(@NonNull Animator animation, boolean isReverse) { in onAnimationEnd() method 727 void onAnimationEnd(@NonNull Animator animation); in onAnimationEnd() method
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
H A D | ActivityEmbeddingAnimationAdapter.java | 180 void onAnimationEnd(@NonNull SurfaceControl.Transaction t) { in onAnimationEnd() method in ActivityEmbeddingAnimationAdapter 208 void onAnimationEnd(@NonNull SurfaceControl.Transaction t) { in onAnimationEnd() method in ActivityEmbeddingAnimationAdapter.SnapshotAdapter
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
H A D | DialogAnimationController.java | 169 public void onAnimationEnd(Animation animation) { in getAnimationListener() method in DialogAnimationController
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardInputView.java | 77 public void onAnimationEnd(Animator animation) { in getAnimationListener() method
|
/aosp14/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | AnimatorSetCallsTest.java | 488 public void onAnimationEnd(Animator animation, boolean isReverse) { in onAnimationEnd() method in AnimatorSetCallsTest.CountListener 502 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in AnimatorSetCallsTest.CountListener
|
H A D | ViewPropertyAnimatorTest.java | 125 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in ViewPropertyAnimatorTest.FutureReleaseListener
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | SmartSelectSprite.java | 361 final Runnable onAnimationEnd) { in startAnimation() 430 final Runnable onAnimationEnd) { in createAnimator() 460 private void setUpAnimatorListener(final Animator animator, final Runnable onAnimationEnd) { in setUpAnimatorListener()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationAnimationController.java | 301 public void onAnimationEnd(Animator animation, boolean isReverse) { in onAnimationEnd() method in WindowMagnificationAnimationController 316 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in WindowMagnificationAnimationController
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashScreenExitAnimation.java | 127 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in SplashScreenExitAnimation
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | StackStateAnimator.java | 307 public void onAnimationEnd(Animator animation) { in getGlobalAnimationFinishedListener() method 446 Runnable onAnimationEnd = null; in processAnimationEvents() local
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | Fade.java | 191 public void onAnimationEnd(Animator animator) { in onAnimationEnd() method in Fade.FadeAnimatorListener
|
H A D | TranslationAnimationCreator.java | 123 public void onAnimationEnd(Animator animator) { in onAnimationEnd() method in TranslationAnimationCreator.TransitionPositionListener
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationAdapter.java | 165 final void onAnimationEnd(@NonNull SurfaceControl.Transaction t) { in onAnimationEnd() method in TaskFragmentAnimationAdapter
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | RampAnimator.java | 184 void onAnimationEnd(); in onAnimationEnd() method
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/ |
H A D | ToastUI.java | 229 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in ToastUI.ToastOutAnimatorListener
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | DrawableHolder.java | 214 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in DrawableHolder
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
H A D | QSCustomizer.java | 206 public void onAnimationEnd(Animator animation) { in onAnimationEnd() method in QSCustomizer.ExpandAnimatorListener
|