Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DConnectedDisplayKeyguardPresentation.kt48 private val keyguardStatusViewComponentFactory: KeyguardStatusViewComponent.Factory, constant
125 keyguardStatusViewComponentFactory in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultStatusViewSection.kt52 private val keyguardStatusViewComponentFactory: KeyguardStatusViewComponent.Factory, constant in com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusViewSection
89 keyguardStatusViewComponentFactory.build(it, context.display) in bindData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt94 private val keyguardStatusViewComponentFactory: KeyguardStatusViewComponent.Factory, constant in com.android.systemui.keyguard.KeyguardViewConfigurator
121 keyguardStatusViewComponentFactory.build(
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java728 KeyguardStatusViewComponent.Factory keyguardStatusViewComponentFactory, in NotificationPanelViewController()
883 mKeyguardStatusViewComponentFactory = keyguardStatusViewComponentFactory; in NotificationPanelViewController()