HomeSort by relevance Sort by last modified time
    Searched full:interpolatorinterpolator (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
FlingAnimationUtils.java 182 InterpolatorInterpolator superInterpolator = new InterpolatorInterpolator(
268 InterpolatorInterpolator superInterpolator = new InterpolatorInterpolator(
305 private static final class InterpolatorInterpolator implements Interpolator {
311 InterpolatorInterpolator(Interpolator interpolator1, Interpolator interpolator2,
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
FlingAnimationUtils.java 138 new InterpolatorInterpolator(velocityInterpolator, linearOutSlowIn, linearOutSlowIn);
214 InterpolatorInterpolator superInterpolator =
215 new InterpolatorInterpolator(velocityInterpolator, mLinearOutFasterIn, linearOutSlowIn);
247 private static final class InterpolatorInterpolator implements Interpolator {
253 InterpolatorInterpolator(

Completed in 140 milliseconds