Searched refs:smallClockTop (Results 1 – 1 of 1) sorted by relevance
43 val (smallClockTop, onSmallClockTopChanged) = remember { mutableStateOf<Float?>(null) } in rememberBurnIn() constant47 smartspaceTop != null && smallClockTop != null -> min(smartspaceTop, smallClockTop) in rememberBurnIn()49 smallClockTop != null -> smallClockTop in rememberBurnIn()