Searched refs:revealAmount (Results 1 – 11 of 11) sorted by relevance
32 val revealAmount: Flow<Float> = interactor.revealAmount
32 viewModel.revealAmount.collect { amount -> revealScrim.revealAmount = amount }
262 var revealAmount: Float = 1f287 revealEffect.setRevealAmountOnScrim(revealAmount, this)358 isScrimOpaque = revealAmount == 0.0f && alpha == 1.0f && visibility == VISIBLE400 revealEffect.setRevealAmountOnScrim(revealAmount, this)430 revealAmount == 0f432 if (revealAmount < 1f) {
44 scrim.revealAmount = 0f64 scrim.revealAmount = 0.5f
73 val revealAmount = lightRevealScrimRepository.revealAmount regex
62 val revealAmount: Flow<Float>133 override val revealAmount: Flow<Float> = callbackFlow {
36 override val revealAmount: Flow<Float> = _revealAmount
171 val value by collectLastValue(underTest.revealAmount)181 val value by collectLastValue(underTest.revealAmount)
98 lightRevealScrim.revealAmount = it.animatedValue as Float110 lightRevealScrim.revealAmount = 1f
183 revealAmount = calculateRevealAmount()320 scrimView?.revealAmount = calculateRevealAmount(progress)
197 lightRevealScrim.revealAmount = 0f230 lightRevealScrim.revealAmount = animator.animatedValue as Float