/packages/apps/Dialer/java/com/android/dialer/animation/ |
D | AnimUtils.java | 63 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/ |
D | AnimUtils.java | 43 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/ |
D | AnimatedTaskView.java | 126 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()
|
D | HomeGestureTutorialFragment.java | 93 public void onAnimationCancel(Animator animation) { in createGestureAnimation() 94 super.onAnimationCancel(animation); in createGestureAnimation()
|
D | OverviewGestureTutorialFragment.java | 105 public void onAnimationCancel(Animator animation) { in createGestureAnimation() 106 super.onAnimationCancel(animation); in createGestureAnimation()
|
D | BackGestureTutorialFragment.java | 107 public void onAnimationCancel(Animator animation) { in createGestureAnimation() 108 super.onAnimationCancel(animation); in createGestureAnimation()
|
D | AnimatedTaskbarView.java | 172 public void onAnimationCancel(Animator animation) { in start() 173 super.onAnimationCancel(animation); in start()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | AnimationManager.java | 78 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/ |
D | ExcitementAnimationHelperTest.kt | 39 animatorListener.onAnimationCancel(animatorMock) in getAnimatorListener_onAnimationCancel_onlyFailureCallbackCalled() 53 animatorListener.onAnimationCancel(animatorMock) in getAnimatorListener_onAnimationCancelAndonAnimationEnd_onlyFailureCallbackCalled()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | TouchCircleDrawable.java | 224 public void onAnimationCancel(Animator animation) { in animate() 228 mAnimatorListener.onAnimationCancel(animation); in animate()
|
D | ModeTransitionView.java | 286 public void onAnimationCancel(Animator animation) { in startPeepHoleAnimation() 366 public void onAnimationCancel(Animator animation) { in snapShadeTo() 541 public void onAnimationCancel(Animator animation) { in hideModeCover()
|
D | CaptureAnimationOverlay.java | 83 public void onAnimationCancel(Animator animation) { in CaptureAnimationOverlay()
|
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | AnimationSuccessListener.java | 33 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimationSuccessListener
|
D | AnimatorListeners.java | 69 public void onAnimationCancel(Animator animation) {
|
D | AnimatorPlaybackController.java | 88 public void onAnimationCancel(Animator animation) { in AnimatorPlaybackController() 287 callListenerCommandRecursively(mAnim, AnimatorListener::onAnimationCancel); in dispatchOnCancel()
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/ |
D | TwoButtonMethod.java | 193 public void onAnimationCancel(Animator animation) { in answerCall() 217 public void onAnimationCancel(Animator animation) { in rejectCall()
|
D | FlingUpDownMethod.java | 681 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/ |
D | TrimControllerOverlay.java | 70 public void onAnimationCancel(Animator animation) { in showPlaying()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/setup/ |
D | DeviceNameFlowStartActivity.java | 75 public void onAnimationCancel(Animator animation) {} in finish()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/utils/ |
D | UiUtils.java | 92 public void onAnimationCancel(@NonNull Animator animator) { in setViewShown()
|
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/calmmode/ |
D | CalmModeFragment.java | 175 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/ |
D | PseudoEmergencyAnimator.java | 74 public void onAnimationCancel(Animator animation) {} in start()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationMessageBubbleView.java | 123 public void onAnimationCancel(Animator animator) { in kickOffMorphAnimation()
|
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/ |
D | TranslationAnimationCreator.java | 108 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in TranslationAnimationCreator.TransitionPositionListener
|
/packages/apps/Dialer/java/com/android/dialer/app/widget/ |
D | ActionBarController.java | 47 public void onAnimationCancel() {
|