Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java499 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() argument
592 float curveInterpolation = CURVE_INTERPOLATOR.getInterpolation(linearInterpolation); in getCurveScaleForInterpolation()
DRecentsView.java697 mScrollState.linearInterpolation = Math.min(1, in updateCurveProperties()
1013 public float linearInterpolation; field in RecentsView.ScrollState