mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Tweaks to app closing animation.
Change-Id: Ia2cbc1401a57ad8dc3e3553110497eb35c19fe64
This commit is contained in:
@@ -38,6 +38,7 @@ public class Interpolators {
|
||||
|
||||
public static final Interpolator DEACCEL = new DecelerateInterpolator();
|
||||
public static final Interpolator DEACCEL_1_5 = new DecelerateInterpolator(1.5f);
|
||||
public static final Interpolator DEACCEL_1_7 = new DecelerateInterpolator(1.7f);
|
||||
public static final Interpolator DEACCEL_2 = new DecelerateInterpolator(2);
|
||||
public static final Interpolator DEACCEL_2_5 = new DecelerateInterpolator(2.5f);
|
||||
public static final Interpolator DEACCEL_3 = new DecelerateInterpolator(3f);
|
||||
@@ -57,8 +58,6 @@ public class Interpolators {
|
||||
EXAGGERATED_EASE = new PathInterpolator(exaggeratedEase);
|
||||
}
|
||||
|
||||
public static final Interpolator APP_CLOSE_ALPHA = new PathInterpolator(0.4f, 0, 1f, 1f);
|
||||
|
||||
public static final Interpolator OVERSHOOT_0 = new OvershootInterpolator(0);
|
||||
|
||||
public static final Interpolator TOUCH_RESPONSE_INTERPOLATOR =
|
||||
|
||||
Reference in New Issue
Block a user