Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 632f529b authored by Nergi Rahardi's avatar Nergi Rahardi Committed by Android (Google) Code Review
Browse files

Merge "Revert "Replace region intersection change from quickReject to use Region#op""

parents eb5d45e5 1bacc931
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
            }