1// Signature format: 4.0 2package androidx.compose.animation.graphics { 3 4 @kotlin.RequiresOptIn(message="This is an experimental animation graphics API.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget.CLASS, kotlin.annotation.AnnotationTarget.FUNCTION, kotlin.annotation.AnnotationTarget.PROPERTY}) public @interface ExperimentalAnimationGraphicsApi { 5 } 6 7} 8 9package androidx.compose.animation.graphics.res { 10 11 public final class AnimatedVectorResources_androidKt { 12 method @androidx.compose.animation.graphics.ExperimentalAnimationGraphicsApi @androidx.compose.runtime.Composable public static androidx.compose.animation.graphics.vector.AnimatedImageVector animatedVectorResource(@DrawableRes int id); 13 } 14 15 public final class AnimatorResources_androidKt { 16 } 17 18} 19 20package androidx.compose.animation.graphics.vector { 21 22 @androidx.compose.animation.graphics.ExperimentalAnimationGraphicsApi @androidx.compose.runtime.Immutable public final class AnimatedImageVector { 23 method public androidx.compose.ui.graphics.vector.ImageVector getImageVector(); 24 method public int getTotalDuration(); 25 method @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.painter.Painter painterFor(boolean atEnd); 26 property public final androidx.compose.ui.graphics.vector.ImageVector imageVector; 27 property public final int totalDuration; 28 } 29 30 public final class AnimatorKt { 31 } 32 33} 34 35package androidx.compose.animation.graphics.vector.compat { 36 37 public final class XmlAnimatedVectorParser_androidKt { 38 } 39 40 public final class XmlAnimatorParser_androidKt { 41 } 42 43 public final class XmlPullParserUtils_androidKt { 44 } 45 46} 47 48