Home
last modified time | relevance | path

Searched refs:mCurrentFocus (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java497 WindowState mCurrentFocus = null; field in WindowManagerService
2393 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 …]
DWindowState.java1153 if (mService.mCurrentFocus == this) { in hideLw()
1300 return mService.mCurrentFocus == this; in isFocused()
DWindowAnimator.java285 final WindowState currentFocus = mService.mCurrentFocus; in updateWindowsLocked()
DWindowStateAnimator.java342 if (mService.mCurrentFocus == mWin) { in stepAnimationLocked()