Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeLightRevealScrimRepository.kt35 private val _revealAmount: MutableStateFlow<Float> = MutableStateFlow(0.0f) constant in com.android.systemui.keyguard.data.repository.FakeLightRevealScrimRepository
36 override val revealAmount: Flow<Float> = _revealAmount
43 _revealAmount.value = 1.0f in startRevealAmountAnimator()
45 _revealAmount.value = 0.0f in startRevealAmountAnimator()