Home
last modified time | relevance | path

Searched refs:smallClockTop (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
47 smartspaceTop != null && smallClockTop != null -> min(smartspaceTop, smallClockTop) in rememberBurnIn()
49 smallClockTop != null -> smallClockTop in rememberBurnIn()