Home
last modified time | relevance | path

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

/compose/animation/animation-graphics/src/androidMain/kotlin/androidx/compose/animation/graphics/res/
DAnimatedVectorResources.android.kt23 import androidx.compose.animation.graphics.vector.compat.parseAnimatedImageVector
56 return parser.parseAnimatedImageVector(res, theme, attrs) in loadAnimatedVectorResource()
/compose/animation/animation-graphics/src/androidMain/kotlin/androidx/compose/animation/graphics/vector/compat/
DXmlAnimatedVectorParser.android.kt56 internal fun XmlPullParser.parseAnimatedImageVector( in parseAnimatedImageVector() method