Home
last modified time | relevance | path

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

1234

/packages/apps/Dialer/java/com/android/dialer/animation/
DAnimUtils.java63 public void onAnimationCancel(Animator animation) { in fadeOut()
67 callback.onAnimationCancel(); in fadeOut()
99 public void onAnimationCancel(Animator animation) { in fadeIn()
102 callback.onAnimationCancel(); in fadeIn()
135 public void onAnimationCancel(Animator animation) { in scaleIn()
165 public void onAnimationCancel(Animator animation) { in scaleOut()
244 public void onAnimationCancel() {} in onAnimationCancel() method in AnimUtils.AnimationCallback
/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
DAnimUtils.java43 public void onAnimationCancel() {} in onAnimationCancel() method in AnimUtils.AnimationCallback
70 public void onAnimationCancel(Animator animation) { in fadeOut()
74 callback.onAnimationCancel(); in fadeOut()
102 public void onAnimationCancel(Animator animation) { in fadeIn()
105 callback.onAnimationCancel(); in fadeIn()
136 public void onAnimationCancel(Animator animation) { in scaleIn()
159 public void onAnimationCancel(Animator animation) { in scaleOut()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DAnimatedTaskView.java126 public void onAnimationCancel(Animator animation) { in createAnimationToMultiRowLayout()
127 super.onAnimationCancel(animation); in createAnimationToMultiRowLayout()
155 public void onAnimationCancel(Animator animation) { in createAnimationToMultiRowLayout()
156 super.onAnimationCancel(animation); in createAnimationToMultiRowLayout()
DHomeGestureTutorialFragment.java93 public void onAnimationCancel(Animator animation) { in createGestureAnimation()
94 super.onAnimationCancel(animation); in createGestureAnimation()
DOverviewGestureTutorialFragment.java105 public void onAnimationCancel(Animator animation) { in createGestureAnimation()
106 super.onAnimationCancel(animation); in createGestureAnimation()
DBackGestureTutorialFragment.java107 public void onAnimationCancel(Animator animation) { in createGestureAnimation()
108 super.onAnimationCancel(animation); in createGestureAnimation()
DAnimatedTaskbarView.java172 public void onAnimationCancel(Animator animation) { in start()
173 super.onAnimationCancel(animation); in start()
/packages/apps/Camera2/src/com/android/camera/
DAnimationManager.java78 public void onAnimationCancel(Animator animator) { in startCaptureAnimation()
118 public void onAnimationCancel(Animator animator) { in startCaptureAnimation()
158 public void onAnimationCancel(Animator animator) { in startFlashAnimation()
/packages/apps/Car/Launcher/docklib/tests/src/com/android/car/docklib/view/animation/
DExcitementAnimationHelperTest.kt39 animatorListener.onAnimationCancel(animatorMock) in getAnimatorListener_onAnimationCancel_onlyFailureCallbackCalled()
53 animatorListener.onAnimationCancel(animatorMock) in getAnimatorListener_onAnimationCancelAndonAnimationEnd_onlyFailureCallbackCalled()
/packages/apps/Camera2/src/com/android/camera/ui/
DTouchCircleDrawable.java224 public void onAnimationCancel(Animator animation) { in animate()
228 mAnimatorListener.onAnimationCancel(animation); in animate()
DModeTransitionView.java286 public void onAnimationCancel(Animator animation) { in startPeepHoleAnimation()
366 public void onAnimationCancel(Animator animation) { in snapShadeTo()
541 public void onAnimationCancel(Animator animation) { in hideModeCover()
DCaptureAnimationOverlay.java83 public void onAnimationCancel(Animator animation) { in CaptureAnimationOverlay()
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimationSuccessListener.java33 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimationSuccessListener
DAnimatorListeners.java69 public void onAnimationCancel(Animator animation) {
DAnimatorPlaybackController.java88 public void onAnimationCancel(Animator animation) { in AnimatorPlaybackController()
287 callListenerCommandRecursively(mAnim, AnimatorListener::onAnimationCancel); in dispatchOnCancel()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DTwoButtonMethod.java193 public void onAnimationCancel(Animator animation) { in answerCall()
217 public void onAnimationCancel(Animator animation) { in rejectCall()
DFlingUpDownMethod.java681 public void onAnimationCancel(Animator animation) { in startSwipeToAnswerEntryAnimation()
682 super.onAnimationCancel(animation); in startSwipeToAnswerEntryAnimation()
885 public void onAnimationCancel(Animator animation) { in startSwipeToAnswerSettleAnimation()
1031 public void onAnimationCancel(Animator animation) { in startSwipeToAnswerHintAnimation()
1032 super.onAnimationCancel(animation); in startSwipeToAnswerHintAnimation()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DTrimControllerOverlay.java70 public void onAnimationCancel(Animator animation) { in showPlaying()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/setup/
DDeviceNameFlowStartActivity.java75 public void onAnimationCancel(Animator animation) {} in finish()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/utils/
DUiUtils.java92 public void onAnimationCancel(@NonNull Animator animator) { in setViewShown()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/calmmode/
DCalmModeFragment.java175 public void onAnimationCancel(@NonNull Animator animation) { in playEntryAnimations()
220 public void onAnimationCancel(@NonNull Animator animation) { in initClockAndPlayEntryAnimations()
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DPseudoEmergencyAnimator.java74 public void onAnimationCancel(Animator animation) {} in start()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageBubbleView.java123 public void onAnimationCancel(Animator animator) { in kickOffMorphAnimation()
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
DTranslationAnimationCreator.java108 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in TranslationAnimationCreator.TransitionPositionListener
/packages/apps/Dialer/java/com/android/dialer/app/widget/
DActionBarController.java47 public void onAnimationCancel() {

1234