Skip to content

Commit a4942c9

Browse files
author
Craig Mautner
committed
Revert app freeze timeout delay.
Speed up of wallpaper loading on Manta means this workaround is no longer necessary. Bug 7354440 fixed. Change-Id: Ic0ad3c689abb5342fb29c824857db9d5c2d45008
1 parent f6dbd61 commit a4942c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/java/com/android/server/wm/WindowManagerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public class WindowManagerService extends IWindowManager.Stub
265265
static final int DEFAULT_FADE_IN_OUT_DURATION = 400;
266266

267267
/** Amount of time (in milliseconds) to delay before declaring a window freeze timeout. */
268-
static final int WINDOW_FREEZE_TIMEOUT_DURATION = 3000;
268+
static final int WINDOW_FREEZE_TIMEOUT_DURATION = 2000;
269269

270270
/**
271271
* If true, the window manager will do its own custom freezing and general

0 commit comments

Comments
 (0)