Searched refs:topFocusedDisplayId (Results 1 – 6 of 6) sorted by relevance
481 int topFocusedDisplayId = INVALID_DISPLAY; in updateFocusedWindowLocked() local491 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 …]
123 void onWindowsForAccessibilityChanged(boolean forceSend, int topFocusedDisplayId, in onWindowsForAccessibilityChanged() argument
1686 final int topFocusedDisplayId; in computeChangedWindows() local1795 topFocusedDisplayId = isEmbeddedDisplay(topFocusedDisplayContent) ? mDisplayId in computeChangedWindows()1799 mCallback.onWindowsForAccessibilityChanged(forceSend, topFocusedDisplayId, in computeChangedWindows()
3509 WindowState findFocusedWindowIfNeeded(int topFocusedDisplayId) { in findFocusedWindowIfNeeded() argument3510 return (mWmService.mPerDisplayFocusEnabled || topFocusedDisplayId == INVALID_DISPLAY) in findFocusedWindowIfNeeded()3540 int topFocusedDisplayId) { in updateFocusedWindowLocked() argument3541 WindowState newFocus = findFocusedWindowIfNeeded(topFocusedDisplayId); in updateFocusedWindowLocked()3560 newFocus = findFocusedWindowIfNeeded(topFocusedDisplayId); in updateFocusedWindowLocked()
367 public void onWindowsForAccessibilityChanged(boolean forceSend, int topFocusedDisplayId, in onWindowsForAccessibilityChanged() argument375 mTopFocusedDisplayId = topFocusedDisplayId; in onWindowsForAccessibilityChanged()
2791 final int topFocusedDisplayId = mWindowManagerInternal.getTopFocusedDisplayId(); in setImeWindowStatus() local2801 if (mCurTokenDisplayId != topFocusedDisplayId in setImeWindowStatus()