Home
last modified time | relevance | path

Searched refs:mKeyguardClockInteractor (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java123 private KeyguardClockInteractor mKeyguardClockInteractor; field in KeyguardClockSwitchController
199 mKeyguardClockInteractor = keyguardClockInteractor; in KeyguardClockSwitchController()
596 return mKeyguardClockInteractor.getClockSize().getValue().getLegacyValue() == LARGE; in isClockTopAligned()
637 return mKeyguardClockInteractor.getCurrentClock().getValue(); in getClock()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchControllerBaseTest.java122 protected KeyguardClockInteractor mKeyguardClockInteractor; field in KeyguardClockSwitchControllerBaseTest
190 mKeyguardClockInteractor, in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java359 protected KeyguardClockInteractor mKeyguardClockInteractor; field in NotificationPanelViewControllerBaseTest
416 mKeyguardClockInteractor = mKosmos.getKeyguardClockInteractor(); in setup()
743 mKeyguardClockInteractor, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java551 private final KeyguardClockInteractor mKeyguardClockInteractor; field in NotificationPanelViewController
969 mKeyguardClockInteractor = keyguardClockInteractor; in NotificationPanelViewController()
1662 mKeyguardClockInteractor.setClockSize(computeDesiredClockSize()); in updateClockAppearance()