We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0487631 + a4942c9 commit 417b059Copy full SHA for 417b059
services/java/com/android/server/wm/WindowManagerService.java
@@ -265,7 +265,7 @@ public class WindowManagerService extends IWindowManager.Stub
265
static final int DEFAULT_FADE_IN_OUT_DURATION = 400;
266
267
/** Amount of time (in milliseconds) to delay before declaring a window freeze timeout. */
268
- static final int WINDOW_FREEZE_TIMEOUT_DURATION = 3000;
+ static final int WINDOW_FREEZE_TIMEOUT_DURATION = 2000;
269
270
/**
271
* If true, the window manager will do its own custom freezing and general
0 commit comments