Home
last modified time | relevance | path

Searched defs:topFocusedDisplayId (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerInternal.java172 void onWindowsForAccessibilityChanged(boolean forceSend, int topFocusedDisplayId, in onWindowsForAccessibilityChanged()
188 void onAccessibilityWindowsChanged(boolean forceSend, int topFocusedDisplayId, in onAccessibilityWindowsChanged()
DDisplayContent.java3844 WindowState findFocusedWindowIfNeeded(int topFocusedDisplayId) { in findFocusedWindowIfNeeded()
3881 int topFocusedDisplayId) { in updateFocusedWindowLocked()
DAccessibilityController.java1764 final int topFocusedDisplayId; in computeChangedWindows() local
DRootWindowContainer.java464 int topFocusedDisplayId = INVALID_DISPLAY; in updateFocusedWindowLocked() local
DActivityRecord.java3549 final int topFocusedDisplayId = mRootWindowContainer.getTopFocusedDisplayContent() != null in moveFocusableActivityToTop() local
/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java1413 int topFocusedDisplayId = mWm.getTopFocusedDisplayId(); in isVirtualDeviceAndUidFocused() local
1525 int topFocusedDisplayId = mWm.getTopFocusedDisplayId(); in getToastContexts() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java445 public void onWindowsForAccessibilityChanged(boolean forceSend, int topFocusedDisplayId, in onWindowsForAccessibilityChanged()
505 public void onAccessibilityWindowsChanged(boolean forceSend, int topFocusedDisplayId, in onAccessibilityWindowsChanged()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2798 final int topFocusedDisplayId = mWindowManagerInternal.getTopFocusedDisplayId(); in setImeWindowStatus() local