/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/ |
D | BottomAreaSection.kt | 55 private val indicationController: KeyguardIndicationController, in <lambda>() constant in com.android.systemui.keyguard.ui.composable.section.BottomAreaSection 82 indicationController = indicationController, in <lambda>() 105 indicationController = indicationController, in <lambda>() 126 indicationController: KeyguardIndicationController, in <lambda>() 165 indicationController.showTransientIndication(it) in <lambda>() 183 indicationController: KeyguardIndicationController, in <lambda>() 195 indicationController = indicationController, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | AlignShortcutsToUdfpsSection.kt | 48 private val indicationController: KeyguardIndicationController, constant in com.android.systemui.keyguard.ui.view.layout.sections.AlignShortcutsToUdfpsSection 68 indicationController.showTransientIndication(it) in bindData() 78 indicationController.showTransientIndication(it) in bindData()
|
D | DefaultIndicationAreaSection.kt | 39 private val indicationController: KeyguardIndicationController, constant in com.android.systemui.keyguard.ui.view.layout.sections.DefaultIndicationAreaSection 57 indicationController, in bindData()
|
D | DefaultShortcutsSection.kt | 52 private val indicationController: KeyguardIndicationController, in <lambda>() constant in com.android.systemui.keyguard.ui.view.layout.sections.DefaultShortcutsSection 90 indicationController.showTransientIndication(it) in <lambda>() 100 indicationController.showTransientIndication(it) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | DefaultIndicationAreaSectionTest.kt | 42 @Mock private lateinit var indicationController: KeyguardIndicationController variable in com.android.systemui.keyguard.ui.view.layout.sections.DefaultIndicationAreaSectionTest 53 indicationController, in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardIndicationAreaBinder.kt | 54 indicationController: KeyguardIndicationController, in <lambda>() 56 indicationController.setIndicationArea(view) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewConfigurator.kt | 89 private val indicationController: KeyguardIndicationController, constant in com.android.systemui.keyguard.KeyguardViewConfigurator 181 indicationController, in bindIndicationArea()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/ |
D | KeyguardPreviewRenderer.kt | 137 private val indicationController: KeyguardIndicationController, in <lambda>() constant 467 indicationController.showTransientIndication(message) in <lambda>() 481 indicationController.showTransientIndication(message) in <lambda>()
|