Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultStatusViewSection.kt88 val statusViewComponent = in bindData() constant
90 val controller = statusViewComponent.keyguardStatusViewController in bindData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt120 val statusViewComponent = constant in com.android.systemui.keyguard.KeyguardViewConfigurator
126 val controller = statusViewComponent.keyguardStatusViewController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1322 KeyguardStatusViewComponent statusViewComponent = in updateStatusViewController() local
1325 mKeyguardStatusViewController = statusViewComponent.getKeyguardStatusViewController(); in updateStatusViewController()