Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DAnimatableClockView.java204 void animateCharge(DozeStateGetter dozeStateGetter) { in animateCharge() argument
210 dozeStateGetter.isDozing() ? getDozingWeight() : getLockScreenWeight() /* weight */, in animateCharge()
217 setTextStyle(dozeStateGetter.isDozing() in animateCharge()