mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Fade out hotseat more aggressively during all apps transition
Bug 62892137 Change-Id: I711bdab58389cdc2d0a66442d9aaa6107a3d3cc9
This commit is contained in:
@@ -49,7 +49,7 @@ public class AllAppsTransitionController implements TouchController, VerticalPul
|
||||
private static final boolean DBG = false;
|
||||
|
||||
private final Interpolator mWorkspaceAccelnterpolator = new AccelerateInterpolator(2f);
|
||||
private final Interpolator mHotseatAccelInterpolator = new AccelerateInterpolator(.5f);
|
||||
private final Interpolator mHotseatAccelInterpolator = new AccelerateInterpolator(1.5f);
|
||||
private final Interpolator mDecelInterpolator = new DecelerateInterpolator(3f);
|
||||
private final Interpolator mFastOutSlowInInterpolator = new FastOutSlowInInterpolator();
|
||||
private final VerticalPullDetector.ScrollInterpolator mScrollInterpolator
|
||||
|
||||
Reference in New Issue
Block a user