Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultStatusViewSection.kt53 private val keyguardViewConfigurator: Lazy<KeyguardViewConfigurator>, constant in com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusViewSection
95 keyguardViewConfigurator.get().keyguardStatusViewController = controller in bindData()
125 keyguardViewConfigurator.get().keyguardStatusViewController = null in removeViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java784 KeyguardViewConfigurator keyguardViewConfigurator, in NotificationPanelViewController()
820 mKeyguardViewConfigurator = keyguardViewConfigurator; in NotificationPanelViewController()