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.java144 VelocityInterpolator velocityInterpolator in getProperties()
145 = new VelocityInterpolator(durationSeconds, velAbs, diff); in getProperties()
217 VelocityInterpolator velocityInterpolator in getDismissingProperties()
218 = new VelocityInterpolator(durationSeconds, velAbs, diff); in getDismissingProperties()
280 private static final class VelocityInterpolator implements Interpolator { class in FlingAnimationUtils
286 private VelocityInterpolator(float durationSeconds, float velocity, float diff) { in VelocityInterpolator() method in FlingAnimationUtils.VelocityInterpolator