Home
last modified time | relevance | path

Searched defs:curveInterpolation (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java488 float curveInterpolation = in onPageScroll() local
582 float curveInterpolation = CURVE_INTERPOLATOR.getInterpolation(linearInterpolation); in getCurveScaleForInterpolation() local
586 private static float getCurveScaleForCurveInterpolation(float curveInterpolation) { in getCurveScaleForCurveInterpolation()