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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DFlingAnimationUtils.java139 VelocityInterpolator velocityInterpolator
140 = new VelocityInterpolator(durationSeconds, velAbs, diff);
212 VelocityInterpolator velocityInterpolator
213 = new VelocityInterpolator(durationSeconds, velAbs, diff);
275 private static final class VelocityInterpolator implements Interpolator { class in class:FlingAnimationUtils
281 private VelocityInterpolator(float durationSeconds, float velocity, float diff) { method in class:FlingAnimationUtils.VelocityInterpolator

Completed in 61 milliseconds