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.java180 VelocityInterpolator velocityInterpolator in getProperties()
181 = new VelocityInterpolator(durationSeconds, velAbs, diff); in getProperties()
266 VelocityInterpolator velocityInterpolator in getDismissingProperties()
267 = new VelocityInterpolator(durationSeconds, velAbs, diff); in getDismissingProperties()
329 private static final class VelocityInterpolator implements Interpolator { class in FlingAnimationUtils
335 private VelocityInterpolator(float durationSeconds, float velocity, float diff) { in VelocityInterpolator() method in FlingAnimationUtils.VelocityInterpolator