Searched refs:_currentDot (Results 1 – 1 of 1) sorted by relevance
69 private val _currentDot = MutableStateFlow<PatternDotViewModel?>(null) in <lambda>() constant72 val currentDot: StateFlow<PatternDotViewModel?> = _currentDot.asStateFlow() in <lambda>()157 _currentDot.value = hitDot in <lambda>()175 _currentDot.value = null in <lambda>()