Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationController.kt200 fun shouldAnimateClockChange(): Boolean = in shouldAnimateClockChange() method
234 fun shouldAnimateClockChange(): Boolean = true method
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFoldAodAnimationController.kt222 override fun shouldAnimateClockChange(): Boolean = !isAnimationPlaying() in <lambda>() method in com.android.systemui.unfold.FoldAodAnimationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1665 shouldAnimateClockChange); in updateClockAppearance() local