Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcherController.java439 private KeyguardUserSwitcherController mKeyguardUserSwitcherController; field in KeyguardUserSwitcherController.KeyguardUserAdapter
451 mKeyguardUserSwitcherController = keyguardUserSwitcherController; in KeyguardUserAdapter()
548 if (mKeyguardUserSwitcherController.isListAnimating()) { in onClick()
552 if (mKeyguardUserSwitcherController.isUserSwitcherOpen()) { in onClick()
556 mKeyguardUserSwitcherController.closeSwitcherIfOpenAndNotSimple( in onClick()
561 mKeyguardUserSwitcherController.setUserSwitcherOpened( in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java341 private KeyguardUserSwitcherController mKeyguardUserSwitcherController; field in NotificationPanelViewController
977 if (mKeyguardUserSwitcherController != null) { in updateViewControllers()
980 mKeyguardUserSwitcherController.closeSwitcherIfOpenAndNotSimple(false); in updateViewControllers()
984 mKeyguardUserSwitcherController = null; in updateViewControllers()
998 mKeyguardUserSwitcherController = in updateViewControllers()
1000 mKeyguardUserSwitcherController.init(); in updateViewControllers()
1160 if (mKeyguardUserSwitcherController != null) { in reInflateViews()
1161 mKeyguardUserSwitcherController.setKeyguardUserSwitcherVisibility( in reInflateViews()
1328 if (mKeyguardUserSwitcherController != null) { in updateClockAppearance()
1329 mKeyguardUserSwitcherController.updatePosition( in updateClockAppearance()
[all …]