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

Commit 4fe5ad94 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fixs the window bounds not correct after rotation" into tm-dev am: 107dcb5c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17146276

Change-Id: I830fb56794bc8039d8a31fd31937653d548590bb
parents 1d370182 107dcb5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -811,8 +811,8 @@ public final class AccessibilityWindowsPopulator extends WindowInfosListener {
                RectF windowFrame = TEMP_RECTF;
                windowFrame.set(rect);

                inverseMatrix.mapRect(windowFrame);
                displayMatrix.mapRect(windowFrame);
                inverseMatrix.mapRect(windowFrame);
                // Union all rects.
                outRegion.union(new Rect((int) windowFrame.left, (int) windowFrame.top,
                        (int) windowFrame.right, (int) windowFrame.bottom));