Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
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()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DFlingAnimationUtils.java183 VelocityInterpolator velocityInterpolator in getProperties() local
186 velocityInterpolator, slowInInterpolator, Interpolators.LINEAR_OUT_SLOW_IN); in getProperties()
269 VelocityInterpolator velocityInterpolator in getDismissingProperties() local
272 velocityInterpolator, mLinearOutFasterIn, Interpolators.LINEAR_OUT_SLOW_IN); in getDismissingProperties()