Searched refs:startGradient (Results 1 – 1 of 1) sorted by relevance
170 float startGradient = NotificationUtils.interpolate(LINEAR_OUT_SLOW_IN_START_GRADIENT, in getProperties() local172 float durationSeconds = startGradient * diff / velAbs; in getProperties()173 Interpolator slowInInterpolator = getInterpolator(startGradient, velocityFactor); in getProperties()195 private Interpolator getInterpolator(float startGradient, float velocityFactor) { in getInterpolator() argument196 if (startGradient != mCachedStartGradient in getInterpolator()200 speedup * startGradient, in getInterpolator()202 mCachedStartGradient = startGradient; in getInterpolator()256 float startGradient = y2 / LINEAR_OUT_FASTER_IN_X2; in getDismissingProperties() local258 float durationSeconds = startGradient * diff / velAbs; in getDismissingProperties()