Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java507 ObjectAnimator scaleAnim = ObjectAnimator.ofFloat(view, SCALE_PROPERTY, scales) in getLauncherContentAnimator()
509 scaleAnim.setInterpolator(DEACCEL_1_5); in getLauncherContentAnimator()
510 launcherAnimator.play(scaleAnim); in getLauncherContentAnimator()
569 ObjectAnimator scaleAnim = ObjectAnimator.ofFloat(overview, SCALE_PROPERTY, scales); in composeViewContentAnimator() local
570 scaleAnim.setInterpolator(AGGRESSIVE_EASE); in composeViewContentAnimator()
571 scaleAnim.setDuration(CONTENT_SCALE_DURATION); in composeViewContentAnimator()
572 anim.play(scaleAnim); in composeViewContentAnimator()