Searched refs:_isDreamingWithOverlay (Results 1 – 1 of 1) sorted by relevance
85 private val _isDreamingWithOverlay = MutableStateFlow(false) constant86 override val isDreamingWithOverlay: Flow<Boolean> = _isDreamingWithOverlay212 _isDreamingWithOverlay.value = isDreaming in setDreamingWithOverlay()