Searched refs:mCurrentFocus (Results 1 – 5 of 5) sorted by relevance
623 WindowState mCurrentFocus = null; field in WindowManagerService2166 mInputMonitor.setInputFocusLw(mCurrentFocus, false /*updateInputWindows*/); in addWindow()2318 if (localLOGV || DEBUG_FOCUS || DEBUG_FOCUS_LIGHT && win == mCurrentFocus) Slog.v( in removeWindowLocked()7584 if (mCurrentFocus != null && mCurrentFocus != win in startPositioningLocked()7585 && mCurrentFocus.mAppToken == win.mAppToken) { in startPositioningLocked()7586 transferFocusFromWin = mCurrentFocus; in startPositioningLocked()7785 return mCurrentFocus; in getFocusedWindowLocked()8025 newFocus = mCurrentFocus; in handleMessage()8685 Slog.i(TAG_WM, "Current focus: " + mCurrentFocus); in inputMethodClientHasFocus()8727 if (mCurrentFocus != null && mCurrentFocus.mSession.mClient != null in inputMethodClientHasFocus()[all …]
1702 if (mService.mCurrentFocus == this) { in checkPolicyVisibilityChange()1918 if (mService.mCurrentFocus == this) { in hideLw()2408 return mService.mCurrentFocus == this; in isFocused()
417 final WindowState currentFocus = mService.mCurrentFocus; in updateWindowsLocked()
1006 if (mWindowManagerService.mCurrentFocus == null) { in computeChangedWindows()
858 if (isDefaultDisplay && someoneLosingFocus && w == mService.mCurrentFocus in applySurfaceChangesTransaction()