Searched refs:lastFocus (Results 1 – 4 of 4) sorted by relevance
265 public int focusChangedLw(WindowState lastFocus,
4657 WindowState lastFocus; in handleMessage() local4669 lastFocus = mLastFocus; in handleMessage()4671 if (lastFocus == newFocus) { in handleMessage()4676 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Focus moving from " + lastFocus + in handleMessage()4678 if (newFocus != null && lastFocus != null in handleMessage()4681 mLosingFocus.add(lastFocus); in handleMessage()4682 lastFocus = null; in handleMessage()4700 if (lastFocus != null) { in handleMessage()4701 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Losing focus: " + lastFocus); in handleMessage()4702 lastFocus.reportFocusChangedSerialized(false, mInTouchMode); in handleMessage()
1247 public int focusChangedLw(WindowState lastFocus, WindowState newFocus); in focusChangedLw() argument
5908 public int focusChangedLw(WindowState lastFocus, WindowState newFocus) {