Searched refs:startGradient (Results 1 – 1 of 1) sorted by relevance
174 float startGradient = NotificationUtils.interpolate(LINEAR_OUT_SLOW_IN_START_GRADIENT, in getProperties() local176 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() argument204 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() local273 float durationSeconds = startGradient * diff / velAbs; in getDismissingProperties()