Loading services/core/java/com/android/server/wm/AccessibilityController.java +1 −2 Original line number Diff line number Diff line Loading @@ -1655,8 +1655,7 @@ final class AccessibilityController { } // If the window is completely covered by other windows - ignore. Region intersectionWindow = mTempRegion1; if (!intersectionWindow.op(unaccountedSpace, regionInScreen, Region.Op.INTERSECT)) { if (unaccountedSpace.quickReject(regionInScreen)) { return false; } Loading Loading
services/core/java/com/android/server/wm/AccessibilityController.java +1 −2 Original line number Diff line number Diff line Loading @@ -1655,8 +1655,7 @@ final class AccessibilityController { } // If the window is completely covered by other windows - ignore. Region intersectionWindow = mTempRegion1; if (!intersectionWindow.op(unaccountedSpace, regionInScreen, Region.Op.INTERSECT)) { if (unaccountedSpace.quickReject(regionInScreen)) { return false; } Loading