Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultIndicationAreaSection.kt26 import com.android.systemui.keyguard.ui.binder.KeyguardIndicationAreaBinder
54 KeyguardIndicationAreaBinder.bind( in bindData()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DBottomAreaSection.kt35 import com.android.systemui.keyguard.ui.binder.KeyguardIndicationAreaBinder in <lambda>()
192 KeyguardIndicationAreaBinder.bind( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt51 import com.android.systemui.keyguard.ui.binder.KeyguardIndicationAreaBinder
178 KeyguardIndicationAreaBinder.bind( in bindIndicationArea()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardIndicationAreaBinder.kt47 object KeyguardIndicationAreaBinder { in <lambda>() object