Home
last modified time | relevance | path

Searched defs: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()
522 int embeddedDisplayId, WindowState parentWindow, int callingUid) { in handleWindowObserverOfEmbeddedDisplay()
537 private void updateWindowObserverOfEmbeddedDisplay(int embeddedDisplayId, in updateWindowObserverOfEmbeddedDisplay()
598 final int embeddedDisplayId = embeddedDisplayIdList.get(index); in removeObserversForEmbeddedChildDisplays() local
1618 void notifyDisplayReparented(int embeddedDisplayId) { in notifyDisplayReparented()
H A DWindowManagerInternal.java134 void onDisplayReparented(int embeddedDisplayId); in onDisplayReparented()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java394 public void onDisplayReparented(int embeddedDisplayId) { in onDisplayReparented()