Searched refs:mCurrentFocus (Results 1 – 2 of 2) sorted by relevance
497 WindowState mCurrentFocus = null; field in WindowManagerService6303 return mCurrentFocus; in getFocusedWindowLocked()6408 newFocus = mCurrentFocus; in handleMessage()6851 if (mCurrentFocus != null && mCurrentFocus.mSession.mClient != null && in inputMethodClientHasFocus()6852 mCurrentFocus.mSession.mClient.asBinder() == client.asBinder()) { in inputMethodClientHasFocus()7662 if (mCurrentFocus == null ||7663 mCurrentFocus.mLayer < w.mLayer) {8407 if (someoneLosingFocus && w == mCurrentFocus && canBeSeen) {8917 if (mCurrentFocus != newFocus) {8923 TAG, "Changing focus from " + mCurrentFocus + " to " + newFocus);[all …]
985 if (mService.mCurrentFocus == this) { in stepAnimationLocked()1526 if (mService.mCurrentFocus == this) { in hideLw()