Searched refs:dotAppearFadeInAnimatables (Results 1 – 1 of 1) sorted by relevance
116 val dotAppearFadeInAnimatables = remember(dots) { dots.associateWith { Animatable(0f) } } in <lambda>() constant125 showEntryAnimation(dotAppearFadeInAnimatables, dotAppearMoveUpAnimatables) in <lambda>()277 dotAppearFadeInAnimatables.map { it.value.value } exportAs dotAppearFadeIn in <lambda>()368 dotColor.copy(alpha = checkNotNull(dotAppearFadeInAnimatables[dot]).value), in <lambda>()377 dotAppearFadeInAnimatables: Map<PatternDotViewModel, Animatable<Float, AnimationVector1D>>, in showEntryAnimation()381 dotAppearFadeInAnimatables.forEach { (dot, animatable) -> in showEntryAnimation()