Searched refs:_background (Results 1 – 1 of 1) sorted by relevance
30 private val _background = MutableStateFlow(false) constant32 val background = _background.asStateFlow()36 _background.update { true } in wentToBackground()41 _background.update { false } in inForeground()