Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java170 int topFocusedDisplayId = INVALID_DISPLAY; in updateFocusedWindowLocked() local
173 changed |= dc.updateFocusedWindowLocked(mode, updateInputWindows, topFocusedDisplayId); in updateFocusedWindowLocked()
180 if (topFocusedDisplayId == INVALID_DISPLAY) { in updateFocusedWindowLocked()
181 topFocusedDisplayId = dc.getDisplayId(); in updateFocusedWindowLocked()
183 } else if (topFocusedDisplayId == INVALID_DISPLAY && dc.mFocusedApp != null) { in updateFocusedWindowLocked()
187 topFocusedDisplayId = dc.getDisplayId(); in updateFocusedWindowLocked()
190 if (topFocusedDisplayId == INVALID_DISPLAY) { in updateFocusedWindowLocked()
191 topFocusedDisplayId = DEFAULT_DISPLAY; in updateFocusedWindowLocked()
193 if (mTopFocusedDisplayId != topFocusedDisplayId) { in updateFocusedWindowLocked()
194 mTopFocusedDisplayId = topFocusedDisplayId; in updateFocusedWindowLocked()
[all …]
DDisplayContent.java3032 WindowState findFocusedWindowIfNeeded(int topFocusedDisplayId) { in findFocusedWindowIfNeeded() argument
3033 return (mWmService.mPerDisplayFocusEnabled || topFocusedDisplayId == INVALID_DISPLAY) in findFocusedWindowIfNeeded()
3062 int topFocusedDisplayId) { in updateFocusedWindowLocked() argument
3063 WindowState newFocus = findFocusedWindowIfNeeded(topFocusedDisplayId); in updateFocusedWindowLocked()
3083 newFocus = findFocusedWindowIfNeeded(topFocusedDisplayId); in updateFocusedWindowLocked()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2499 final int topFocusedDisplayId = mWindowManagerInternal.getTopFocusedDisplayId(); in setImeWindowStatus() local
2509 if (mCurTokenDisplayId != topFocusedDisplayId in setImeWindowStatus()