Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java119 ValueAnimator hotseatAnim = ValueAnimator.ofFloat(values); in createStateElementAnimation() local
120 hotseatAnim.addUpdateListener(anim -> { in createStateElementAnimation()
127 hotseatAnim.setInterpolator(LINEAR); in createStateElementAnimation()
128 hotseatAnim.setDuration(springAnim.getDuration()); in createStateElementAnimation()
131 anim.play(hotseatAnim); in createStateElementAnimation()