Searched refs:mCurrentFocus (Results 1 – 4 of 4) sorted by relevance
497 WindowState mCurrentFocus = null; field in WindowManagerService2393 if (localLOGV || DEBUG_FOCUS || DEBUG_FOCUS_LIGHT && win==mCurrentFocus) Slog.v( in removeWindowLocked()6943 return mCurrentFocus; in getFocusedWindowLocked()7106 newFocus = mCurrentFocus; in handleMessage()7568 Slog.i(TAG, "Current focus: " + mCurrentFocus); in inputMethodClientHasFocus()7610 if (mCurrentFocus != null && mCurrentFocus.mSession.mClient != null in inputMethodClientHasFocus()7611 && mCurrentFocus.mSession.mClient.asBinder() == client.asBinder()) { in inputMethodClientHasFocus()9168 if (isDefaultDisplay && someoneLosingFocus && (w == mCurrentFocus) in performLayoutAndPlaceSurfacesLockedInner()9760 if (mCurrentFocus != newFocus) { in updateFocusedWindowLocked()9777 mCurrentFocus + " to " + newFocus + " Callers=" + Debug.getCallers(4)); in updateFocusedWindowLocked()[all …]
1153 if (mService.mCurrentFocus == this) { in hideLw()1300 return mService.mCurrentFocus == this; in isFocused()
285 final WindowState currentFocus = mService.mCurrentFocus; in updateWindowsLocked()
342 if (mService.mCurrentFocus == mWin) { in stepAnimationLocked()