Searched refs:linearInterpolation (Results 1 – 2 of 2) sorted by relevance
499 CURVE_INTERPOLATOR.getInterpolation(scrollState.linearInterpolation); in onPageScroll()504 mFooterAlpha = Utilities.boundToRange(1.0f - 2 * scrollState.linearInterpolation, 0f, 1f); in onPageScroll()591 public static float getCurveScaleForInterpolation(float linearInterpolation) { in getCurveScaleForInterpolation() argument592 float curveInterpolation = CURVE_INTERPOLATOR.getInterpolation(linearInterpolation); in getCurveScaleForInterpolation()
697 mScrollState.linearInterpolation = Math.min(1, in updateCurveProperties()1013 public float linearInterpolation; field in RecentsView.ScrollState