Searched refs:INTERPOLATOR (Results 1 – 3 of 3) sorted by relevance
70 private val INTERPOLATOR = Interpolators.FAST_OUT_SLOW_IN_REVERSE regex73 val interpolatedAmount = INTERPOLATOR.getInterpolation(amount)
64 private static final Interpolator INTERPOLATOR = new DecelerateInterpolator(); field in CrossActivityAnimation340 final float interpolatedProgress = INTERPOLATOR.getInterpolation(progress); in transformWithProgress()
71 public static final Interpolator INTERPOLATOR = new PathInterpolator(0.4f, 0f, 0.2f, 1f); field in DisplayImeController457 mAnimation.setInterpolator(INTERPOLATOR); in startAnimation()