Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java390 private KeyguardQsUserSwitchController mKeyguardQsUserSwitchController; field in NotificationPanelViewController
1283 mKeyguardQsUserSwitchController = null; in updateViewControllers()
1290 mKeyguardQsUserSwitchController = in updateViewControllers()
1292 mKeyguardQsUserSwitchController.init(); in updateViewControllers()
1489 if (mKeyguardQsUserSwitchController != null) { in reInflateViews()
1490 mKeyguardQsUserSwitchController.setKeyguardQsUserSwitchVisibility( in reInflateViews()
1668 int userSwitcherHeight = mKeyguardQsUserSwitchController != null in updateClockAppearance()
1669 ? mKeyguardQsUserSwitchController.getUserIconHeight() : 0; in updateClockAppearance()
1720 if (mKeyguardQsUserSwitchController != null) { in updateClockAppearance()
1721 mKeyguardQsUserSwitchController.updatePosition( in updateClockAppearance()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java269 @Mock protected KeyguardQsUserSwitchController mKeyguardQsUserSwitchController; field in NotificationPanelViewControllerBaseTest
544 .thenReturn(mKeyguardQsUserSwitchController); in setup()