Searched refs:mCurrentFocus (Results 1 – 5 of 5) sorted by relevance
632 WindowState mCurrentFocus = null; field in WindowManagerService2175 mInputMonitor.setInputFocusLw(mCurrentFocus, false /*updateInputWindows*/); in addWindow()2327 if (localLOGV || DEBUG_FOCUS || DEBUG_FOCUS_LIGHT && win == mCurrentFocus) Slog.v( in removeWindowLocked()7751 if (mCurrentFocus != null && mCurrentFocus != win in startPositioningLocked()7752 && mCurrentFocus.mAppToken == win.mAppToken) { in startPositioningLocked()7753 transferFocusFromWin = mCurrentFocus; in startPositioningLocked()7952 return mCurrentFocus; in getFocusedWindowLocked()8192 newFocus = mCurrentFocus; in handleMessage()8873 Slog.i(TAG_WM, "Current focus: " + mCurrentFocus); in inputMethodClientHasFocus()8915 if (mCurrentFocus != null && mCurrentFocus.mSession.mClient != null in inputMethodClientHasFocus()[all …]
1724 if (mService.mCurrentFocus == this) { in checkPolicyVisibilityChange()1940 if (mService.mCurrentFocus == this) { in hideLw()2443 return mService.mCurrentFocus == this; in isFocused()
435 final WindowState currentFocus = mService.mCurrentFocus; in updateWindowsLocked()
1007 if (mWindowManagerService.mCurrentFocus == null) { in computeChangedWindows()
858 if (isDefaultDisplay && someoneLosingFocus && w == mService.mCurrentFocus in applySurfaceChangesTransaction()