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.java498 float curveInterpolation = in onPageScroll() local
501 mSnapshotView.setDimAlpha(curveInterpolation * MAX_PAGE_SCRIM_ALPHA); in onPageScroll()
502 setCurveScale(getCurveScaleForCurveInterpolation(curveInterpolation)); in onPageScroll()
592 float curveInterpolation = CURVE_INTERPOLATOR.getInterpolation(linearInterpolation); in getCurveScaleForInterpolation() local
593 return getCurveScaleForCurveInterpolation(curveInterpolation); in getCurveScaleForInterpolation()
596 private static float getCurveScaleForCurveInterpolation(float curveInterpolation) { in getCurveScaleForCurveInterpolation() argument
597 return 1 - curveInterpolation * EDGE_SCALE_DOWN_FACTOR; in getCurveScaleForCurveInterpolation()