Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DTopAreaSection.kt95 SmallClockWithSmartSpace(modifier = Modifier.fillMaxWidth(0.5f)) in DefaultClockLayout()
98 scene(smallClockScene) { SmallClockWithSmartSpace() } in DefaultClockLayout()
111 private fun SceneScope.SmallClockWithSmartSpace(modifier: Modifier = Modifier) { in SmallClockWithSmartSpace() method in com.android.systemui.keyguard.ui.composable.section.TopAreaSection