Home
last modified time | relevance | path

Searched refs:onAnimationCancel (Results 1 – 25 of 117) sorted by relevance

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardIndicationTextView.java206 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()
DTapAgainView.java76 public void onAnimationCancel(Animator animation) { in animateIn()
106 public void onAnimationCancel(Animator animation) { in animateOut()
DSettingsButton.java131 public void onAnimationCancel(Animator animation) { in startExitAnimation()
158 public void onAnimationCancel(Animator animation) { in startAccelSpin()
/frameworks/base/core/java/android/animation/
DAnimatorListenerAdapter.java31 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatorListenerAdapter
DAnimator.java732 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/
DLowLightTransitionCoordinator.kt108 override fun onAnimationCancel(animation: Animator) { in <lambda>() method
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/
DAnimatorExtensions.kt75 override fun onAnimationCancel(animator: Animator) = onCancel(animator) method
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextAnimator.kt127 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/
DRadiiAnimator.java67 public void onAnimationCancel(@NonNull Animator animation) { in RadiiAnimator()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardInputView.java79 public void onAnimationCancel(Animator animation) { in getAnimationListener() method
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/
DFixedTimingTransitionProgressProvider.kt102 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/
DAnimationProperties.java63 public void onAnimationCancel(Animator animation) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java130 public void onAnimationCancel(Animator animation) { in transformTo()
181 public void onAnimationCancel(Animator animation) { in transformFrom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DInattentiveSleepWarningView.java67 public void onAnimationCancel(Animator animation) { in InattentiveSleepWarningView()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/animation/
DPipAlphaAnimator.java113 public void onAnimationCancel(@NonNull Animator animation) {} in onAnimationCancel() method in PipAlphaAnimator
DPipResizeAnimator.java150 public void onAnimationCancel(@NonNull Animator animation) {} in onAnimationCancel() method in PipResizeAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java260 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/
DQSIconViewImpl.java274 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/
DDraggableConstraintLayout.java320 public void onAnimationCancel(Animator animation) { in dismiss()
321 super.onAnimationCancel(animation); in dismiss()
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayController.java599 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/
DRevealActivity.java60 public void onAnimationCancel(Animator animation) {
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimation.java137 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in SplashScreenExitAnimation
/frameworks/base/core/tests/coretests/src/android/animation/
DAnimatorSetCallsTest.java332 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/
DDrawableHolder.java210 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in DrawableHolder
/frameworks/base/core/java/android/transition/
DTranslationAnimationCreator.java113 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in TranslationAnimationCreator.TransitionPositionListener

12345