Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerInternal.java61 void onWindowsForAccessibilityChanged(boolean forceSend, int topFocusedDisplayId, in onWindowsForAccessibilityChanged() argument
DRootWindowContainer.java451 int topFocusedDisplayId = INVALID_DISPLAY; in updateFocusedWindowLocked() local
454 changed |= dc.updateFocusedWindowLocked(mode, updateInputWindows, topFocusedDisplayId); in updateFocusedWindowLocked()
461 if (topFocusedDisplayId == INVALID_DISPLAY) { in updateFocusedWindowLocked()
462 topFocusedDisplayId = dc.getDisplayId(); in updateFocusedWindowLocked()
464 } else if (topFocusedDisplayId == INVALID_DISPLAY && dc.mFocusedApp != null) { in updateFocusedWindowLocked()
468 topFocusedDisplayId = dc.getDisplayId(); in updateFocusedWindowLocked()
471 if (topFocusedDisplayId == INVALID_DISPLAY) { in updateFocusedWindowLocked()
472 topFocusedDisplayId = DEFAULT_DISPLAY; in updateFocusedWindowLocked()
474 if (mTopFocusedDisplayId != topFocusedDisplayId) { in updateFocusedWindowLocked()
475 mTopFocusedDisplayId = topFocusedDisplayId; in updateFocusedWindowLocked()
[all …]
DAccessibilityController.java1267 final int topFocusedDisplayId; in computeChangedWindows() local
1357 topFocusedDisplayId = mService.mRoot.getTopFocusedDisplayContent().getDisplayId(); in computeChangedWindows()
1360 mCallback.onWindowsForAccessibilityChanged(forceSend, topFocusedDisplayId, in computeChangedWindows()
DDisplayContent.java3147 WindowState findFocusedWindowIfNeeded(int topFocusedDisplayId) { in findFocusedWindowIfNeeded() argument
3148 return (mWmService.mPerDisplayFocusEnabled || topFocusedDisplayId == INVALID_DISPLAY) in findFocusedWindowIfNeeded()
3177 int topFocusedDisplayId) { in updateFocusedWindowLocked() argument
3178 WindowState newFocus = findFocusedWindowIfNeeded(topFocusedDisplayId); in updateFocusedWindowLocked()
3198 newFocus = findFocusedWindowIfNeeded(topFocusedDisplayId); in updateFocusedWindowLocked()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java351 public void onWindowsForAccessibilityChanged(boolean forceSend, int topFocusedDisplayId, in onWindowsForAccessibilityChanged() argument
359 mTopFocusedDisplayId = topFocusedDisplayId; in onWindowsForAccessibilityChanged()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2874 final int topFocusedDisplayId = mWindowManagerInternal.getTopFocusedDisplayId(); in setImeWindowStatus() local
2884 if (mCurTokenDisplayId != topFocusedDisplayId in setImeWindowStatus()