Searched refs:colorAnimatable (Results 1 – 1 of 1) sorted by relevance
1491 private var colorAnimatable: Animatable<Color, AnimationVector4D>? = null variable1570 if (colorAnimatable == null) { in onAttach()1572 colorAnimatable = in onAttach()1599 colorAnimatable?.animateTo( in invalidateIndicator()1656 brush = SolidColor(colorAnimatable!!.value), in <lambda>()