Searched refs:ACCELERATE (Results 1 – 7 of 7) sorted by relevance
26 private static final float[] ACCELERATE = {0.4f, 0.05f, 0.8f, 0.7f}; field in CubicEasing48 setup(ACCELERATE); in config()
139 interpolator = Interpolators.ACCELERATE in <lambda>()145 interpolator = Interpolators.ACCELERATE in <lambda>()
170 public static final Interpolator ACCELERATE = new AccelerateInterpolator();
176 public static final Interpolator ACCELERATE = new AccelerateInterpolator();
372 alphaKeyguard = Interpolators.ACCELERATE.getInterpolation(alphaKeyguard); in getClockAlpha()
284 .setInterpolator(Interpolators.ACCELERATE); in updateAnimators()
811 interpolation = Interpolators.ACCELERATE.getInterpolation(interpolation); in updateMediaPositions()