Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/viewmodel/
DScreenshotViewModel.kt34 private val _previewAction = MutableStateFlow<PreviewAction?>(null) constant
35 val previewAction: StateFlow<PreviewAction?> = _previewAction
61 _previewAction.value = previewAction in setPreviewAction()
140 _previewAction.value = null in reset()