Searched refs:lastFocus (Results 1 – 4 of 4) sorted by relevance
333 public int focusChangedLw(WindowState lastFocus,
1238 public int focusChangedLw(WindowState lastFocus, WindowState newFocus); in focusChangedLw() argument
4816 WindowState lastFocus; in handleMessage() local4828 lastFocus = mLastFocus; in handleMessage()4830 if (lastFocus == newFocus) { in handleMessage()4835 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Focus moving from " + lastFocus + in handleMessage()4837 if (newFocus != null && lastFocus != null in handleMessage()4840 mLosingFocus.add(lastFocus); in handleMessage()4841 lastFocus = null; in handleMessage()4859 if (lastFocus != null) { in handleMessage()4860 if (DEBUG_FOCUS_LIGHT) Slog.i(TAG_WM, "Losing focus: " + lastFocus); in handleMessage()4861 lastFocus.reportFocusChangedSerialized(false, mInTouchMode); in handleMessage()
5661 public int focusChangedLw(WindowState lastFocus, WindowState newFocus) {