Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationController.kt195 fun shouldAnimateClockChange(): Boolean = in shouldAnimateClockChange() method
196 animations.all { it.shouldAnimateClockChange() } in shouldAnimateClockChange()
225 fun shouldAnimateClockChange(): Boolean = true method
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFoldAodAnimationController.kt208 override fun shouldAnimateClockChange(): Boolean = !isAnimationPlaying() in <lambda>() method in com.android.systemui.unfold.FoldAodAnimationController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java675 when(mScreenOffAnimationController.shouldAnimateClockChange()).thenReturn(false); in testSwitchesToBigClockInSplitShadeOnAodAnimateDisabled()
DNotificationPanelViewControllerBaseTest.java390 when(mScreenOffAnimationController.shouldAnimateClockChange()).thenReturn(true); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1479 boolean shouldAnimateClockChange = mScreenOffAnimationController.shouldAnimateClockChange(); in updateClockAppearance()
1481 shouldAnimateClockChange); in updateClockAppearance() local
1522 boolean animateClock = (animate || mAnimateNextPositionUpdate) && shouldAnimateClockChange; in updateClockAppearance()