Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardStatusViewControllerTest.java52 verify(mKeyguardClockSwitchController).refresh(); in dozeTimeTick_updatesClock()
73 verify(mKeyguardClockSwitchController).onLocaleListChanged(); in onLocaleListChangedNotifiesClockSwitchController()
79 when(mKeyguardClockSwitchController.getClock()).thenReturn(mockClock); in updatePosition_primaryClockAnimation()
85 verify(mKeyguardClockSwitchController).updatePosition( in updatePosition_primaryClockAnimation()
94 when(mKeyguardClockSwitchController.getClock()).thenReturn(mockClock); in updatePosition_alternateClockAnimation()
100 verify(mKeyguardClockSwitchController).updatePosition( in updatePosition_alternateClockAnimation()
109 verify(mKeyguardClockSwitchController, times(1)).setSplitShadeEnabled(true); in splitShadeEnabledPassedToClockSwitchController()
110 verify(mKeyguardClockSwitchController, times(0)).setSplitShadeEnabled(false); in splitShadeEnabledPassedToClockSwitchController()
116 verify(mKeyguardClockSwitchController, times(1)).setSplitShadeEnabled(false); in splitShadeDisabledPassedToClockSwitchController()
117 verify(mKeyguardClockSwitchController, times(0)).setSplitShadeEnabled(true); in splitShadeDisabledPassedToClockSwitchController()
H A DKeyguardPresentationTest.java61 private KeyguardClockSwitchController mKeyguardClockSwitchController; field in KeyguardPresentationTest
75 .thenReturn(mKeyguardClockSwitchController); in setUp()
H A DKeyguardStatusViewControllerBaseTest.java48 @Mock protected KeyguardClockSwitchController mKeyguardClockSwitchController; field in KeyguardStatusViewControllerBaseTest
74 mKeyguardClockSwitchController, in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusViewController.java138 mKeyguardClockSwitchController = keyguardClockSwitchController; in KeyguardStatusViewController()
152 mKeyguardClockSwitchController.init(); in onInit()
192 mKeyguardClockSwitchController.setShownOnSecondaryDisplay(true); in setDisplayedOnSecondaryDisplay()
225 mKeyguardClockSwitchController.animateFoldToAod(foldFraction); in animateFoldToAod()
271 return mKeyguardClockSwitchController.isClockTopAligned(); in isClockTopAligned()
280 mKeyguardClockSwitchController.setLockscreenClockY(clockY); in setLockscreenClockY()
309 mKeyguardClockSwitchController.updatePosition(x, scale, in updatePosition()
329 mKeyguardClockSwitchController.refresh(); in refreshTime()
337 mKeyguardClockSwitchController.onLocaleListChanged();
342 mKeyguardClockSwitchController.onConfigChanged();
[all …]
H A DKeyguardDisplayManager.java357 private KeyguardClockSwitchController mKeyguardClockSwitchController; field in KeyguardDisplayManager.KeyguardPresentation
421 mKeyguardClockSwitchController = mKeyguardStatusViewComponentFactory in onCreate()
425 mKeyguardClockSwitchController.setOnlyClock(true); in onCreate()
426 mKeyguardClockSwitchController.init(); in onCreate()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java248 @Mock protected KeyguardClockSwitchController mKeyguardClockSwitchController; field in NotificationPanelViewControllerBaseTest
371 mKeyguardClockSwitchController, in setup()
543 .thenReturn(mKeyguardClockSwitchController); in setup()