Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFlingAnimationUtils.java213 VelocityInterpolator velocityInterpolator = new VelocityInterpolator( in getProperties() local
216 velocityInterpolator, slowInInterpolator, Interpolators.LINEAR_OUT_SLOW_IN); in getProperties()
310 VelocityInterpolator velocityInterpolator = new VelocityInterpolator( in getDismissingProperties() local
313 velocityInterpolator, mLinearOutFasterIn, Interpolators.LINEAR_OUT_SLOW_IN); in getDismissingProperties()