Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DAnimatableClockView.kt110 val lockScreenWeight: Int in <lambda>() constant
302 weight = lockScreenWeight, in <lambda>()
311 weight = lockScreenWeight, in <lambda>()
333 weight = lockScreenWeight, in <lambda>()
378 weight = if (isDozing()) dozingWeight else lockScreenWeight, in <lambda>()
388 weight = if (isDozing()) lockScreenWeight else dozingWeight, in <lambda>()
401 weight = if (isDozing) dozingWeight else lockScreenWeight, in <lambda>()