Searched refs:KeyguardBottomAreaViewModel (Results 1 – 9 of 9) sorted by relevance
28 import com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel in <lambda>()69 viewModel: KeyguardBottomAreaViewModel, in <lambda>()
105 private lateinit var underTest: KeyguardBottomAreaViewModel226 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()
48 keyguardBottomAreaViewModel: KeyguardBottomAreaViewModel, in <lambda>()
40 class KeyguardBottomAreaViewModel in <lambda>() class
47 import com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel in <lambda>()110 viewModel: KeyguardBottomAreaViewModel, in <lambda>()
95 val bottomAreaViewModel: KeyguardBottomAreaViewModel = mock() in setUp()
72 import com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel in <lambda>()125 private val bottomAreaViewModel: KeyguardBottomAreaViewModel, in <lambda>()
113 import com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel;322 @Mock protected KeyguardBottomAreaViewModel mKeyguardBottomAreaViewModel;
151 import com.android.systemui.keyguard.ui.viewmodel.KeyguardBottomAreaViewModel;549 private final KeyguardBottomAreaViewModel mKeyguardBottomAreaViewModel;762 KeyguardBottomAreaViewModel keyguardBottomAreaViewModel, in NotificationPanelViewController()