Searched defs:INTERPOLATOR (Results 1 – 2 of 2) sorted by relevance
63 private val INTERPOLATOR = Interpolators.FAST_OUT_SLOW_IN_REVERSE regex90 private val INTERPOLATOR = Interpolators.FAST_OUT_SLOW_IN_REVERSE regex
62 public static final Interpolator INTERPOLATOR = new PathInterpolator(0.4f, 0f, 0.2f, 1f); field in DisplayImeController