Searched refs:intendedAlphaMutableStateFlow (Results 1 – 1 of 1) sorted by relevance
159 private val intendedAlphaMutableStateFlow: MutableStateFlow<Float> = MutableStateFlow(1f) constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardQuickAffordancesCombinedViewModelTest258 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()