mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Cleanup/consolidate normal<->all apps interpolators
We no longer need to have a different behavior for no button mode, so make PortraitStatesTouchController the source of truth Also remove unused ANIM_ALL_APPS_HEADER_FADE & RECENTS_FADE_THRESHOLD Test: manually in 0 button and 3 button modes Bug: 183001675 Bug: 175137718 Change-Id: If0bc2a6d6d3bf1649fad45226a4e6055f30e4880
This commit is contained in:
@@ -58,12 +58,6 @@ public class PortraitStatesTouchController extends AbstractStateChangeTouchContr
|
||||
*/
|
||||
protected static final float ALL_APPS_CONTENT_FADE_MIN_CLAMPING_THRESHOLD = 0.4f;
|
||||
|
||||
|
||||
/**
|
||||
* The progress at which recents will begin fading out when swiping up from overview.
|
||||
*/
|
||||
private static final float RECENTS_FADE_THRESHOLD = 0.88f;
|
||||
|
||||
private final PortraitOverviewStateTouchHelper mOverviewPortraitStateTouchHelper;
|
||||
|
||||
public PortraitStatesTouchController(Launcher l) {
|
||||
|
||||
Reference in New Issue
Block a user