Merge "Provide a timeout for SurfaceControl" into rvc-dev am: 6b9d875d27
Change-Id: Ibc3ad92621f99e2852668a392f18f6d63b21f51a
This commit is contained in:
committed by
Automerger Merge Worker
commit
91a37222c3
@@ -8051,7 +8051,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
| LayoutParams.FLAG_SLIPPERY);
|
||||
h.layoutParamsFlags = WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL | sanitizedFlags;
|
||||
h.layoutParamsType = 0;
|
||||
h.dispatchingTimeoutNanos = -1;
|
||||
h.dispatchingTimeoutNanos = DEFAULT_INPUT_DISPATCHING_TIMEOUT_NANOS;
|
||||
h.canReceiveKeys = false;
|
||||
h.hasFocus = false;
|
||||
h.hasWallpaper = false;
|
||||
|
||||
Reference in New Issue
Block a user