Loading services/core/java/com/android/server/wm/WindowManagerService.java +3 −2 Original line number Diff line number Diff line Loading @@ -8684,11 +8684,12 @@ public class WindowManagerService extends IWindowManager.Stub h.ownerPid = callingPid; if (region == null) { h.replaceTouchableRegionWithCrop = true; h.replaceTouchableRegionWithCrop(null); } else { h.touchableRegion.set(region); h.replaceTouchableRegionWithCrop = false; h.setTouchableRegionCrop(surface); } h.setTouchableRegionCrop(null /* use the input surface's bounds */); final SurfaceControl.Transaction t = mTransactionFactory.get(); t.setInputWindowInfo(surface, h); Loading Loading
services/core/java/com/android/server/wm/WindowManagerService.java +3 −2 Original line number Diff line number Diff line Loading @@ -8684,11 +8684,12 @@ public class WindowManagerService extends IWindowManager.Stub h.ownerPid = callingPid; if (region == null) { h.replaceTouchableRegionWithCrop = true; h.replaceTouchableRegionWithCrop(null); } else { h.touchableRegion.set(region); h.replaceTouchableRegionWithCrop = false; h.setTouchableRegionCrop(surface); } h.setTouchableRegionCrop(null /* use the input surface's bounds */); final SurfaceControl.Transaction t = mTransactionFactory.get(); t.setInputWindowInfo(surface, h); Loading