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() local
138 new InterpolatorInterpolator(velocityInterpolator, linearOutSlowIn, linearOutSlowIn); in getProperties()
212 VelocityInterpolator velocityInterpolator = in getDismissingProperties() local
215 new InterpolatorInterpolator(velocityInterpolator, mLinearOutFasterIn, linearOutSlowIn); in getDismissingProperties()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java181 VelocityInterpolator velocityInterpolator = new VelocityInterpolator( in getProperties() local
184 velocityInterpolator, slowInInterpolator, Interpolators.LINEAR_OUT_SLOW_IN); in getProperties()
278 VelocityInterpolator velocityInterpolator = new VelocityInterpolator( in getDismissingProperties() local
281 velocityInterpolator, mLinearOutFasterIn, Interpolators.LINEAR_OUT_SLOW_IN); in getDismissingProperties()