Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DSplitShadeKeyguardBlueprint.kt31 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultShortcutsSection
56 defaultShortcutsSection: DefaultShortcutsSection,
DDefaultKeyguardBlueprint.kt32 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultShortcutsSection
59 defaultShortcutsSection: DefaultShortcutsSection,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DDefaultKeyguardBlueprintTest.kt38 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultShortcutsSection
67 @Mock private lateinit var defaultShortcutsSection: DefaultShortcutsSection
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultShortcutsSection.kt44 class DefaultShortcutsSection in <lambda>() class
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt70 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultShortcutsSection in <lambda>()
147 private val defaultShortcutsSection: DefaultShortcutsSection, in <lambda>()