Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
DFlingAnimationUtils.java269 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