Skip to content

Commit 417b059

Browse files
Craig MautnerAndroid (Google) Code Review
authored andcommitted
Merge "Revert app freeze timeout delay." into jb-mr1-dev
2 parents 0487631 + a4942c9 commit 417b059

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)