Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardRepository.kt54 private val _animateBottomAreaDozingTransitions = MutableStateFlow(false) constant in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository
56 _animateBottomAreaDozingTransitions
143 _animateBottomAreaDozingTransitions.tryEmit(animate) in setAnimateDozingTransitions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardRepository.kt331 private val _animateBottomAreaDozingTransitions = MutableStateFlow(false) constant
333 _animateBottomAreaDozingTransitions.asStateFlow()
651 _animateBottomAreaDozingTransitions.value = animate in setAnimateDozingTransitions()