Home
last modified time | relevance | path

Searched refs:KeyguardQuickAffordancesCombinedViewModel (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DAlignShortcutsToUdfpsSection.kt32 import com.android.systemui.keyguard.ui.viewmodel.KeyguardQuickAffordancesCombinedViewModel
45 KeyguardQuickAffordancesCombinedViewModel,
DDefaultShortcutsSection.kt35 import com.android.systemui.keyguard.ui.viewmodel.KeyguardQuickAffordancesCombinedViewModel in <lambda>()
49 KeyguardQuickAffordancesCombinedViewModel, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardQuickAffordancesCombinedViewModelTest.kt148 private lateinit var underTest: KeyguardQuickAffordancesCombinedViewModel
291 KeyguardQuickAffordancesCombinedViewModel( in setUp()
587 KeyguardQuickAffordancesCombinedViewModel.AFFORDANCE_FULLY_OPAQUE_ALPHA_THRESHOLD in isClickable_trueWhenAlphaAtThreshold()
622 KeyguardQuickAffordancesCombinedViewModel in isClickable_trueWhenAlphaAboveThreshold()
653 KeyguardQuickAffordancesCombinedViewModel.AFFORDANCE_FULLY_OPAQUE_ALPHA_THRESHOLD - in isClickable_falseWhenAlphaBelowThreshold()
657 KeyguardQuickAffordancesCombinedViewModel.AFFORDANCE_FULLY_OPAQUE_ALPHA_THRESHOLD + in isClickable_falseWhenAlphaBelowThreshold()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DBottomAreaSection.kt40 import com.android.systemui.keyguard.ui.viewmodel.KeyguardQuickAffordancesCombinedViewModel in <lambda>()
52 private val viewModel: KeyguardQuickAffordancesCombinedViewModel, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardIndicationAreaViewModel.kt51 private val shortcutsCombinedViewModel: KeyguardQuickAffordancesCombinedViewModel, in <lambda>()
DKeyguardQuickAffordancesCombinedViewModel.kt41 class KeyguardQuickAffordancesCombinedViewModel in <lambda>() class
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardIndicationAreaViewModelTest.kt57 @Mock private lateinit var shortcutsCombinedViewModel: KeyguardQuickAffordancesCombinedViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt76 import com.android.systemui.keyguard.ui.viewmodel.KeyguardQuickAffordancesCombinedViewModel in <lambda>()
126 private val quickAffordancesCombinedViewModel: KeyguardQuickAffordancesCombinedViewModel, in <lambda>()