Searched refs:onSmartspaceTopChanged (Results 1 – 2 of 2) sorted by relevance
42 val (smartspaceTop, onSmartspaceTopChanged) = remember { mutableStateOf<Float?>(null) } in rememberBurnIn() constant55 return remember(params, onSmartspaceTopChanged, onSmallClockTopChanged) { in rememberBurnIn()58 onSmartspaceTopChanged = onSmartspaceTopChanged, in rememberBurnIn()87 val onSmartspaceTopChanged: (Float?) -> Unit, constant in com.android.systemui.keyguard.ui.composable.blueprint.BurnInState
125 onTopChanged = burnIn.onSmartspaceTopChanged, in SmallClockWithSmartSpace()147 onTopChanged = burnIn.onSmartspaceTopChanged, in LargeClockWithSmartSpace()195 onTopChanged = burnIn.onSmartspaceTopChanged, in WeatherLargeClockWithSmartSpace()