Home
last modified time | relevance | path

Searched defs:animator (Results 1 – 25 of 75) sorted by relevance

123

/packages/apps/PermissionController/src/android/support/wearable/view/
DSimpleAnimatorListener.java33 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/
DHardwareLayerAnimatorListenerAdapter.java36 public void onAnimationStart(Animator animator) { in onAnimationStart()
44 public void onAnimationEnd(Animator animator) { in onAnimationEnd()
DViewUtils.java60 ValueAnimator animator = ValueAnimator.ofInt(initialHeight, targetHeight); in createHeightAnimator() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/setup/
DDeviceNameFlowStartActivity.java47 Animator animator = movingForward in onCreate() local
57 Animator animator = mResultOk in finish() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DTransitionUtils.java41 ObjectAnimator animator = new ObjectAnimator(); in createActivityFadeInAnimator() local
61 ObjectAnimator animator = new ObjectAnimator(); in createActivityFadeOutAnimator() local
/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
DAnimUtils.java58 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/
DAnimUtils.java47 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/
DAnimationSuccessListener.java41 public abstract void onAnimationSuccess(Animator animator); in onAnimationSuccess()
59 public void onAnimationSuccess(Animator animator) { in onAnimationSuccess()
DAlphaUpdateListener.java44 public void onAnimationSuccess(Animator animator) { in onAnimationSuccess()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
DFlingAnimationUtils.java64 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/
DTranslationAnimationCreator.java114 public void onAnimationEnd(Animator animator) {} in onAnimationEnd()
117 public void onAnimationPause(Animator animator) { in onAnimationPause()
123 public void onAnimationResume(Animator animator) { in onAnimationResume()
DSetupAnimationHelper.java137 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/
DSimpleScrollAdapterTransform.java61 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/
DMenuLayoutManager.java588 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/
DSnackBarManager.java299 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/
DFingerprintLocationAnimationView.java125 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/
DFingerprintLocationAnimationView.java125 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/
DSwipeButtonView.java291 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/
DAnimatedCircleDrawable.java89 final ValueAnimator animator = in animateToSmallRadius() local
103 final ValueAnimator animator = in animateToFullSize() local
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DTwoButtonMethod.java186 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/
DDirectoryItemAnimator.java143 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/
DWifiSetupActivity.java88 ObjectAnimator animator = TransitionUtils.createActivityFadeInAnimator(getResources(), in onCreate() local
289 Animator animator; in finish() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyPreviewDrawParams.java162 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/
DSearchBarView.java122 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/
DConversationListSwipeHelper.java349 final ObjectAnimator animator = getSwipeTranslationXAnimator( in animateDismiss() local
375 final ObjectAnimator animator = getSwipeTranslationXAnimator( in animateRestore() local
392 final ObjectAnimator animator = in getSwipeTranslationXAnimator() local

123