Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFlingAnimationUtils.java215 InterpolatorInterpolator superInterpolator = new InterpolatorInterpolator( in getProperties()
312 InterpolatorInterpolator superInterpolator = new InterpolatorInterpolator( in getDismissingProperties()
356 private static final class InterpolatorInterpolator implements Interpolator { class in FlingAnimationUtils
362 InterpolatorInterpolator(Interpolator interpolator1, Interpolator interpolator2, in InterpolatorInterpolator() method in FlingAnimationUtils.InterpolatorInterpolator