Searched refs:displayClock (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | NotificationPanelViewControllerTest.java | 786 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 …]
|
D | NotificationPanelViewControllerWithCoroutinesTest.kt | 122 verify(mKeyguardStatusViewController, times(3)).displayClock(LARGE, /* animate */ true) in <lambda>()
|
D | NotificationPanelViewControllerBaseTest.java | 801 verify(mKeyguardStatusViewController).displayClock(LARGE, /* animate */ true); in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardClockSwitchController.java | 298 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()
|
D | KeyguardStatusViewController.java | 297 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/ |
D | NotificationPanelViewController.java | 1664 mKeyguardStatusViewController.displayClock(computeDesiredClockSize(), in updateClockAppearance()
|