/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardClockViewModel.kt | 83 val currentClock = keyguardClockInteractor.currentClock in <lambda>() constant 89 ) { isLargeClock, currentClock -> in <lambda>() method 128 ) { isLargeClockVisible, clockShouldBeCentered, shadeMode, currentClock -> in <lambda>() method 158 combine(currentClock, isLargeClockVisible) { currentClock, isLargeClockVisible -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/ |
D | DefaultClockSection.kt | 62 val currentClock by viewModel.currentClock.collectAsStateWithLifecycle() in <lambda>() constant 94 val currentClock by viewModel.currentClock.collectAsStateWithLifecycle() in <lambda>() constant
|
D | TopAreaSection.kt | 182 val currentClock = currentClockState.value ?: return@Column in WeatherLargeClockWithSmartSpace() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardBlueprintViewBinder.kt | 131 val currentClock = viewModel.currentClock.value in <lambda>() constant
|
D | KeyguardClockViewBinder.kt | 66 viewModel.currentClock.collect { currentClock -> in <lambda>() method
|
D | KeyguardPreviewClockViewBinder.kt | 88 viewModel.previewClock.collect { currentClock -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
D | KeyguardClockRepository.kt | 67 val currentClock: StateFlow<ClockController?> constant 132 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/ |
D | FakeKeyguardClockRepository.kt | 44 override val currentClock = _currentClock constant in com.android.systemui.keyguard.data.repository.FakeKeyguardClockRepository
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardClockViewBinderTest.kt | 58 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/ |
D | KeyguardClockInteractor.kt | 69 val currentClock: StateFlow<ClockController?> = keyguardClockRepository.currentClock in <lambda>() constant
|
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ |
D | ClockRegistry.kt | 481 val currentClock = availableClocks[currentClockId] in verifyLoadedProviders() constant
|