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

Commit a2fccce5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents b504a2f6 e9b5cca5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1797,6 +1797,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 {