Searched refs:DEACCEL_1_7 (Results 1 – 4 of 4) sorted by relevance
20 import static com.android.launcher3.anim.Interpolators.DEACCEL_1_7;163 Interpolator interpolator = (config.userControlled ? LINEAR : DEACCEL_1_7); in setStateWithAnimation()
28 import static com.android.launcher3.anim.Interpolators.DEACCEL_1_7;105 config.setInterpolator(ANIM_OVERVIEW_FADE, DEACCEL_1_7); in prepareForAtomicAnimation()
45 public static final Interpolator DEACCEL_1_7 = new DecelerateInterpolator(1.7f); field in Interpolators
34 import static com.android.launcher3.anim.Interpolators.DEACCEL_1_7;1157 FloatProp mDy = new FloatProp(0, mClosingWindowTransY, 0, duration, DEACCEL_1_7); in getClosingWindowAnimators()1158 FloatProp mScale = new FloatProp(1f, 1f, 0, duration, DEACCEL_1_7); in getClosingWindowAnimators()1161 DEACCEL_1_7); in getClosingWindowAnimators()