Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java184 VelocityInterpolator velocityInterpolator in getProperties()
185 = new VelocityInterpolator(durationSeconds, velAbs, diff); in getProperties()
281 VelocityInterpolator velocityInterpolator in getDismissingProperties()
282 = new VelocityInterpolator(durationSeconds, velAbs, diff); in getDismissingProperties()
344 private static final class VelocityInterpolator implements Interpolator { class in FlingAnimationUtils
350 private VelocityInterpolator(float durationSeconds, float velocity, float diff) { in VelocityInterpolator() method in FlingAnimationUtils.VelocityInterpolator