Searched refs:mLastFocus (Results 1 – 3 of 3) sorted by relevance
599 defaultDisplay.mLastFocus = window; in testClearLastFocusWhenReparentingFocusedWindow()603 assertNull(defaultDisplay.mLastFocus); in testClearLastFocusWhenReparentingFocusedWindow()
495 WindowState mLastFocus = null; field in DisplayContent1070 if (prevDc.mLastFocus == mCurrentFocus) { in reParentWindowToken()1073 prevDc.mLastFocus = null; in reParentWindowToken()2859 if (mLastFocus != mCurrentFocus) { in dump()2860 pw.print(" mLastFocus="); pw.println(mLastFocus); in dump()3585 Slog.i(TAG_WM, "Last focus: " + mLastFocus + " displayId=" + mDisplayId); in isInputMethodClientFocus()
4584 lastFocus = displayContent.mLastFocus; in handleMessage()4592 displayContent.mLastFocus = newFocus; in handleMessage()