Home
last modified time | relevance | path

Searched refs:DeviceEntryBackgroundViewModel (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DDeviceEntryIconViewBinder.kt34 import com.android.systemui.keyguard.ui.viewmodel.DeviceEntryBackgroundViewModel in <lambda>()
63 bgViewModel: DeviceEntryBackgroundViewModel, in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DLockSection.kt45 import com.android.systemui.keyguard.ui.viewmodel.DeviceEntryBackgroundViewModel in <lambda>()
66 private val deviceEntryBackgroundViewModel: Lazy<DeviceEntryBackgroundViewModel>, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultDeviceEntrySectionTest.kt33 import com.android.systemui.keyguard.ui.viewmodel.DeviceEntryBackgroundViewModel
85 { mock(DeviceEntryBackgroundViewModel::class.java) }, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultDeviceEntrySection.kt42 import com.android.systemui.keyguard.ui.viewmodel.DeviceEntryBackgroundViewModel in <lambda>()
68 private val deviceEntryBackgroundViewModel: Lazy<DeviceEntryBackgroundViewModel>, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DAlternateBouncerUdfpsIconViewModel.kt45 deviceEntryBackgroundViewModel: DeviceEntryBackgroundViewModel, in <lambda>()
DDeviceEntryBackgroundViewModel.kt39 class DeviceEntryBackgroundViewModel in <lambda>() class