Searched refs:shouldAnimateClockChange (Results 1 – 5 of 5) sorted by relevance
200 fun shouldAnimateClockChange(): Boolean = in shouldAnimateClockChange() method201 animations.all { it.shouldAnimateClockChange() } in shouldAnimateClockChange()234 fun shouldAnimateClockChange(): Boolean = true method
222 override fun shouldAnimateClockChange(): Boolean = !isAnimationPlaying() in <lambda>() method in com.android.systemui.unfold.FoldAodAnimationController
935 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()
549 when(mScreenOffAnimationController.shouldAnimateClockChange()).thenReturn(true); in setup()
1660 boolean shouldAnimateClockChange = mScreenOffAnimationController.shouldAnimateClockChange(); in updateClockAppearance()1665 shouldAnimateClockChange); in updateClockAppearance() local1713 boolean animateClock = (animate || mAnimateNextPositionUpdate) && shouldAnimateClockChange; in updateClockAppearance()