Home
last modified time | relevance | path

Searched defs:keyguardRootView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/
DLockscreenScene.kt94 val keyguardRootView = viewProvider() in LockscreenScene() constant
100 update = { keyguardRootView -> in LockscreenScene() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt166 val keyguardRootView = KeyguardRootView(context, null) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt65 private val keyguardRootView: KeyguardRootView, constant in com.android.systemui.keyguard.KeyguardViewConfigurator
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java692 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController()