Home
last modified time | relevance | path

Searched refs:idsPending (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DTakeScreenshotExecutor.kt238 private val idsPending = mutableSetOf<Int>() in handleScreenshot() constant
249 idsPending += id in handleScreenshot()
254 idsPending -= id in handleScreenshot()
260 idsPending -= id in handleScreenshot()
273 if (idsPending.isNotEmpty()) return in handleScreenshot()