Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DBurnInState.kt42 val (smartspaceTop, onSmartspaceTopChanged) = remember { mutableStateOf<Float?>(null) } in rememberBurnIn() constant
55 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
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DTopAreaSection.kt125 onTopChanged = burnIn.onSmartspaceTopChanged, in SmallClockWithSmartSpace()
147 onTopChanged = burnIn.onSmartspaceTopChanged, in LargeClockWithSmartSpace()
195 onTopChanged = burnIn.onSmartspaceTopChanged, in WeatherLargeClockWithSmartSpace()