Home
last modified time | relevance | path

Searched defs:currentClock (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModel.kt73 val currentClock = keyguardClockInteractor.currentClock in <lambda>() constant
76 combine(isLargeClockVisible, currentClock) { isLargeClock, currentClock -> in <lambda>() method
113 ) { isLargeClockVisible, clockShouldBeCentered, isShadeLayoutWide, currentClock -> in <lambda>() method
142 combine(currentClock, isLargeClockVisible) { currentClock, isLargeClockVisible -> in <lambda>() method
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DDefaultClockSection.kt82 val currentClock by viewModel.currentClock.collectAsStateWithLifecycle() in SmallClock() constant
106 val currentClock by viewModel.currentClock.collectAsStateWithLifecycle() in ContentScope() constant
DTopAreaSection.kt216 val currentClock = currentClockState.value ?: return@Column in WeatherLargeClockWithSmartSpace() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardBlueprintViewBinder.kt140 val currentClock = viewModel.currentClock.value in <lambda>() constant
DKeyguardClockViewBinder.kt75 viewModel.currentClock.collect { currentClock -> in <lambda>() method
164 viewModel.currentClock.collect { currentClock -> in <lambda>() method
DKeyguardPreviewClockViewBinder.kt81 .collect { (currentClock, clockSize) -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardClockRepository.kt68 val currentClock: StateFlow<ClockController?> constant
133 override val currentClock: StateFlow<ClockController?> = in setClockSize() constant in com.android.systemui.keyguard.data.repository.KeyguardClockRepositoryImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardClockRepository.kt44 override val currentClock = _currentClock constant in com.android.systemui.keyguard.data.repository.FakeKeyguardClockRepository
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/binder/
DKeyguardClockViewBinderTest.kt55 private val currentClock: MutableStateFlow<ClockController?> = MutableStateFlow(null) constant in com.android.systemui.keyguard.ui.binder.KeyguardClockViewBinderTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractor.kt84 val currentClock: StateFlow<ClockController?> = keyguardClockRepository.currentClock in <lambda>() constant
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DClockRegistry.kt489 val currentClock = availableClocks[currentClockId] in verifyLoadedProviders() constant