Home
last modified time | relevance | path

Searched refs:topFocusedDisplayId (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRootWindowContainer.java481 int topFocusedDisplayId = INVALID_DISPLAY; in updateFocusedWindowLocked() local
491 if (topFocusedDisplayId == INVALID_DISPLAY) { in updateFocusedWindowLocked()
492 topFocusedDisplayId = dc.getDisplayId(); in updateFocusedWindowLocked()
498 topFocusedDisplayId = dc.getDisplayId(); in updateFocusedWindowLocked()
501 if (topFocusedDisplayId == INVALID_DISPLAY) { in updateFocusedWindowLocked()
502 topFocusedDisplayId = DEFAULT_DISPLAY; in updateFocusedWindowLocked()
504 if (mTopFocusedDisplayId != topFocusedDisplayId) { in updateFocusedWindowLocked()
505 mTopFocusedDisplayId = topFocusedDisplayId; in updateFocusedWindowLocked()
506 mWmService.mInputManager.setFocusedDisplay(topFocusedDisplayId); in updateFocusedWindowLocked()
507 mWmService.mPolicy.setTopFocusedDisplay(topFocusedDisplayId); in updateFocusedWindowLocked()
[all …]
H A DWindowManagerInternal.java123 void onWindowsForAccessibilityChanged(boolean forceSend, int topFocusedDisplayId, in onWindowsForAccessibilityChanged() argument
H A DAccessibilityController.java1686 final int topFocusedDisplayId; in computeChangedWindows() local
1795 topFocusedDisplayId = isEmbeddedDisplay(topFocusedDisplayContent) ? mDisplayId in computeChangedWindows()
1799 mCallback.onWindowsForAccessibilityChanged(forceSend, topFocusedDisplayId, in computeChangedWindows()
H A DDisplayContent.java3509 WindowState findFocusedWindowIfNeeded(int topFocusedDisplayId) { in findFocusedWindowIfNeeded() argument
3510 return (mWmService.mPerDisplayFocusEnabled || topFocusedDisplayId == INVALID_DISPLAY) in findFocusedWindowIfNeeded()
3540 int topFocusedDisplayId) { in updateFocusedWindowLocked() argument
3541 WindowState newFocus = findFocusedWindowIfNeeded(topFocusedDisplayId); in updateFocusedWindowLocked()
3560 newFocus = findFocusedWindowIfNeeded(topFocusedDisplayId); in updateFocusedWindowLocked()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java367 public void onWindowsForAccessibilityChanged(boolean forceSend, int topFocusedDisplayId, in onWindowsForAccessibilityChanged() argument
375 mTopFocusedDisplayId = topFocusedDisplayId; in onWindowsForAccessibilityChanged()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java2791 final int topFocusedDisplayId = mWindowManagerInternal.getTopFocusedDisplayId(); in setImeWindowStatus() local
2801 if (mCurTokenDisplayId != topFocusedDisplayId in setImeWindowStatus()