fun rememberAnimatedVectorPainter( stable animatedImageVector: AnimatedImageVector stable atEnd: Boolean ): Painter scheme("[_, [androidx.compose.ui.graphics.vector.VectorComposable]]") fun rememberAnimatedVectorPainter( stable animatedImageVector: AnimatedImageVector stable atEnd: Boolean stable render: @[VectorComposable] Function4, Composer, Int, Unit> ): Painter fun animatedVectorResource( unused stable : Companion stable id: Int ): AnimatedImageVector fun createVectorConfig( stable transition: Transition stable overallDuration: Int stable : Animator ): VectorConfig restartable fun Configure( stable transition: Transition unstable config: StateVectorConfig stable overallDuration: Int stable : Animator ) fun createState( stable transition: Transition stable propertyName: String stable overallDuration: Int stable : FloatPropertyValues ): State fun createState( stable transition: Transition stable propertyName: String stable overallDuration: Int stable : ColorPropertyValues ): State fun createState( stable transition: Transition stable propertyName: String stable overallDuration: Int stable : PathPropertyValues ): State>