Searched defs:mPendingDestroyingSurfaces (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfacePlacer.java149 private final ArrayList<SurfaceControl> mPendingDestroyingSurfaces = new ArrayList<>(); field in class:WindowSurfacePlacer
1743 mPendingDestroyingSurfaces.add(surface);
1751 for (int i = mPendingDestroyingSurfaces.size() - 1; i >= 0; i--) {
1752 mPendingDestroyingSurfaces.get(i).destroy();
1754 mPendingDestroyingSurfaces.clear();

Completed in 343 milliseconds