Searched refs:mDestroySurface (Results 1 – 2 of 2) sorted by relevance
385 final ArrayList<WindowState> mDestroySurface = new ArrayList<WindowState>(); field in WindowManagerService2589 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()
1039 mService.mDestroySurface.add(this); in finishExit()