Home
last modified time | relevance | path

Searched defs:shouldAnimateClockChange (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScreenOffAnimationController.kt200 fun shouldAnimateClockChange(): Boolean = regex
234 fun shouldAnimateClockChange(): Boolean = true regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1591 shouldAnimateClockChange); in updateClockAppearance() local