Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java174 Interpolator slowInInterpolator = getInterpolator(startGradient, velocityFactor); in getProperties() local
176 mAnimatorProperties.mInterpolator = slowInInterpolator; in getProperties()
184 velocityInterpolator, slowInInterpolator, Interpolators.LINEAR_OUT_SLOW_IN); in getProperties()