Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A 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