Searched refs:_preview (Results 1 – 1 of 1) sorted by relevance
28 private val _preview = MutableStateFlow<Bitmap?>(null) constant29 val preview: StateFlow<Bitmap?> = _preview49 _preview.value = bitmap in setScreenshotBitmap()137 _preview.value = null in reset()