Home
last modified time | relevance | path

Searched refs:scaleAnimator (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonRipple.java333 ObjectAnimator scaleAnimator = ObjectAnimator.ofFloat(this, "glowScale", in enterSoftware() local
335 scaleAnimator.setInterpolator(mInterpolator); in enterSoftware()
336 scaleAnimator.setDuration(ANIMATION_DURATION_SCALE); in enterSoftware()
337 scaleAnimator.addListener(mAnimatorListener); in enterSoftware()
338 scaleAnimator.start(); in enterSoftware()
339 mRunningAnimations.add(scaleAnimator); in enterSoftware()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderAnimationManager.java384 Animator scaleAnimator = getAnimator(btv, SCALE_PROPERTY, initialScale, finalScale); in addPreviewItemAnimators() local
385 scaleAnimator.setInterpolator(previewItemInterpolator); in addPreviewItemAnimators()
386 play(animatorSet, scaleAnimator); in addPreviewItemAnimators()
395 scaleAnimator.setStartDelay(delay); in addPreviewItemAnimators()
399 scaleAnimator.setDuration(scaleAnimator.getDuration() - delay); in addPreviewItemAnimators()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
H A DSwipeButtonView.java59 private ValueAnimator scaleAnimator; field in SwipeButtonView
91 scaleAnimator = null;
369 cancelAnimator(scaleAnimator); in setImageScale()
375 scaleAnimator = animator; in setImageScale()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java816 final ObjectAnimator scaleAnimator = ObjectAnimator.ofPropertyValuesHolder(mMirrorView, in animateBounceEffect() local
819 scaleAnimator.setDuration(mBounceEffectDuration); in animateBounceEffect()
820 scaleAnimator.start(); in animateBounceEffect()