Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DTopAreaSection.kt102 scene(WeatherClockScenes.largeClockScene) { WeatherLargeClockWithSmartSpace() } in DefaultClockLayout()
105 WeatherLargeClockWithSmartSpace(modifier = Modifier.fillMaxWidth(0.5f)) in DefaultClockLayout()
170 private fun SceneScope.WeatherLargeClockWithSmartSpace(modifier: Modifier = Modifier) { in WeatherLargeClockWithSmartSpace() method in com.android.systemui.keyguard.ui.composable.section.TopAreaSection