Home
last modified time | relevance | path

Searched refs:_currentDot (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DPatternBouncerViewModel.kt69 private val _currentDot = MutableStateFlow<PatternDotViewModel?>(null) in <lambda>() constant
72 val currentDot: StateFlow<PatternDotViewModel?> = _currentDot.asStateFlow() in <lambda>()
157 _currentDot.value = hitDot in <lambda>()
175 _currentDot.value = null in <lambda>()