/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardIndicationTextView.java | 206 public void onAnimationCancel(Animator animator) { in getOutAnimator() 207 super.onAnimationCancel(animator); in getOutAnimator() 270 public void onAnimationCancel(Animator animation) { in getInAnimator() 271 super.onAnimationCancel(animation); in getInAnimator()
|
D | TapAgainView.java | 76 public void onAnimationCancel(Animator animation) { in animateIn() 106 public void onAnimationCancel(Animator animation) { in animateOut()
|
D | SettingsButton.java | 131 public void onAnimationCancel(Animator animation) { in startExitAnimation() 158 public void onAnimationCancel(Animator animation) { in startAccelSpin()
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorListenerAdapter.java | 31 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatorListenerAdapter
|
D | Animator.java | 732 void onAnimationCancel(@NonNull Animator animation); in onAnimationCancel() method 847 (listener, animator, isReverse) -> listener.onAnimationCancel(animator);
|
/frameworks/base/libs/dream/lowlight/src/com/android/dream/lowlight/ |
D | LowLightTransitionCoordinator.kt | 108 override fun onAnimationCancel(animation: Animator) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/ |
D | AnimatorExtensions.kt | 75 override fun onAnimationCancel(animator: Animator) = onCancel(animator) method
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | TextAnimator.kt | 127 override fun onAnimationCancel(animation: Animator) = textInterpolator.rebase() in <lambda>() method 330 override fun onAnimationCancel(animation: Animator) { in draw() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | RadiiAnimator.java | 67 public void onAnimationCancel(@NonNull Animator animation) { in RadiiAnimator()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardInputView.java | 79 public void onAnimationCancel(Animator animation) { in getAnimationListener() method
|
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/ |
D | FixedTimingTransitionProgressProvider.kt | 102 override fun onAnimationCancel(animator: Animator) {} in get() method in com.android.systemui.unfold.progress.FixedTimingTransitionProgressProvider.AnimatorListener
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AnimationProperties.java | 63 public void onAnimationCancel(Animator animation) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ViewTransformationHelper.java | 130 public void onAnimationCancel(Animator animation) { in transformTo() 181 public void onAnimationCancel(Animator animation) { in transformFrom()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | InattentiveSleepWarningView.java | 67 public void onAnimationCancel(Animator animation) { in InattentiveSleepWarningView()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/animation/ |
D | PipAlphaAnimator.java | 113 public void onAnimationCancel(@NonNull Animator animation) {} in onAnimationCancel() method in PipAlphaAnimator
|
D | PipResizeAnimator.java | 150 public void onAnimationCancel(@NonNull Animator animation) {} in onAnimationCancel() method in PipResizeAnimator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
D | QSCustomizer.java | 260 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in QSCustomizer.ExpandAnimatorListener 283 public void onAnimationCancel(Animator animation) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSIconViewImpl.java | 274 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in QSIconViewImpl.EndRunnableAnimatorListener 275 super.onAnimationCancel(animation); in onAnimationCancel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | DraggableConstraintLayout.java | 320 public void onAnimationCancel(Animator animation) { in dismiss() 321 super.onAnimationCancel(animation); in dismiss()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardOverlayController.java | 599 public void onAnimationCancel(Animator animation) { in animateOut() 600 super.onAnimationCancel(animation); in animateOut() 624 public void onAnimationCancel(Animator animation) { in finish() 625 super.onAnimationCancel(animation); in finish()
|
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | RevealActivity.java | 60 public void onAnimationCancel(Animator animation) {
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | SplashScreenExitAnimation.java | 137 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in SplashScreenExitAnimation
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AnimatorSetCallsTest.java | 332 public void onAnimationCancel(Animator animation) { in endInCancel() 522 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatorSetCallsTest.CountListener
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | DrawableHolder.java | 210 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in DrawableHolder
|
/frameworks/base/core/java/android/transition/ |
D | TranslationAnimationCreator.java | 113 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in TranslationAnimationCreator.TransitionPositionListener
|