Home
last modified time | relevance | path

Searched refs:KeyguardBottomAreaViewModel (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.kt28 import com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel in <lambda>()
69 viewModel: KeyguardBottomAreaViewModel, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardBottomAreaViewModelTest.kt105 private lateinit var underTest: KeyguardBottomAreaViewModel
226 KeyguardBottomAreaViewModel( in setUp()
558 KeyguardBottomAreaViewModel.AFFORDANCE_FULLY_OPAQUE_ALPHA_THRESHOLD in isClickable_trueWhenAlphaAtThreshold()
591 min(1f, KeyguardBottomAreaViewModel.AFFORDANCE_FULLY_OPAQUE_ALPHA_THRESHOLD + 0.1f), in isClickable_trueWhenAlphaAboveThreshold()
622 max(0f, KeyguardBottomAreaViewModel.AFFORDANCE_FULLY_OPAQUE_ALPHA_THRESHOLD - 0.1f), in isClickable_falseWhenAlphaBelowThreshold()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardIndicationAreaViewModel.kt48 keyguardBottomAreaViewModel: KeyguardBottomAreaViewModel, in <lambda>()
DKeyguardBottomAreaViewModel.kt40 class KeyguardBottomAreaViewModel in <lambda>() class
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardBottomAreaViewBinder.kt47 import com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel in <lambda>()
110 viewModel: KeyguardBottomAreaViewModel, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardIndicationAreaViewModelTest.kt95 val bottomAreaViewModel: KeyguardBottomAreaViewModel = mock() in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt72 import com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel in <lambda>()
125 private val bottomAreaViewModel: KeyguardBottomAreaViewModel, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java113 import com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel;
322 @Mock protected KeyguardBottomAreaViewModel mKeyguardBottomAreaViewModel;
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java151 import com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel;
549 private final KeyguardBottomAreaViewModel mKeyguardBottomAreaViewModel;
762 KeyguardBottomAreaViewModel keyguardBottomAreaViewModel, in NotificationPanelViewController()