Searched refs:topFocusedDisplayId (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityWindowManager.java | 445 public void onWindowsForAccessibilityChanged(boolean forceSend, int topFocusedDisplayId, in onWindowsForAccessibilityChanged() argument 454 + "visibleBgUsers=%s", mDisplayId, topFocusedDisplayId, in onWindowsForAccessibilityChanged() 467 mTopFocusedDisplayId = topFocusedDisplayId; in onWindowsForAccessibilityChanged() 468 if (!isProxyed(topFocusedDisplayId)) { in onWindowsForAccessibilityChanged() 469 mLastNonProxyTopFocusedDisplayId = topFocusedDisplayId; in onWindowsForAccessibilityChanged() 475 topFocusedDisplayId, topFocusedWindowToken); in onWindowsForAccessibilityChanged() 487 topFocusedDisplayId, topFocusedWindowToken); in onWindowsForAccessibilityChanged() 505 public void onAccessibilityWindowsChanged(boolean forceSend, int topFocusedDisplayId, in onAccessibilityWindowsChanged() argument 511 onWindowsForAccessibilityChanged(forceSend, topFocusedDisplayId, in onAccessibilityWindowsChanged()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | RootWindowContainer.java | 464 int topFocusedDisplayId = INVALID_DISPLAY; in updateFocusedWindowLocked() local 468 changed |= dc.updateFocusedWindowLocked(mode, updateInputWindows, topFocusedDisplayId); in updateFocusedWindowLocked() 475 if (topFocusedDisplayId == INVALID_DISPLAY) { in updateFocusedWindowLocked() 476 topFocusedDisplayId = dc.getDisplayId(); in updateFocusedWindowLocked() 478 } else if (topFocusedDisplayId == INVALID_DISPLAY && dc.mFocusedApp != null) { in updateFocusedWindowLocked() 482 topFocusedDisplayId = dc.getDisplayId(); in updateFocusedWindowLocked() 485 if (topFocusedDisplayId == INVALID_DISPLAY) { in updateFocusedWindowLocked() 486 topFocusedDisplayId = DEFAULT_DISPLAY; in updateFocusedWindowLocked() 488 if (mTopFocusedDisplayId != topFocusedDisplayId) { in updateFocusedWindowLocked() 489 mTopFocusedDisplayId = topFocusedDisplayId; in updateFocusedWindowLocked() [all …]
|
D | AccessibilityController.java | 1764 final int topFocusedDisplayId; in computeChangedWindows() local 1801 topFocusedDisplayId = mService.mRoot.getTopFocusedDisplayContent().getDisplayId(); in computeChangedWindows() 1806 mCallback.onAccessibilityWindowsChanged(forceSend, topFocusedDisplayId, in computeChangedWindows() 1809 mCallback.onWindowsForAccessibilityChanged(forceSend, topFocusedDisplayId, in computeChangedWindows()
|
D | DisplayContent.java | 3844 WindowState findFocusedWindowIfNeeded(int topFocusedDisplayId) { in findFocusedWindowIfNeeded() argument 3845 return (hasOwnFocus() || topFocusedDisplayId == INVALID_DISPLAY) in findFocusedWindowIfNeeded() 3881 int topFocusedDisplayId) { in updateFocusedWindowLocked() argument 3893 WindowState newFocus = findFocusedWindowIfNeeded(topFocusedDisplayId); in updateFocusedWindowLocked() 3912 newFocus = findFocusedWindowIfNeeded(topFocusedDisplayId); in updateFocusedWindowLocked()
|
D | ActivityRecord.java | 3549 final int topFocusedDisplayId = mRootWindowContainer.getTopFocusedDisplayContent() != null in moveFocusableActivityToTop() local 3553 && topFocusedDisplayId == mDisplayContent.getDisplayId()) { in moveFocusableActivityToTop()
|
/frameworks/base/services/core/java/com/android/server/clipboard/ |
D | ClipboardService.java | 1413 int topFocusedDisplayId = mWm.getTopFocusedDisplayId(); in isVirtualDeviceAndUidFocused() local 1414 int focusedDeviceId = mVdm.getDeviceIdForDisplayId(topFocusedDisplayId); in isVirtualDeviceAndUidFocused() 1525 int topFocusedDisplayId = mWm.getTopFocusedDisplayId(); in getToastContexts() local 1528 if (displayIds.contains(topFocusedDisplayId)) { in getToastContexts() 1529 Display display = displayManager.getDisplay(topFocusedDisplayId); in getToastContexts()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 2798 final int topFocusedDisplayId = mWindowManagerInternal.getTopFocusedDisplayId(); in setImeWindowStatus() local 2809 if (tokenDisplayId != topFocusedDisplayId && tokenDisplayId != FALLBACK_DISPLAY_ID) { in setImeWindowStatus()
|