Home
last modified time | relevance | path

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

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