Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java340 private KeyguardQsUserSwitchController mKeyguardQsUserSwitchController; field in NotificationPanelViewController
983 mKeyguardQsUserSwitchController = null; in updateViewControllers()
990 mKeyguardQsUserSwitchController = in updateViewControllers()
992 mKeyguardQsUserSwitchController.setNotificationPanelViewController(this); in updateViewControllers()
993 mKeyguardQsUserSwitchController.init(); in updateViewControllers()
1153 if (mKeyguardQsUserSwitchController != null) { in reInflateViews()
1154 mKeyguardQsUserSwitchController.setKeyguardQsUserSwitchVisibility( in reInflateViews()
1295 int userIconHeight = mKeyguardQsUserSwitchController != null in updateClockAppearance()
1296 ? mKeyguardQsUserSwitchController.getUserIconHeight() : 0; in updateClockAppearance()
1322 if (mKeyguardQsUserSwitchController != null) { in updateClockAppearance()
[all …]