Searched refs:startGradient (Results 1 – 1 of 1) sorted by relevance
203 float startGradient = interpolate(LINEAR_OUT_SLOW_IN_START_GRADIENT, in getProperties() local205 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() argument233 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() local302 float durationSeconds = startGradient * diff / velAbs; in getDismissingProperties()