Loading packages/SystemUI/customization/src/com/android/systemui/shared/clocks/view/SimpleDigitalClockTextView.kt +5 −0 Original line number Diff line number Diff line Loading @@ -337,6 +337,11 @@ open class SimpleDigitalClockTextView( ), ) updateTextBoundsForTextAnimator() if (!isAnimated) { requestLayout() (parent as? FlexClockView)?.requestLayout() } } fun animateCharge() { Loading Loading
packages/SystemUI/customization/src/com/android/systemui/shared/clocks/view/SimpleDigitalClockTextView.kt +5 −0 Original line number Diff line number Diff line Loading @@ -337,6 +337,11 @@ open class SimpleDigitalClockTextView( ), ) updateTextBoundsForTextAnimator() if (!isAnimated) { requestLayout() (parent as? FlexClockView)?.requestLayout() } } fun animateCharge() { Loading