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