Searched refs:bcSmartspaceVisibility (Results 1 – 6 of 6) sorted by relevance
30 val bcSmartspaceVisibility: StateFlow<Int> = keyguardSmartspaceRepository.bcSmartspaceVisibility constant in com.android.systemui.keyguard.domain.interactor.KeyguardSmartspaceInteractor
38 val bcSmartspaceVisibility: StateFlow<Int> constant53 override val bcSmartspaceVisibility: StateFlow<Int> = _bcSmartspaceVisibility.asStateFlow() in setBcSmartspaceVisibility() constant
90 val bcSmartspaceVisibility: StateFlow<Int> = smartspaceInteractor.bcSmartspaceVisibility in <lambda>() constant
26 override val bcSmartspaceVisibility: StateFlow<Int> = _bcSmartspaceVisibility constant in com.android.systemui.keyguard.data.repository.FakeKeyguardSmartspaceRepository
66 smartspaceViewModel.bcSmartspaceVisibility.collect { in <lambda>()
138 if (smartspaceViewModel.bcSmartspaceVisibility.value == VISIBLE) { in getTargetClockFace()