Searched refs:appStopped (Results 1 – 1 of 1) sorted by relevance
2818 boolean destroySurface(boolean cleanupOnResume, boolean appStopped) { in destroySurface() argument2822 destroyedSomething |= c.destroySurface(cleanupOnResume, appStopped); in destroySurface()2825 if (!(appStopped || mWindowRemovalAllowed || cleanupOnResume)) { in destroySurface()2829 if (appStopped || mWindowRemovalAllowed) { in destroySurface()2835 + " destroySurfaces: appStopped=" + appStopped in destroySurface()