Searched refs:mKeyguardClockSwitchController (Results 1 – 6 of 6) sorted by relevance
52 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()
61 private KeyguardClockSwitchController mKeyguardClockSwitchController; field in KeyguardPresentationTest75 .thenReturn(mKeyguardClockSwitchController); in setUp()
48 @Mock protected KeyguardClockSwitchController mKeyguardClockSwitchController; field in KeyguardStatusViewControllerBaseTest74 mKeyguardClockSwitchController, in setup()
138 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 …]
357 private KeyguardClockSwitchController mKeyguardClockSwitchController; field in KeyguardDisplayManager.KeyguardPresentation421 mKeyguardClockSwitchController = mKeyguardStatusViewComponentFactory in onCreate()425 mKeyguardClockSwitchController.setOnlyClock(true); in onCreate()426 mKeyguardClockSwitchController.init(); in onCreate()
248 @Mock protected KeyguardClockSwitchController mKeyguardClockSwitchController; field in NotificationPanelViewControllerBaseTest371 mKeyguardClockSwitchController, in setup()543 .thenReturn(mKeyguardClockSwitchController); in setup()