Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java581 float curveInterpolation = in onPageScroll() local
584 curveInterpolation); in onPageScroll()
585 mSnapshotView.setDimAlpha(curveInterpolation * MAX_PAGE_SCRIM_ALPHA); in onPageScroll()
748 float curveInterpolation = CURVE_INTERPOLATOR.getInterpolation(linearInterpolation); in getCurveScaleForInterpolation() local
749 return getCurveScaleForCurveInterpolation(curveInterpolation); in getCurveScaleForInterpolation()
752 private static float getCurveScaleForCurveInterpolation(float curveInterpolation) { in getCurveScaleForCurveInterpolation() argument
753 return 1 - curveInterpolation * EDGE_SCALE_DOWN_FACTOR; in getCurveScaleForCurveInterpolation()