Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java385 final ArrayList<WindowState> mDestroySurface = new ArrayList<WindowState>(); field in WindowManagerService
2589 mDestroySurface.remove(win); in relayoutWindow()
8593 i = mDestroySurface.size();
8597 WindowState win = mDestroySurface.get(i);
8607 mDestroySurface.clear();
9458 if (mDestroySurface.size() > 0) { in dumpWindowsLocked()
9461 for (int i=mDestroySurface.size()-1; i>=0; i--) { in dumpWindowsLocked()
9462 WindowState w = mDestroySurface.get(i); in dumpWindowsLocked()
DWindowState.java1039 mService.mDestroySurface.add(this); in finishExit()