Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DAppToOverviewAnimationProvider.java145 Interpolator taskInterpolator; in createWindowAnimation() local
149 taskInterpolator = TOUCH_RESPONSE_INTERPOLATOR; in createWindowAnimation()
154 taskInterpolator = clampToProgress(TOUCH_RESPONSE_INTERPOLATOR, 0, 0.8f); in createWindowAnimation()
159 pa.addFloat(params, TransformParams.PROGRESS, 0, 1, taskInterpolator); in createWindowAnimation()
160 tsv.addAppToOverviewAnim(pa, taskInterpolator); in createWindowAnimation()