Searched refs:lastFocus (Results 1 – 2 of 2) sorted by relevance
4595 WindowState lastFocus; in handleMessage() local4609 lastFocus = displayContent.mLastFocus; in handleMessage()4612 if (lastFocus == newFocus) { in handleMessage()4618 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Focus moving from " + lastFocus + in handleMessage()4620 if (newFocus != null && lastFocus != null && !newFocus.isDisplayedLw()) { in handleMessage()4622 displayContent.mLosingFocus.add(lastFocus); in handleMessage()4623 lastFocus = null; in handleMessage()4639 if (lastFocus != null) { in handleMessage()4640 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Losing focus: " + lastFocus); in handleMessage()4641 lastFocus.reportFocusChangedSerialized(false, mInTouchMode); in handleMessage()
3041 public int focusChangedLw(WindowState lastFocus, WindowState newFocus) { in focusChangedLw() argument3043 mLastFocusedWindow = lastFocus; in focusChangedLw()