Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java612 private final KeyguardViewConfigurator mKeyguardViewConfigurator; field in NotificationPanelViewController
801 mKeyguardViewConfigurator = keyguardViewConfigurator; in NotificationPanelViewController()
1235 mKeyguardViewConfigurator.bindKeyguardStatusView(mView); in updateViewControllers()
1237 mKeyguardViewConfigurator.getKeyguardStatusViewController(); in updateViewControllers()
1373 mKeyguardViewConfigurator.getKeyguardRootView() in reInflateViews()
1463 mKeyguardViewConfigurator.bindIndicationArea(); in initBottomArea()
1699 layout = mKeyguardViewConfigurator.getKeyguardRootView(); in updateKeyguardStatusViewAlignment()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java262 @Mock protected KeyguardViewConfigurator mKeyguardViewConfigurator; field in NotificationPanelViewControllerBaseTest
653 mKeyguardViewConfigurator, in setup()