Home
last modified time | relevance | path

Searched refs:DefaultStatusViewSection (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DSplitShadeKeyguardBlueprint.kt33 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusViewSection
60 defaultStatusViewSection: DefaultStatusViewSection,
DShortcutsBesideUdfpsKeyguardBlueprint.kt34 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusViewSection
58 defaultStatusViewSection: DefaultStatusViewSection,
DDefaultKeyguardBlueprint.kt34 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusViewSection
63 defaultStatusViewSection: DefaultStatusViewSection,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DDefaultKeyguardBlueprintTest.kt40 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusViewSection
70 @Mock private lateinit var defaultStatusViewSection: DefaultStatusViewSection
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultStatusViewSection.kt47 class DefaultStatusViewSection class