Searched refs:curveInterpolation (Results 1 – 1 of 1) sorted by relevance
498 float curveInterpolation = in onPageScroll() local501 mSnapshotView.setDimAlpha(curveInterpolation * MAX_PAGE_SCRIM_ALPHA); in onPageScroll()502 setCurveScale(getCurveScaleForCurveInterpolation(curveInterpolation)); in onPageScroll()592 float curveInterpolation = CURVE_INTERPOLATOR.getInterpolation(linearInterpolation); in getCurveScaleForInterpolation() local593 return getCurveScaleForCurveInterpolation(curveInterpolation); in getCurveScaleForInterpolation()596 private static float getCurveScaleForCurveInterpolation(float curveInterpolation) { in getCurveScaleForCurveInterpolation() argument597 return 1 - curveInterpolation * EDGE_SCALE_DOWN_FACTOR; in getCurveScaleForCurveInterpolation()