Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardSmartspaceInteractor.kt30 val bcSmartspaceVisibility: StateFlow<Int> = keyguardSmartspaceRepository.bcSmartspaceVisibility constant in com.android.systemui.keyguard.domain.interactor.KeyguardSmartspaceInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardSmartspaceRepository.kt38 val bcSmartspaceVisibility: StateFlow<Int> constant
53 override val bcSmartspaceVisibility: StateFlow<Int> = _bcSmartspaceVisibility.asStateFlow() in setBcSmartspaceVisibility() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardSmartspaceViewModel.kt90 val bcSmartspaceVisibility: StateFlow<Int> = smartspaceInteractor.bcSmartspaceVisibility in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardSmartspaceRepository.kt26 override val bcSmartspaceVisibility: StateFlow<Int> = _bcSmartspaceVisibility constant in com.android.systemui.keyguard.data.repository.FakeKeyguardSmartspaceRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSmartspaceViewBinder.kt66 smartspaceViewModel.bcSmartspaceVisibility.collect { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DClockSection.kt138 if (smartspaceViewModel.bcSmartspaceVisibility.value == VISIBLE) { in getTargetClockFace()