Searched refs:topFocusedDisplayId (Results 1 – 3 of 3) sorted by relevance
170 int topFocusedDisplayId = INVALID_DISPLAY; in updateFocusedWindowLocked() local173 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 …]
3032 WindowState findFocusedWindowIfNeeded(int topFocusedDisplayId) { in findFocusedWindowIfNeeded() argument3033 return (mWmService.mPerDisplayFocusEnabled || topFocusedDisplayId == INVALID_DISPLAY) in findFocusedWindowIfNeeded()3062 int topFocusedDisplayId) { in updateFocusedWindowLocked() argument3063 WindowState newFocus = findFocusedWindowIfNeeded(topFocusedDisplayId); in updateFocusedWindowLocked()3083 newFocus = findFocusedWindowIfNeeded(topFocusedDisplayId); in updateFocusedWindowLocked()
2499 final int topFocusedDisplayId = mWindowManagerInternal.getTopFocusedDisplayId(); in setImeWindowStatus() local2509 if (mCurTokenDisplayId != topFocusedDisplayId in setImeWindowStatus()