Home
last modified time | relevance | path

Searched refs:scaleAnim (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DStashedHandleView.java125 ObjectAnimator scaleAnim = ObjectAnimator.ofPropertyValuesHolder(this, in animateScale() local
127 scaleAnim.setDuration(durationMs).setAutoCancel(true); in animateScale()
128 scaleAnim.start(); in animateScale()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java585 ObjectAnimator scaleAnim = ObjectAnimator.ofFloat(view, SCALE_PROPERTY, scales) in getLauncherContentAnimator()
587 scaleAnim.setInterpolator(DECELERATE_1_5); in getLauncherContentAnimator()
588 launcherAnimator.play(scaleAnim); in getLauncherContentAnimator()
645 ObjectAnimator scaleAnim = ObjectAnimator.ofFloat(overview, SCALE_PROPERTY, scales); in composeViewContentAnimator() local
646 scaleAnim.setInterpolator(AGGRESSIVE_EASE); in composeViewContentAnimator()
647 scaleAnim.setDuration(CONTENT_SCALE_DURATION); in composeViewContentAnimator()
648 anim.play(scaleAnim); in composeViewContentAnimator()