Home
last modified time | relevance | path

Searched refs:mKeyguardQsUserSwitchController (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1263 mKeyguardQsUserSwitchController = null; in updateViewControllers()
1270 mKeyguardQsUserSwitchController = in updateViewControllers()
1272 mKeyguardQsUserSwitchController.init(); in updateViewControllers()
1422 if (mKeyguardQsUserSwitchController != null) { in reInflateViews()
1641 if (mKeyguardQsUserSwitchController != null) { in updateClockAppearance()
1642 mKeyguardQsUserSwitchController.updatePosition( in updateClockAppearance()
1873 if (mKeyguardQsUserSwitchController != null) { in updateClock()
1874 mKeyguardQsUserSwitchController.setAlpha(alpha); in updateClock()
3252 if (mKeyguardQsUserSwitchController != null) { in startBouncerPreHideAnimation()
4790 if (mKeyguardQsUserSwitchController != null) {
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java241 @Mock protected KeyguardQsUserSwitchController mKeyguardQsUserSwitchController; field in NotificationPanelViewControllerBaseTest
442 .thenReturn(mKeyguardQsUserSwitchController); in setup()