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 AnimatedVectorPainterResources_androidKt {
12    method @androidx.compose.animation.graphics.ExperimentalAnimationGraphicsApi @androidx.compose.runtime.Composable public static androidx.compose.ui.graphics.painter.Painter rememberAnimatedVectorPainter(androidx.compose.animation.graphics.vector.AnimatedImageVector animatedImageVector, boolean atEnd);
13  }
14
15  public final class AnimatedVectorResources_androidKt {
16    method @androidx.compose.animation.graphics.ExperimentalAnimationGraphicsApi @androidx.compose.runtime.Composable public static androidx.compose.animation.graphics.vector.AnimatedImageVector animatedVectorResource(androidx.compose.animation.graphics.vector.AnimatedImageVector.Companion, @DrawableRes int id);
17  }
18
19  public final class AnimatorResources_androidKt {
20  }
21
22}
23
24package androidx.compose.animation.graphics.vector {
25
26  @androidx.compose.animation.graphics.ExperimentalAnimationGraphicsApi @androidx.compose.runtime.Immutable public final class AnimatedImageVector {
27    method public androidx.compose.ui.graphics.vector.ImageVector getImageVector();
28    method public int getTotalDuration();
29    property public final androidx.compose.ui.graphics.vector.ImageVector imageVector;
30    property public final int totalDuration;
31    field public static final androidx.compose.animation.graphics.vector.AnimatedImageVector.Companion Companion;
32  }
33
34  public static final class AnimatedImageVector.Companion {
35  }
36
37  public final class AnimatorKt {
38  }
39
40}
41
42package androidx.compose.animation.graphics.vector.compat {
43
44  public final class XmlAnimatedVectorParser_androidKt {
45  }
46
47  public final class XmlAnimatorParser_androidKt {
48  }
49
50  public final class XmlPullParserUtils_androidKt {
51  }
52
53}
54
55