Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFlingAnimationUtils.java380 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