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

Commit 12e9c004 authored by Robert Carr's avatar Robert Carr Committed by android-build-merger
Browse files

Merge "Report touchable region changes to Accessibility." into pi-dev am: a2fccce5

am: d5533356

Change-Id: Ibf5c9c271a829c46b795131907d37eef688fe3ca
parents 8298254e d5533356
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1796,6 +1796,12 @@ public class WindowManagerService extends IWindowManager.Stub
                    }
                    w.setDisplayLayoutNeeded();
                    mWindowPlacerLocked.performSurfacePlacement();

                    // We need to report touchable region changes to accessibility.
                    if (mAccessibilityController != null
                            && w.getDisplayContent().getDisplayId() == DEFAULT_DISPLAY) {
                        mAccessibilityController.onSomeWindowResizedOrMovedLocked();
                    }
                }
            }
        } finally {