Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardQuickAffordancesCombinedViewModelTest.kt159 private val intendedAlphaMutableStateFlow: MutableStateFlow<Float> = MutableStateFlow(1f) constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardQuickAffordancesCombinedViewModelTest
258 intendedAlphaMutableStateFlow.value = 1f in setUp()
262 .thenReturn(intendedAlphaMutableStateFlow) in setUp()
273 .thenReturn(intendedAlphaMutableStateFlow) in setUp()
652 intendedAlphaMutableStateFlow.value = in isClickable_falseWhenAlphaBelowThreshold()
687 intendedAlphaMutableStateFlow.value = 0f in isClickable_falseWhenAlphaAtZero()