Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DAnimatableClockView.kt107 val dozingWeight: Int in <lambda>() constant
324 weight = dozingWeight, 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>()