Searched refs:lastFocus (Results 1 – 2 of 2) sorted by relevance
4581 WindowState lastFocus; in handleMessage() local4592 lastFocus = displayContent.mLastFocus; in handleMessage()4595 if (lastFocus == newFocus) { in handleMessage()4601 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Focus moving from " + lastFocus + in handleMessage()4603 if (newFocus != null && lastFocus != null && !newFocus.isDisplayedLw()) { in handleMessage()4605 displayContent.mLosingFocus.add(lastFocus); in handleMessage()4606 lastFocus = null; in handleMessage()4622 if (lastFocus != null) { in handleMessage()4623 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Losing focus: " + lastFocus); in handleMessage()4624 lastFocus.reportFocusChangedSerialized(false, mInTouchMode); in handleMessage()
3029 public int focusChangedLw(WindowState lastFocus, WindowState newFocus) { in focusChangedLw() argument3031 mLastFocusedWindow = lastFocus; in focusChangedLw()