Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
H A DFakeKeyguardRepository.kt40 private val _animateBottomAreaDozingTransitions = MutableStateFlow(false) regex
42 _animateBottomAreaDozingTransitions
146 _animateBottomAreaDozingTransitions.tryEmit(animate)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardRepository.kt264 private val _animateBottomAreaDozingTransitions = MutableStateFlow(false) regex
266 _animateBottomAreaDozingTransitions.asStateFlow()
729 _animateBottomAreaDozingTransitions.value = animate