Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotActionsController.kt41 private var currentScreenshotId: UUID? = null variable in com.android.systemui.screenshot.ScreenshotActionsController
45 currentScreenshotId = screenshotId in setCurrentScreenshot()
57 currentScreenshotId = null in endScreenshotSession()
65 if (screenshotId == currentScreenshotId) { in onScrollChipReady()
77 if (screenshotId == currentScreenshotId) { in setCompletedScreenshot()
89 if (screenshotId == currentScreenshotId) { in getController()
99 if (screenshotId == currentScreenshotId) { in getController()
106 if (screenshotId == currentScreenshotId) { in getController()
112 if (screenshotId == currentScreenshotId) { in getController()