Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/bouncer/data/repository/
DFakeKeyguardBouncerRepository.kt29 private val _primaryBouncerScrimmed = MutableStateFlow(false) constant in com.android.systemui.bouncer.data.repository.FakeKeyguardBouncerRepository
30 override val primaryBouncerScrimmed = _primaryBouncerScrimmed.asStateFlow()
59 _primaryBouncerScrimmed.value = isScrimmed in setPrimaryScrimmed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/
DKeyguardBouncerRepository.kt156 private val _primaryBouncerScrimmed = MutableStateFlow(false) in setPrimaryScrimmed() constant
157 override val primaryBouncerScrimmed = _primaryBouncerScrimmed.asStateFlow() in setPrimaryScrimmed()
211 _primaryBouncerScrimmed.value = isScrimmed in setPrimaryScrimmed()