Searched refs:INTERPOLATOR (Results 1 – 4 of 4) sorted by relevance
71 private val INTERPOLATOR = Interpolators.FAST_OUT_SLOW_IN_REVERSE constant74 val interpolatedAmount = INTERPOLATOR.getInterpolation(amount) in setRevealAmountOnScrim()
158 case INTERPOLATOR: in loadPublicResources()
216 case INTERPOLATOR : size = 13; break; in getResourceItem()
72 public static final Interpolator INTERPOLATOR = new PathInterpolator(0.4f, 0f, 0.2f, 1f); field in DisplayImeController532 mAnimation.setInterpolator(INTERPOLATOR); in startAnimation()