Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DBurnInState.kt43 val (smallClockTop, onSmallClockTopChanged) = remember { mutableStateOf<Float?>(null) } in rememberBurnIn() constant
55 return remember(params, onSmartspaceTopChanged, onSmallClockTopChanged) { in rememberBurnIn()
59 onSmallClockTopChanged = onSmallClockTopChanged, in rememberBurnIn()
92 val onSmallClockTopChanged: (Float?) -> Unit, constant in com.android.systemui.keyguard.ui.composable.blueprint.BurnInState
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DTopAreaSection.kt118 onTopChanged = burnIn.onSmallClockTopChanged, in SmallClockWithSmartSpace()
139 burnIn.onSmallClockTopChanged(null) in LargeClockWithSmartSpace()
177 burnIn.onSmallClockTopChanged(null) in WeatherLargeClockWithSmartSpace()