Searched refs:topFocusedDisplayId (Results 1 – 6 of 6) sorted by relevance
61 void onWindowsForAccessibilityChanged(boolean forceSend, int topFocusedDisplayId, in onWindowsForAccessibilityChanged() argument
451 int topFocusedDisplayId = INVALID_DISPLAY; in updateFocusedWindowLocked() local454 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 …]
1267 final int topFocusedDisplayId; in computeChangedWindows() local1357 topFocusedDisplayId = mService.mRoot.getTopFocusedDisplayContent().getDisplayId(); in computeChangedWindows()1360 mCallback.onWindowsForAccessibilityChanged(forceSend, topFocusedDisplayId, in computeChangedWindows()
3147 WindowState findFocusedWindowIfNeeded(int topFocusedDisplayId) { in findFocusedWindowIfNeeded() argument3148 return (mWmService.mPerDisplayFocusEnabled || topFocusedDisplayId == INVALID_DISPLAY) in findFocusedWindowIfNeeded()3177 int topFocusedDisplayId) { in updateFocusedWindowLocked() argument3178 WindowState newFocus = findFocusedWindowIfNeeded(topFocusedDisplayId); in updateFocusedWindowLocked()3198 newFocus = findFocusedWindowIfNeeded(topFocusedDisplayId); in updateFocusedWindowLocked()
351 public void onWindowsForAccessibilityChanged(boolean forceSend, int topFocusedDisplayId, in onWindowsForAccessibilityChanged() argument359 mTopFocusedDisplayId = topFocusedDisplayId; in onWindowsForAccessibilityChanged()
2874 final int topFocusedDisplayId = mWindowManagerInternal.getTopFocusedDisplayId(); in setImeWindowStatus() local2884 if (mCurTokenDisplayId != topFocusedDisplayId in setImeWindowStatus()