Searched refs:ACCEL_0_75 (Results 1 – 2 of 2) sorted by relevance
31 import static com.android.launcher3.anim.Interpolators.ACCEL_0_75;92 private static final Interpolator TRANSLATE_OUT_INTERPOLATOR = ACCEL_0_75;
42 public static final Interpolator ACCEL_0_75 = new AccelerateInterpolator(0.75f); field in Interpolators