Searched refs:appStopped (Results 1 – 1 of 1) sorted by relevance
2931 boolean destroySurface(boolean cleanupOnResume, boolean appStopped) { in destroySurface() argument2938 destroyedSomething |= c.destroySurface(cleanupOnResume, appStopped); in destroySurface()2941 if (!(appStopped || mWindowRemovalAllowed || cleanupOnResume)) { in destroySurface()2945 if (appStopped || mWindowRemovalAllowed) { in destroySurface()2951 + " destroySurfaces: appStopped=" + appStopped in destroySurface()