Searched refs:screenshotReady (Results 1 – 1 of 1) sorted by relevance
3005 mScreenshotApplicationState.screenshotReady = true; in screenshotApplications()3015 final boolean screenshotReady = mScreenshotApplicationState.screenshotReady; in screenshotApplications()3026 if (!screenshotReady) { in screenshotApplications()3222 boolean screenshotReady; field in DisplayContent.ScreenshotApplicationState3224 void reset(boolean screenshotReady) { in reset() argument3228 this.screenshotReady = screenshotReady; in reset()3229 minLayer = (screenshotReady) ? 0 : Integer.MAX_VALUE; in reset()