Home
last modified time | relevance | path

Searched defs:onSmallClockTopChanged (Results 1 – 1 of 1) 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
92 val onSmallClockTopChanged: (Float?) -> Unit, constant in com.android.systemui.keyguard.ui.composable.blueprint.BurnInState