Searched refs:_isDreamingWithOverlay (Results 1 – 1 of 1) sorted by relevance
74 private val _isDreamingWithOverlay = MutableStateFlow(false) regex75 override val isDreamingWithOverlay: Flow<Boolean> = _isDreamingWithOverlay195 _isDreamingWithOverlay.value = isDreaming