Home
last modified time | relevance | path

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

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardIndicationTextView.java192 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()
DTapAgainView.java73 public void onAnimationCancel(Animator animation) { in animateIn()
103 public void onAnimationCancel(Animator animation) { in animateOut()
DSettingsButton.java131 public void onAnimationCancel(Animator animation) { in startExitAnimation()
158 public void onAnimationCancel(Animator animation) { in startAccelSpin()
DUnlockedScreenOffAnimationController.kt101 override fun onAnimationCancel(animation: Animator?) { in <lambda>() method
200 override fun onAnimationCancel(animation: Animator?) { in shouldDelayKeyguardShow() method
/frameworks/base/core/java/android/animation/
DAnimatorListenerAdapter.java31 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatorListenerAdapter
DAnimator.java624 void onAnimationCancel(@NonNull Animator animation); in onAnimationCancel() method
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextAnimator.kt74 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/
DAnimatorExtensions.kt75 override fun onAnimationCancel(animator: Animator) = onCancel(animator) method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardInputView.java66 public void onAnimationCancel(Animator animation) { in getAnimationListener() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java208 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/
DAnimationProperties.java61 public void onAnimationCancel(Animator animation) {
/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/
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/packages/SystemUI/src/com/android/systemui/screenshot/
DDraggableConstraintLayout.java314 public void onAnimationCancel(Animator animation) { in dismiss()
315 super.onAnimationCancel(animation); in dismiss()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DRevealActivity.java60 public void onAnimationCancel(Animator animation) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java268 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/
DSplashScreenExitAnimation.java133 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in SplashScreenExitAnimation
/frameworks/base/core/java/android/transition/
DTranslationAnimationCreator.java113 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in TranslationAnimationCreator.TransitionPositionListener
/frameworks/base/core/java/com/android/internal/widget/
DDrawableHolder.java210 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in DrawableHolder
/frameworks/base/core/tests/coretests/src/android/animation/
DAutoCancelTest.java187 public void onAnimationCancel(Animator animation) {
DAnimatorSetActivityTest.java67 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/
DStackScrollerDecorView.java225 public void onAnimationCancel(Animator animation) { in setViewVisible()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DUnlockedScreenOffAnimationControllerTest.kt127 listener.value.onAnimationCancel(null) in testAnimClearsEndListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistDisclosure.java135 public void onAnimationCancel(Animator animation) { in AssistDisclosureView()

12345