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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java385 final ArrayList<WindowState> mDestroySurface = new ArrayList<WindowState>(); field in class:WindowManagerService
2623 mDestroySurface.remove(win);
8739 i = mDestroySurface.size();
8743 WindowState win = mDestroySurface.get(i);
8753 mDestroySurface.clear();
9609 if (mDestroySurface.size() > 0) {
9612 for (int i=mDestroySurface.size()-1; i>=0; i--) {
9613 WindowState w = mDestroySurface.get(i);
H A DWindowState.java268 // Currently on the mDestroySurface list?
1134 mService.mDestroySurface.add(this);

Completed in 122 milliseconds