Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
DFlingAnimationUtils.java135 VelocityInterpolator velocityInterpolator = in getProperties()
136 new VelocityInterpolator(durationSeconds, velAbs, diff); in getProperties()
212 VelocityInterpolator velocityInterpolator = in getDismissingProperties()
213 new VelocityInterpolator(durationSeconds, velAbs, diff); in getDismissingProperties()
269 private static final class VelocityInterpolator implements Interpolator { class in FlingAnimationUtils
275 private VelocityInterpolator(float durationSeconds, float velocity, float diff) { in VelocityInterpolator() method in FlingAnimationUtils.VelocityInterpolator