Home
last modified time | relevance | path

Searched refs:KeyguardRootView (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/
H A DLockscreenSceneModule.kt24 import com.android.systemui.keyguard.qualifiers.KeyguardRootView
35 @KeyguardRootView
H A DKeyguardRootView.kt33 class KeyguardRootView( regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
H A DDefaultKeyguardBlueprintTest.kt25 import com.android.systemui.keyguard.ui.view.KeyguardRootView
45 private lateinit var rootView: KeyguardRootView
58 rootView = KeyguardRootView(context, null)
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/
H A DLockscreenScene.kt30 import com.android.systemui.keyguard.qualifiers.KeyguardRootView
52 @KeyguardRootView private val viewProvider: () -> @JvmSuppressWildcards View,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/qualifiers/
H A DKeyguardRootView.kt24 annotation class KeyguardRootView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewProviderModule.kt35 import com.android.systemui.keyguard.ui.view.KeyguardRootView
185 ): KeyguardRootView {
210 keyguardRootView: KeyguardRootView,
H A DNotificationPanelViewController.java143 import com.android.systemui.keyguard.ui.view.KeyguardRootView;
356 private final KeyguardRootView mKeyguardRootView;
777 KeyguardRootView keyguardRootView) { in NotificationPanelViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewConfigurator.kt36 import com.android.systemui.keyguard.ui.view.KeyguardRootView
65 private val keyguardRootView: KeyguardRootView,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
H A DDefaultLockIconSectionTest.kt28 import com.android.systemui.keyguard.ui.view.KeyguardRootView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
H A DKeyguardPreviewRenderer.kt52 import com.android.systemui.keyguard.ui.view.KeyguardRootView
166 val keyguardRootView = KeyguardRootView(context, null)
327 private fun setupShortcuts(keyguardRootView: KeyguardRootView) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java101 import com.android.systemui.keyguard.ui.view.KeyguardRootView;
324 @Mock private KeyguardRootView mKeyguardRootView;