Home | History | Annotate | Download | only in wm

Lines Matching refs:mDestroySurface

416     final ArrayList<WindowState> mDestroySurface = new ArrayList<WindowState>();
2801 mDestroySurface.remove(win);
8878 i = mDestroySurface.size();
8882 WindowState win = mDestroySurface.get(i);
8892 mDestroySurface.clear();
9752 if (mDestroySurface.size() > 0) {
9755 for (int i=mDestroySurface.size()-1; i>=0; i--) {
9756 WindowState w = mDestroySurface.get(i);