Searched refs:_bottomAreaAlpha (Results 1 – 2 of 2) sorted by relevance
58 private val _bottomAreaAlpha = MutableStateFlow(1f) constant in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository59 override val bottomAreaAlpha: StateFlow<Float> = _bottomAreaAlpha148 _bottomAreaAlpha.value = alpha in setBottomAreaAlpha()
335 private val _bottomAreaAlpha = MutableStateFlow(1f) constant336 override val bottomAreaAlpha = _bottomAreaAlpha.asStateFlow()655 _bottomAreaAlpha.value = alpha in setBottomAreaAlpha()