Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java174 float startGradient = NotificationUtils.interpolate(LINEAR_OUT_SLOW_IN_START_GRADIENT, in getProperties() local
176 float durationSeconds = startGradient * diff / velAbs; in getProperties()
177 Interpolator slowInInterpolator = getInterpolator(startGradient, velocityFactor); in getProperties()
199 private Interpolator getInterpolator(float startGradient, float velocityFactor) { in getInterpolator() argument
204 if (startGradient != mCachedStartGradient in getInterpolator()
208 float y1 = speedup * startGradient; in getInterpolator()
217 mCachedStartGradient = startGradient; in getInterpolator()
271 float startGradient = y2 / LINEAR_OUT_FASTER_IN_X2; in getDismissingProperties() local
273 float durationSeconds = startGradient * diff / velAbs; in getDismissingProperties()