Home
last modified time | relevance | path

Searched refs:mPendingDestroyingSurfaces (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java98 private final ArrayList<SurfaceControl> mPendingDestroyingSurfaces = new ArrayList<>(); field in WindowSurfacePlacer
767 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()