Reduce launcher resume animation start delay from 150 to 100.

Bug: 70220260
Change-Id: I61c76a619841fc91d080b53190fd46aa20667e30
This commit is contained in:
Jon Miranda
2018-02-28 08:19:30 -08:00
parent 3e3e87e6aa
commit d6aa658b6f

View File

@@ -80,7 +80,7 @@ public class LauncherAppTransitionManagerImpl extends LauncherAppTransitionManag
"android.permission.CONTROL_REMOTE_APP_TRANSITION_ANIMATIONS";
private static final int RECENTS_LAUNCH_DURATION = 336;
private static final int LAUNCHER_RESUME_START_DELAY = 150;
private static final int LAUNCHER_RESUME_START_DELAY = 100;
private static final int CLOSING_TRANSITION_DURATION_MS = 350;
// Progress = 0: All apps is fully pulled up, Progress = 1: All apps is fully pulled down.