Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcherController.java438 private KeyguardUserSwitcherController mKeyguardUserSwitcherController; field in KeyguardUserSwitcherController.KeyguardUserAdapter
450 mKeyguardUserSwitcherController = keyguardUserSwitcherController; in KeyguardUserAdapter()
547 if (mKeyguardUserSwitcherController.isListAnimating()) { in onClick()
551 if (mKeyguardUserSwitcherController.isUserSwitcherOpen()) { in onClick()
555 mKeyguardUserSwitcherController.closeSwitcherIfOpenAndNotSimple( in onClick()
560 mKeyguardUserSwitcherController.setUserSwitcherOpened( in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java391 private KeyguardUserSwitcherController mKeyguardUserSwitcherController; field in NotificationPanelViewController
1277 if (mKeyguardUserSwitcherController != null) { in updateViewControllers()
1280 mKeyguardUserSwitcherController.closeSwitcherIfOpenAndNotSimple(false); in updateViewControllers()
1284 mKeyguardUserSwitcherController = null; in updateViewControllers()
1297 mKeyguardUserSwitcherController = in updateViewControllers()
1299 mKeyguardUserSwitcherController.init(); in updateViewControllers()
1496 if (mKeyguardUserSwitcherController != null) { in reInflateViews()
1497 mKeyguardUserSwitcherController.setKeyguardUserSwitcherVisibility( in reInflateViews()
1670 if (mKeyguardUserSwitcherController != null) { in updateClockAppearance()
1671 userSwitcherHeight = mKeyguardUserSwitcherController.getHeight(); in updateClockAppearance()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java272 @Mock protected KeyguardUserSwitcherController mKeyguardUserSwitcherController; field in NotificationPanelViewControllerBaseTest
548 .thenReturn(mKeyguardUserSwitcherController); in setup()