Searched refs:OVERSHOOT_1_7 (Results 1 – 4 of 4) sorted by relevance
20 import static com.android.launcher3.anim.Interpolators.OVERSHOOT_1_7;45 builder.setInterpolator(ANIM_OVERVIEW_TRANSLATE_X, OVERSHOOT_1_7); in prepareForAtomicAnimation()
31 import static com.android.launcher3.anim.Interpolators.OVERSHOOT_1_7;199 builder.setInterpolator(ANIM_OVERVIEW_TRANSLATE_X, OVERSHOOT_1_7);
32 import static com.android.launcher3.anim.Interpolators.OVERSHOOT_1_7;137 builder.setInterpolator(ANIM_OVERVIEW_TRANSLATE_X, OVERSHOOT_1_7);
74 public static final Interpolator OVERSHOOT_1_7 = new OvershootInterpolator(1.7f); field in Interpolators