Searched defs:INTERPOLATOR (Results 1 – 3 of 3) sorted by relevance
70 private val INTERPOLATOR = Interpolators.FAST_OUT_SLOW_IN_REVERSE constant
64 private static final Interpolator INTERPOLATOR = new DecelerateInterpolator(); field in CrossActivityAnimation
71 public static final Interpolator INTERPOLATOR = new PathInterpolator(0.4f, 0f, 0.2f, 1f); field in DisplayImeController