/packages/apps/PermissionController/src/android/support/wearable/view/ |
D | SimpleAnimatorListener.java | 33 public void onAnimationCancel(Animator animator) { in onAnimationCancel() 38 public void onAnimationEnd(Animator animator) { in onAnimationEnd() 45 public void onAnimationRepeat(Animator animator) { in onAnimationRepeat() 49 public void onAnimationStart(Animator animator) { in onAnimationStart() 56 public void onAnimationComplete(Animator animator) { in onAnimationComplete()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | HardwareLayerAnimatorListenerAdapter.java | 36 public void onAnimationStart(Animator animator) { in onAnimationStart() 44 public void onAnimationEnd(Animator animator) { in onAnimationEnd()
|
D | ViewUtils.java | 60 ValueAnimator animator = ValueAnimator.ofInt(initialHeight, targetHeight); in createHeightAnimator() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/setup/ |
D | DeviceNameFlowStartActivity.java | 47 Animator animator = movingForward in onCreate() local 57 Animator animator = mResultOk in finish() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
D | TransitionUtils.java | 41 ObjectAnimator animator = new ObjectAnimator(); in createActivityFadeInAnimator() local 61 ObjectAnimator animator = new ObjectAnimator(); in createActivityFadeOutAnimator() local
|
/packages/apps/PhoneCommon/src/com/android/phone/common/animation/ |
D | AnimUtils.java | 58 final ViewPropertyAnimator animator = fadeOut.animate(); in fadeOut() local 91 final ViewPropertyAnimator animator = fadeIn.animate(); in fadeIn() local 176 final ViewPropertyAnimator animator = view.animate(); in scaleInternal() local 200 ValueAnimator animator = ValueAnimator.ofFloat(0f, 1f); in changeDimensions() local
|
/packages/apps/Dialer/java/com/android/dialer/animation/ |
D | AnimUtils.java | 47 final ViewPropertyAnimator animator = fadeOut.animate(); in fadeOut() local 84 final ViewPropertyAnimator animator = fadeIn.animate(); in fadeIn() local 193 final ViewPropertyAnimator animator = view.animate(); in scaleInternal() local 219 ValueAnimator animator = ValueAnimator.ofFloat(0f, 1f); in changeDimensions() local
|
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | AnimationSuccessListener.java | 41 public abstract void onAnimationSuccess(Animator animator); in onAnimationSuccess() 59 public void onAnimationSuccess(Animator animator) { in onAnimationSuccess()
|
D | AlphaUpdateListener.java | 44 public void onAnimationSuccess(Animator animator) { in onAnimationSuccess()
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/ |
D | FlingAnimationUtils.java | 64 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply() 78 ViewPropertyAnimator animator, float currValue, float endValue, float velocity) { in apply() 94 Animator animator, float currValue, float endValue, float velocity, float maxDistance) { in apply() 112 ViewPropertyAnimator animator, in apply() 162 Animator animator, float currValue, float endValue, float velocity, float maxDistance) { in applyDismissing() 182 ViewPropertyAnimator animator, in applyDismissing()
|
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/ |
D | TranslationAnimationCreator.java | 114 public void onAnimationEnd(Animator animator) {} in onAnimationEnd() 117 public void onAnimationPause(Animator animator) { in onAnimationPause() 123 public void onAnimationResume(Animator animator) { in onAnimationResume()
|
D | SetupAnimationHelper.java | 137 public static Animator applyAnimationTimeScale(Animator animator) { in applyAnimationTimeScale() 188 ObjectAnimator animator = ObjectAnimator.ofInt(imageView, "imageResource", frames); in createFrameAnimatorWithDelay() local 213 ObjectAnimator animator = in createFadeOutAnimator() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | SimpleScrollAdapterTransform.java | 61 int distanceFromCenter, Animator animator, View child) { in applyTransformationRecursive() 79 private void initializeTransformationRecursive(Animator animator, long defaultDuration) { in initializeTransformationRecursive()
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | MenuLayoutManager.java | 588 ObjectAnimator animator = in setSelectedPositionSmooth() local 641 ObjectAnimator animator = in setSelectedPositionSmooth() local 907 ObjectAnimator animator = ObjectAnimator.ofFloat(view, View.TRANSLATION_Y, from, to); in createTranslationYAnimator() local 916 ObjectAnimator animator = ObjectAnimator.ofFloat(view, View.ALPHA, from, to); in createAlphaAnimator() local 924 ObjectAnimator animator = ObjectAnimator.ofFloat(view, View.ALPHA, from, to); in createAlphaAnimator() local 932 ObjectAnimator animator = ObjectAnimator.ofFloat(view, View.SCALE_X, from, to); in createScaleXAnimator() local 939 ObjectAnimator animator = ObjectAnimator.ofFloat(view, View.SCALE_Y, from, to); in createScaleYAnimator() local
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | SnackBarManager.java | 299 final ViewPropertyAnimator animator = interaction.animateOnSnackBarShow(snackBar); in animateInteractionsOnShow() local 311 final ViewPropertyAnimator animator = in animateInteractionsOnDismiss() local 320 private ViewPropertyAnimator normalizeAnimator(final ViewPropertyAnimator animator) { in normalizeAnimator()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/fingerprint/ |
D | FingerprintLocationAnimationView.java | 125 ValueAnimator animator = ValueAnimator.ofFloat(0, mMaxPulseRadius); in startRadiusAnimation() local 158 ValueAnimator animator = ValueAnimator.ofFloat(MAX_PULSE_ALPHA, 0f); in startAlphaAnimation() local
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintLocationAnimationView.java | 125 ValueAnimator animator = ValueAnimator.ofFloat(0, mMaxPulseRadius); in startRadiusAnimation() local 158 ValueAnimator animator = ValueAnimator.ofFloat(MAX_PULSE_ALPHA, 0f); in startAlphaAnimation() local
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/ |
D | SwipeButtonView.java | 291 ValueAnimator animator = getAnimatorToRadius(circleRadius); in setCircleRadius() local 331 ValueAnimator animator = ValueAnimator.ofFloat(this.circleRadius, circleRadius); in getAnimatorToRadius() local 348 private void cancelAnimator(Animator animator) { in cancelAnimator() 374 ValueAnimator animator = ValueAnimator.ofFloat(tmageScale, imageScale); in setImageScale() local 443 ValueAnimator animator = ValueAnimator.ofInt(currentAlpha, endAlpha); in setImageAlpha() local
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | AnimatedCircleDrawable.java | 89 final ValueAnimator animator = in animateToSmallRadius() local 103 final ValueAnimator animator = in animateToFullSize() local
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/ |
D | TwoButtonMethod.java | 186 ValueAnimator animator = ValueAnimator.ofFloat(0, 1); in answerCall() local 210 ValueAnimator animator = ValueAnimator.ofFloat(0, -1); in rejectCall() local
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | DirectoryItemAnimator.java | 143 public void onAnimationUpdate(ValueAnimator animator) { in onAnimationUpdate() 148 public void onAnimationEnd(Animator animator) { in onAnimationEnd()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
D | WifiSetupActivity.java | 88 ObjectAnimator animator = TransitionUtils.createActivityFadeInAnimator(getResources(), in onCreate() local 289 Animator animator; in finish() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyPreviewDrawParams.java | 162 final Animator animator = AnimatorInflater.loadAnimator( in createShowUpAnimator() local 182 final Animator animator = AnimatorInflater.loadAnimator( in createDismissAnimator() local
|
/packages/apps/Dialer/java/com/android/dialer/main/impl/toolbar/ |
D | SearchBarView.java | 122 ValueAnimator animator = ValueAnimator.ofFloat(EXPAND_MARGIN_FRACTION_START, 0f); in expand() local 159 ValueAnimator animator = ValueAnimator.ofFloat(0f, EXPAND_MARGIN_FRACTION_START); in collapse() local
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
D | ConversationListSwipeHelper.java | 349 final ObjectAnimator animator = getSwipeTranslationXAnimator( in animateDismiss() local 375 final ObjectAnimator animator = getSwipeTranslationXAnimator( in animateRestore() local 392 final ObjectAnimator animator = in getSwipeTranslationXAnimator() local
|