Searched refs:cleanupOnResume (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java2811 boolean destroySurface(boolean cleanupOnResume, boolean appStopped) { argument
2818 destroyedSomething |= c.destroySurface(cleanupOnResume, appStopped);
2821 if (!(appStopped || mWindowRemovalAllowed || cleanupOnResume)) {
2834 if (!cleanupOnResume || mRemoveOnExit) {
2840 if (cleanupOnResume) {
H A DAppWindowToken.java701 destroySurfaces(false /*cleanupOnResume*/);
708 * @param cleanupOnResume whether this is done when app is resumed without fully stopped. If
713 private void destroySurfaces(boolean cleanupOnResume) { argument
720 destroyedSomething |= win.destroySurface(cleanupOnResume, mAppStopped);
740 destroySurfaces(true /*cleanupOnResume*/);

Completed in 42 milliseconds