Searched refs:screenshotReady (Results 1 – 1 of 1) sorted by relevance
3037 mScreenshotApplicationState.screenshotReady = true; in screenshotApplications()3047 final boolean screenshotReady = mScreenshotApplicationState.screenshotReady; in screenshotApplications()3058 if (!screenshotReady) { in screenshotApplications()3267 boolean screenshotReady; field in DisplayContent.ScreenshotApplicationState3269 void reset(boolean screenshotReady) { in reset() argument3273 this.screenshotReady = screenshotReady; in reset()3274 minLayer = (screenshotReady) ? 0 : Integer.MAX_VALUE; in reset()