Searched refs:primaryBouncerShow (Results 1 – 6 of 6) sorted by relevance
52 val primaryBouncerShow: StateFlow<Boolean> constant146 override val primaryBouncerShow = _primaryBouncerShow.asStateFlow() in setPrimaryScrimmed() constant in com.android.systemui.bouncer.data.repository.KeyguardBouncerRepositoryImpl286 primaryBouncerShow in setPrimaryScrimmed()
109 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()
125 bouncerRepository.primaryBouncerShow, in <lambda>()212 !bouncerRepository.primaryBouncerShow.value in <lambda>()
97 val isShowing: StateFlow<Boolean> = repository.primaryBouncerShow in <lambda>()111 combine(repository.panelExpansionAmount, repository.primaryBouncerShow) { in <lambda>()
21 override val primaryBouncerShow = _primaryBouncerShow.asStateFlow() constant in com.android.systemui.bouncer.data.repository.FakeKeyguardBouncerRepository
272 @JvmField val primaryBouncerShowing: Flow<Boolean> = bouncerRepository.primaryBouncerShow in <lambda>()