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.kt200 fun shouldAnimateClockChange(): Boolean = in shouldAnimateClockChange() method
201 animations.all { it.shouldAnimateClockChange() } in shouldAnimateClockChange()
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/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java935 when(mScreenOffAnimationController.shouldAnimateClockChange()).thenReturn(false); in testSwitchesToBigClockInSplitShadeOnAodAnimateDisabled()
950 when(mScreenOffAnimationController.shouldAnimateClockChange()).thenReturn(false); in switchesToBigClockInSplitShadeOn_landFlagOn_ForceSmallClock()
969 when(mScreenOffAnimationController.shouldAnimateClockChange()).thenReturn(false); in switchesToBigClockInSplitShadeOn_landFlagOff_DontForceSmallClock()
DNotificationPanelViewControllerBaseTest.java549 when(mScreenOffAnimationController.shouldAnimateClockChange()).thenReturn(true); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1660 boolean shouldAnimateClockChange = mScreenOffAnimationController.shouldAnimateClockChange(); in updateClockAppearance()
1665 shouldAnimateClockChange); in updateClockAppearance() local
1713 boolean animateClock = (animate || mAnimateNextPositionUpdate) && shouldAnimateClockChange; in updateClockAppearance()