Home
last modified time | relevance | path

Searched refs:mLosingFocus (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java391 ArrayList<WindowState> mLosingFocus = new ArrayList<WindowState>(); field in WindowManagerService
6419 mLosingFocus.add(lastFocus); in handleMessage()
6452 losers = mLosingFocus; in handleMessage()
6453 mLosingFocus = new ArrayList<WindowState>(); in handleMessage()
8123 final boolean someoneLosingFocus = mLosingFocus.size() != 0;
8926 mLosingFocus.remove(newFocus);
9475 if (mLosingFocus.size() > 0) { in dumpWindowsLocked()
9478 for (int i=mLosingFocus.size()-1; i>=0; i--) { in dumpWindowsLocked()
9479 WindowState w = mLosingFocus.get(i); in dumpWindowsLocked()