Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java700 void destroySurfaces() { in destroySurfaces() method in AppWindowToken
701 destroySurfaces(false /*cleanupOnResume*/); in destroySurfaces()
713 private void destroySurfaces(boolean cleanupOnResume) { in destroySurfaces() method in AppWindowToken
740 destroySurfaces(true /*cleanupOnResume*/); in notifyAppResumed()
751 destroySurfaces(); in notifyAppStopped()
DWindowState.java4150 mAppToken.destroySurfaces(); in onExitAnimationDone()