Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DDeviceEntryIconViewBinder.kt137 viewModel.useBackgroundProtection.collect { useBackgroundProtection -> in <lambda>() method
138 if (useBackgroundProtection) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DDeviceEntryBackgroundViewModel.kt64 deviceEntryIconViewModel.useBackgroundProtection.flatMapLatest { useBackground -> in <lambda>()
86 deviceEntryIconViewModel.useBackgroundProtection.flatMapLatest { useBackground -> in <lambda>()
DDeviceEntryForegroundViewModel.kt86 deviceEntryIconViewModel.useBackgroundProtection.flatMapLatest { useBgProtection in <lambda>()
DDeviceEntryIconViewModel.kt166 val useBackgroundProtection: StateFlow<Boolean> = isUdfpsSupported in <lambda>() constant