Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DFlingAnimationUtils.java176 Interpolator slowInInterpolator = getInterpolator(startGradient, velocityFactor); in getProperties() local
178 mAnimatorProperties.interpolator = slowInInterpolator; in getProperties()
186 velocityInterpolator, slowInInterpolator, Interpolators.LINEAR_OUT_SLOW_IN); in getProperties()