Home
last modified time | relevance | path

Searched refs:embeddedDisplayId (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java515 void handleWindowObserverOfEmbeddedDisplay(int embeddedDisplayId, in handleWindowObserverOfEmbeddedDisplay() argument
518 embeddedDisplayId, parentWindow, Binder.getCallingUid()); in handleWindowObserverOfEmbeddedDisplay()
522 int embeddedDisplayId, WindowState parentWindow, int callingUid) { in handleWindowObserverOfEmbeddedDisplay() argument
534 this, embeddedDisplayId, parentWindow)); in handleWindowObserverOfEmbeddedDisplay()
537 private void updateWindowObserverOfEmbeddedDisplay(int embeddedDisplayId, in updateWindowObserverOfEmbeddedDisplay() argument
554 windowsForA11yObserver.notifyDisplayReparented(embeddedDisplayId); in updateWindowObserverOfEmbeddedDisplay()
555 windowsForA11yObserver.addEmbeddedDisplay(embeddedDisplayId); in updateWindowObserverOfEmbeddedDisplay()
598 final int embeddedDisplayId = embeddedDisplayIdList.get(index); in removeObserversForEmbeddedChildDisplays() local
599 mWindowsForAccessibilityObserver.remove(embeddedDisplayId); in removeObserversForEmbeddedChildDisplays()
1618 void notifyDisplayReparented(int embeddedDisplayId) { in notifyDisplayReparented() argument
[all …]
H A DWindowManagerInternal.java134 void onDisplayReparented(int embeddedDisplayId); in onDisplayReparented() argument
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java394 public void onDisplayReparented(int embeddedDisplayId) { in onDisplayReparented() argument
397 mDisplayWindowsObservers.remove(embeddedDisplayId); in onDisplayReparented()