Searched refs:_revealAmount (Results 1 – 1 of 1) sorted by relevance
35 private val _revealAmount: MutableStateFlow<Float> = MutableStateFlow(0.0f) constant in com.android.systemui.keyguard.data.repository.FakeLightRevealScrimRepository36 override val revealAmount: Flow<Float> = _revealAmount43 _revealAmount.value = 1.0f in startRevealAmountAnimator()45 _revealAmount.value = 0.0f in startRevealAmountAnimator()