Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
DFlingAnimationUtils.java138 new InterpolatorInterpolator(velocityInterpolator, linearOutSlowIn, linearOutSlowIn); in getProperties()
214 InterpolatorInterpolator superInterpolator = in getDismissingProperties()
215 new InterpolatorInterpolator(velocityInterpolator, mLinearOutFasterIn, linearOutSlowIn); in getDismissingProperties()
247 private static final class InterpolatorInterpolator implements Interpolator { class in FlingAnimationUtils
253 InterpolatorInterpolator( in InterpolatorInterpolator() method in FlingAnimationUtils.InterpolatorInterpolator