Home
last modified time | relevance | path

Searched defs:isDimmed (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardQuickAffordanceViewModel.kt34 val isDimmed: Boolean = false, constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardQuickAffordanceViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardBottomAreaViewBinder.kt369 combine(viewModel.map { it.isDimmed }, alphaFlow) { isDimmed, alpha -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java371 public boolean isDimmed() { in isDimmed() method in AmbientState
DNotificationStackScrollLayout.java4396 boolean isDimmed() { in isDimmed() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardBottomAreaViewModelTest.kt777 val isDimmed: Boolean = false, constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModelTest.TestConfig