Searched refs:mPendingDestroyingSurfaces (Results 1 – 1 of 1) sorted by relevance
98 private final ArrayList<SurfaceControl> mPendingDestroyingSurfaces = new ArrayList<>(); field in WindowSurfacePlacer767 mPendingDestroyingSurfaces.add(surface); in destroyAfterTransaction()775 for (int i = mPendingDestroyingSurfaces.size() - 1; i >= 0; i--) { in destroyPendingSurfaces()776 mPendingDestroyingSurfaces.get(i).destroy(); in destroyPendingSurfaces()778 mPendingDestroyingSurfaces.clear(); in destroyPendingSurfaces()