Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/
DKeyguardBouncerRepository.kt52 val primaryBouncerShow: StateFlow<Boolean> constant
146 override val primaryBouncerShow = _primaryBouncerShow.asStateFlow() in setPrimaryScrimmed() constant in com.android.systemui.bouncer.data.repository.KeyguardBouncerRepositoryImpl
286 primaryBouncerShow in setPrimaryScrimmed()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerInteractorTest.kt109 whenever(repository.primaryBouncerShow.value).thenReturn(false) in setUp()
164 whenever(repository.primaryBouncerShow.value).thenReturn(true) in testShow_isResumed()
302 whenever(repository.primaryBouncerShow.value).thenReturn(true) in testIsFullShowing()
306 whenever(repository.primaryBouncerShow.value).thenReturn(false) in testIsFullShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DAlternateBouncerInteractor.kt125 bouncerRepository.primaryBouncerShow, in <lambda>()
212 !bouncerRepository.primaryBouncerShow.value in <lambda>()
DPrimaryBouncerInteractor.kt97 val isShowing: StateFlow<Boolean> = repository.primaryBouncerShow in <lambda>()
111 combine(repository.panelExpansionAmount, repository.primaryBouncerShow) { in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/bouncer/data/repository/
DFakeKeyguardBouncerRepository.kt21 override val primaryBouncerShow = _primaryBouncerShow.asStateFlow() constant in com.android.systemui.bouncer.data.repository.FakeKeyguardBouncerRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractor.kt272 @JvmField val primaryBouncerShowing: Flow<Boolean> = bouncerRepository.primaryBouncerShow in <lambda>()