Loading services/core/java/com/android/server/wm/WindowManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -7692,7 +7692,9 @@ public class WindowManagerService extends IWindowManager.Stub mInputManager.registerInputChannel(serverChannel); mEmbeddedWindowController.add(serverChannel.getToken(), window, hostWindow, callingUid, callingPid); if (hostWindow != null) { if (hostWindow != null && hostWindow.mInputWindowHandle.inputApplicationHandle != null) { applicationHandle = new InputApplicationHandle( hostWindow.mInputWindowHandle.inputApplicationHandle); } Loading Loading
services/core/java/com/android/server/wm/WindowManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -7692,7 +7692,9 @@ public class WindowManagerService extends IWindowManager.Stub mInputManager.registerInputChannel(serverChannel); mEmbeddedWindowController.add(serverChannel.getToken(), window, hostWindow, callingUid, callingPid); if (hostWindow != null) { if (hostWindow != null && hostWindow.mInputWindowHandle.inputApplicationHandle != null) { applicationHandle = new InputApplicationHandle( hostWindow.mInputWindowHandle.inputApplicationHandle); } Loading