Home
last modified time | relevance | path

Searched refs:mKeyguardUserSwitcherController (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherController.java437 private KeyguardUserSwitcherController mKeyguardUserSwitcherController; field in KeyguardUserSwitcherController.KeyguardUserAdapter
449 mKeyguardUserSwitcherController = keyguardUserSwitcherController; in KeyguardUserAdapter()
546 if (mKeyguardUserSwitcherController.isListAnimating()) { in onClick()
550 if (mKeyguardUserSwitcherController.isUserSwitcherOpen()) { in onClick()
554 mKeyguardUserSwitcherController.closeSwitcherIfOpenAndNotSimple( in onClick()
559 mKeyguardUserSwitcherController.setUserSwitcherOpened( in onClick()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1257 if (mKeyguardUserSwitcherController != null) { in updateViewControllers()
1264 mKeyguardUserSwitcherController = null; in updateViewControllers()
1277 mKeyguardUserSwitcherController = in updateViewControllers()
1279 mKeyguardUserSwitcherController.init(); in updateViewControllers()
1429 if (mKeyguardUserSwitcherController != null) { in reInflateViews()
1595 if (mKeyguardUserSwitcherController != null) { in updateClockAppearance()
1647 if (mKeyguardUserSwitcherController != null) { in updateClockAppearance()
1648 mKeyguardUserSwitcherController.updatePosition( in updateClockAppearance()
1876 if (mKeyguardUserSwitcherController != null) { in updateClock()
3259 if (mKeyguardUserSwitcherController != null) { in startBouncerPreHideAnimation()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java244 @Mock protected KeyguardUserSwitcherController mKeyguardUserSwitcherController; field in NotificationPanelViewControllerBaseTest
446 .thenReturn(mKeyguardUserSwitcherController); in setup()