Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFlingAnimationUtils.java213 VelocityInterpolator velocityInterpolator = new VelocityInterpolator( in getProperties()
310 VelocityInterpolator velocityInterpolator = new VelocityInterpolator( in getDismissingProperties()
380 private static final class VelocityInterpolator implements Interpolator { class in FlingAnimationUtils
386 private VelocityInterpolator(float durationSeconds, float velocity, float diff) { in VelocityInterpolator() method in FlingAnimationUtils.VelocityInterpolator