Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFlingAnimationUtils.java203 float startGradient = interpolate(LINEAR_OUT_SLOW_IN_START_GRADIENT, in getProperties() local
205 float durationSeconds = startGradient * diff / velAbs; in getProperties()
206 Interpolator slowInInterpolator = getInterpolator(startGradient, velocityFactor); in getProperties()
228 private Interpolator getInterpolator(float startGradient, float velocityFactor) { in getInterpolator() argument
233 if (startGradient != mCachedStartGradient in getInterpolator()
237 float y1 = speedup * startGradient; in getInterpolator()
246 mCachedStartGradient = startGradient; in getInterpolator()
300 float startGradient = y2 / LINEAR_OUT_FASTER_IN_X2; in getDismissingProperties() local
302 float durationSeconds = startGradient * diff / velAbs; in getDismissingProperties()