| /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()
  | 
| /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/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/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/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/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/Launcher3/quickstep/src/com/android/quickstep/views/ | 
| D | FloatingWidgetView.java | 91     public void onAnimationEnd(Animator animator) {  in onAnimationEnd() 100     public void onAnimationStart(Animator animator) {  in onAnimationStart() 104     public void onAnimationCancel(Animator animator) {  in onAnimationCancel() 108     public void onAnimationRepeat(Animator animator) {  in onAnimationRepeat()
  | 
| /packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/ | 
| D | TaskViewPanel.java | 275         PanelAnimator animator =  in openPanel()  local 282         PanelAnimator animator = new OpenPanelWithIconAnimator(this, mOpenState.mBounds,  in openPanelWithIcon()  local 294         PanelAnimator animator =  in closePanel()  local 303         PanelAnimator animator =  in expandPanel()  local 315         PanelAnimator animator =  in fadeOutPanel()  local 515     private void setActiveState(State toState, PanelAnimator animator) {  in setActiveState()
  | 
| /packages/apps/DeskClock/src/com/android/deskclock/ | 
| D | ItemAnimator.kt | 159             val animator = (newHolder as OnAnimateChangeListener)  in animateChange()  constant 279         val animator = mAnimators[holder]  in endAnimation()  constant 293         for (animator in animatorList) {  in endAnimations()  constant
  | 
| /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/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/Messaging/src/com/android/messaging/ui/ | 
| D | SnackBarManager.java | 320                 final ViewPropertyAnimator animator = interaction.animateOnSnackBarShow(snackBar);  in animateInteractionsOnShow()  local 332                 final ViewPropertyAnimator animator =  in animateInteractionsOnDismiss()  local 341     private ViewPropertyAnimator normalizeAnimator(final ViewPropertyAnimator animator) {  in normalizeAnimator()
  | 
| /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/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/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/Launcher3/src/com/android/launcher3/anim/ | 
| D | AnimationSuccessListener.java | 44     public abstract void onAnimationSuccess(Animator animator);  in onAnimationSuccess()
  | 
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ | 
| D | WifiSetupActivity.java | 105         ObjectAnimator animator = TransitionUtils.createActivityFadeInAnimator(getResources(),  in onCreate()  local 312         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/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
  | 
| /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/Launcher3/src/com/android/launcher3/views/ | 
| D | FloatingIconView.java | 171     public void onAnimationEnd(Animator animator) {  in onAnimationEnd() 492     public void onAnimationStart(Animator animator) {  in onAnimationStart() 505     public void onAnimationCancel(Animator animator) {}  in onAnimationCancel() 508     public void onAnimationRepeat(Animator animator) {}  in onAnimationRepeat()
  |