Searched refs:dotAppearMoveUpAnimatables (Results 1 – 1 of 1) sorted by relevance
117 val dotAppearMoveUpAnimatables = remember(dots) { dots.associateWith { Animatable(0f) } } in <lambda>() constant125 showEntryAnimation(dotAppearFadeInAnimatables, dotAppearMoveUpAnimatables) in <lambda>()278 dotAppearMoveUpAnimatables.map { it.value.value } exportAs dotAppearMoveUp in <lambda>()358 (1 - checkNotNull(dotAppearMoveUpAnimatables[dot]).value) * initialOffset in <lambda>()378 dotAppearMoveUpAnimatables: Map<PatternDotViewModel, Animatable<Float, AnimationVector1D>>, in showEntryAnimation()394 dotAppearMoveUpAnimatables.forEach { (dot, animatable) -> in showEntryAnimation()