Searched refs:mLastFocus (Results 1 – 3 of 3) sorted by relevance
480 WindowState mLastFocus = null; field in DisplayContent1159 if (token.hasChild(prevDc.mLastFocus)) { in reParentWindowToken()1163 prevDc.mLastFocus = null; in reParentWindowToken()2972 if (mLastFocus != mCurrentFocus) { in dump()2973 pw.print(" mLastFocus="); pw.println(mLastFocus); in dump()3798 Slog.i(TAG_WM, "Last focus: " + mLastFocus + " displayId=" + mDisplayId); in isInputMethodClientFocus()
4788 lastFocus = displayContent.mLastFocus; in handleMessage()4794 displayContent.mLastFocus = newFocus; in handleMessage()
734 defaultDisplay.mLastFocus = window; in testClearLastFocusWhenReparentingFocusedWindow()738 assertNull(defaultDisplay.mLastFocus); in testClearLastFocusWhenReparentingFocusedWindow()