Searched refs:curveInterpolation (Results 1 – 1 of 1) sorted by relevance
488 float curveInterpolation = in onPageScroll() local491 mSnapshotView.setDimAlpha(curveInterpolation * MAX_PAGE_SCRIM_ALPHA); in onPageScroll()492 setCurveScale(getCurveScaleForCurveInterpolation(curveInterpolation)); in onPageScroll()582 float curveInterpolation = CURVE_INTERPOLATOR.getInterpolation(linearInterpolation); in getCurveScaleForInterpolation() local583 return getCurveScaleForCurveInterpolation(curveInterpolation); in getCurveScaleForInterpolation()586 private static float getCurveScaleForCurveInterpolation(float curveInterpolation) { in getCurveScaleForCurveInterpolation() argument587 return 1 - curveInterpolation * EDGE_SCALE_DOWN_FACTOR; in getCurveScaleForCurveInterpolation()