Searched refs:appStopped (Results 1 – 1 of 1) sorted by relevance
2891 boolean destroySurface(boolean cleanupOnResume, boolean appStopped) { in destroySurface() argument2898 destroyedSomething |= c.destroySurface(cleanupOnResume, appStopped); in destroySurface()2901 if (!(appStopped || mWindowRemovalAllowed || cleanupOnResume)) { in destroySurface()2905 if (appStopped || mWindowRemovalAllowed) { in destroySurface()2911 + " destroySurfaces: appStopped=" + appStopped in destroySurface()