Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
H A DFlingAnimationUtils.java135 VelocityInterpolator velocityInterpolator = in getProperties()
136 new VelocityInterpolator(durationSeconds, velAbs, diff); in getProperties()
212 VelocityInterpolator velocityInterpolator = in getDismissingProperties()
213 new VelocityInterpolator(durationSeconds, velAbs, diff); in getDismissingProperties()
269 private static final class VelocityInterpolator implements Interpolator { class in FlingAnimationUtils
275 private VelocityInterpolator(float durationSeconds, float velocity, float diff) { in VelocityInterpolator() method in FlingAnimationUtils.VelocityInterpolator
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java181 VelocityInterpolator velocityInterpolator = new VelocityInterpolator( in getProperties()
278 VelocityInterpolator velocityInterpolator = new VelocityInterpolator( in getDismissingProperties()
348 private static final class VelocityInterpolator implements Interpolator { class in FlingAnimationUtils
354 private VelocityInterpolator(float durationSeconds, float velocity, float diff) { in VelocityInterpolator() method in FlingAnimationUtils.VelocityInterpolator