Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DPatternBouncer.kt117 val dotAppearMoveUpAnimatables = remember(dots) { dots.associateWith { Animatable(0f) } } in <lambda>() constant
125 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()