Home
last modified time | relevance | path

Searched refs:AmbientIndicationSection (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DOptionalSectionModule.kt28 @BindsOptionalOf fun ambientIndicationSection(): AmbientIndicationSection
DAmbientIndicationSection.kt24 interface AmbientIndicationSection { interface
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DDefaultBlueprint.kt36 import com.android.systemui.keyguard.ui.composable.section.AmbientIndicationSection in <lambda>()
58 private val ambientIndicationSectionOptional: Optional<AmbientIndicationSection>, in <lambda>()
DShortcutsBesideUdfpsBlueprint.kt35 import com.android.systemui.keyguard.ui.composable.section.AmbientIndicationSection in <lambda>()
60 private val ambientIndicationSectionOptional: Optional<AmbientIndicationSection>, in <lambda>()