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

Commit d5533356 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

Change-Id: I5ca2d764c0e000cf13a259cac5c59ca53282bce0
parents 3d06720c a2fccce5
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 {