Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DTopAreaSection.kt173 val currentClockState = clockViewModel.currentClock.collectAsStateWithLifecycle() in WeatherLargeClockWithSmartSpace() constant
182 val currentClock = currentClockState.value ?: return@Column in WeatherLargeClockWithSmartSpace()