/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardIndicationTextView.java | 192 public void onAnimationCancel(Animator animator) { in getOutAnimator() 193 super.onAnimationCancel(animator); in getOutAnimator() 244 public void onAnimationCancel(Animator animation) { in getInAnimator() 245 super.onAnimationCancel(animation); in getInAnimator()
|
D | TapAgainView.java | 73 public void onAnimationCancel(Animator animation) { in animateIn() 103 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()
|
D | UnlockedScreenOffAnimationController.kt | 101 override fun onAnimationCancel(animation: Animator?) { in <lambda>() method 200 override fun onAnimationCancel(animation: Animator?) { in shouldDelayKeyguardShow() method
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorListenerAdapter.java | 31 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatorListenerAdapter
|
D | Animator.java | 624 void onAnimationCancel(@NonNull Animator animation); in onAnimationCancel() method
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | TextAnimator.kt | 74 override fun onAnimationCancel(animation: Animator?) = textInterpolator.rebase() in <lambda>() method 255 override fun onAnimationCancel(animation: Animator?) { in draw() 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/src/com/android/keyguard/ |
D | KeyguardInputView.java | 66 public void onAnimationCancel(Animator animation) { in getAnimationListener() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
D | QSCustomizer.java | 208 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in QSCustomizer.ExpandAnimatorListener 225 public void onAnimationCancel(Animator animation) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AnimationProperties.java | 61 public void onAnimationCancel(Animator animation) {
|
/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/ |
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/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | DraggableConstraintLayout.java | 314 public void onAnimationCancel(Animator animation) { in dismiss() 315 super.onAnimationCancel(animation); in dismiss()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | RevealActivity.java | 60 public void onAnimationCancel(Animator animation) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSIconViewImpl.java | 268 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in QSIconViewImpl.EndRunnableAnimatorListener 269 super.onAnimationCancel(animation); in onAnimationCancel()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | SplashScreenExitAnimation.java | 133 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in SplashScreenExitAnimation
|
/frameworks/base/core/java/android/transition/ |
D | TranslationAnimationCreator.java | 113 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in TranslationAnimationCreator.TransitionPositionListener
|
/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/tests/coretests/src/android/animation/ |
D | AutoCancelTest.java | 187 public void onAnimationCancel(Animator animation) {
|
D | AnimatorSetActivityTest.java | 67 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatorSetActivityTest.MyListener 488 public void onAnimationCancel(Animator anim) { in testClone() 489 super.onAnimationCancel(anim); in testClone()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | StackScrollerDecorView.java | 225 public void onAnimationCancel(Animator animation) { in setViewVisible()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | UnlockedScreenOffAnimationControllerTest.kt | 127 listener.value.onAnimationCancel(null) in testAnimClearsEndListener()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistDisclosure.java | 135 public void onAnimationCancel(Animator animation) { in AssistDisclosureView()
|