Home
last modified time | relevance | path

Searched refs:displayClock (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java786 verify(mKeyguardStatusViewController).displayClock(LARGE, /* animate */ true); in testSwitchesToCorrectClockInSinglePaneShade()
791 verify(mKeyguardStatusViewController).displayClock(SMALL, /* animate */ true); in testSwitchesToCorrectClockInSinglePaneShade()
803 verify(mKeyguardStatusViewController).displayClock(LARGE, /* animate */ true); in testSwitchesToCorrectClockInSplitShade()
809 .displayClock(LARGE, /* animate */ true); in testSwitchesToCorrectClockInSplitShade()
811 .displayClock(SMALL, /* animate */ true); in testSwitchesToCorrectClockInSplitShade()
822 verify(mKeyguardStatusViewController).displayClock(LARGE, /* animate */ true); in testHasNotifications_switchesToLargeClockWhenEnteringSplitShade()
833 verify(mKeyguardStatusViewController).displayClock(LARGE, /* animate */ true); in testNoNotifications_switchesToLargeClockWhenEnteringSplitShade()
846 verify(mKeyguardStatusViewController).displayClock(SMALL, /* animate */ true); in testHasNotifications_switchesToSmallClockWhenExitingSplitShade()
859 verify(mKeyguardStatusViewController).displayClock(LARGE, /* animate */ true); in testNoNotifications_switchesToLargeClockWhenExitingSplitShade()
874 verify(mKeyguardStatusViewController).displayClock(LARGE, /* animate= */ true); in clockSize_mediaShowing_inSplitShade_onAod_isLarge()
[all …]
DNotificationPanelViewControllerWithCoroutinesTest.kt122 verify(mKeyguardStatusViewController, times(3)).displayClock(LARGE, /* animate */ true) in <lambda>()
DNotificationPanelViewControllerBaseTest.java801 verify(mKeyguardStatusViewController).displayClock(LARGE, /* animate */ true); in setup()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java298 displayClock(LARGE, /* animate= */ false); in onViewAttached()
484 public void displayClock(@KeyguardClockSwitch.ClockSize int clockSize, boolean animate) { in displayClock() method in KeyguardClockSwitchController
657 mUiExecutor.execute(() -> displayClock(KeyguardClockSwitch.SMALL, in updateDoubleLineClock()
DKeyguardStatusViewController.java297 public void displayClock(@ClockSize int clockSize, boolean animate) { in displayClock() method in KeyguardStatusViewController
298 mKeyguardClockSwitchController.displayClock(clockSize, animate); in displayClock()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1664 mKeyguardStatusViewController.displayClock(computeDesiredClockSize(), in updateClockAppearance()