Loading services/core/java/com/android/server/wm/WindowState.java +0 −3 Original line number Diff line number Diff line Loading @@ -2174,9 +2174,6 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP getTouchableRegion(region); } // The area containing the shadows is not touchable. region.translate(mAttrs.surfaceInsets.left, mAttrs.surfaceInsets.top); return flags; } Loading Loading
services/core/java/com/android/server/wm/WindowState.java +0 −3 Original line number Diff line number Diff line Loading @@ -2174,9 +2174,6 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP getTouchableRegion(region); } // The area containing the shadows is not touchable. region.translate(mAttrs.surfaceInsets.left, mAttrs.surfaceInsets.top); return flags; } Loading