xref: /aosp_15_r20/external/lottie/lottie-compose/api/lottie-compose.api (revision bb5273fecd5c61b9ace70f9ff4fcd88f0e12e3f7)
1*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/AnimateLottieCompositionAsStateKt {
2*bb5273feSAndroid Build Coastguard Worker	public static final fun animateLottieCompositionAsState (Lcom/airbnb/lottie/LottieComposition;ZZZLcom/airbnb/lottie/compose/LottieClipSpec;FILcom/airbnb/lottie/compose/LottieCancellationBehavior;ZZLandroidx/compose/runtime/Composer;II)Lcom/airbnb/lottie/compose/LottieAnimationState;
3*bb5273feSAndroid Build Coastguard Worker}
4*bb5273feSAndroid Build Coastguard Worker
5*bb5273feSAndroid Build Coastguard Workerpublic abstract interface class com/airbnb/lottie/compose/LottieAnimatable : com/airbnb/lottie/compose/LottieAnimationState {
6*bb5273feSAndroid Build Coastguard Worker	public abstract fun animate (Lcom/airbnb/lottie/LottieComposition;IIZFLcom/airbnb/lottie/compose/LottieClipSpec;FZLcom/airbnb/lottie/compose/LottieCancellationBehavior;ZZLkotlin/coroutines/Continuation;)Ljava/lang/Object;
7*bb5273feSAndroid Build Coastguard Worker	public abstract fun snapTo (Lcom/airbnb/lottie/LottieComposition;FIZLkotlin/coroutines/Continuation;)Ljava/lang/Object;
8*bb5273feSAndroid Build Coastguard Worker}
9*bb5273feSAndroid Build Coastguard Worker
10*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieAnimatable$DefaultImpls {
11*bb5273feSAndroid Build Coastguard Worker	public static synthetic fun animate$default (Lcom/airbnb/lottie/compose/LottieAnimatable;Lcom/airbnb/lottie/LottieComposition;IIZFLcom/airbnb/lottie/compose/LottieClipSpec;FZLcom/airbnb/lottie/compose/LottieCancellationBehavior;ZZLkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
12*bb5273feSAndroid Build Coastguard Worker	public static fun getLastFrameNanos (Lcom/airbnb/lottie/compose/LottieAnimatable;)J
13*bb5273feSAndroid Build Coastguard Worker	public static synthetic fun snapTo$default (Lcom/airbnb/lottie/compose/LottieAnimatable;Lcom/airbnb/lottie/LottieComposition;FIZLkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
14*bb5273feSAndroid Build Coastguard Worker}
15*bb5273feSAndroid Build Coastguard Worker
16*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieAnimatableKt {
17*bb5273feSAndroid Build Coastguard Worker	public static final fun LottieAnimatable ()Lcom/airbnb/lottie/compose/LottieAnimatable;
18*bb5273feSAndroid Build Coastguard Worker	public static final fun rememberLottieAnimatable (Landroidx/compose/runtime/Composer;I)Lcom/airbnb/lottie/compose/LottieAnimatable;
19*bb5273feSAndroid Build Coastguard Worker	public static final fun resetToBeginning (Lcom/airbnb/lottie/compose/LottieAnimatable;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
20*bb5273feSAndroid Build Coastguard Worker}
21*bb5273feSAndroid Build Coastguard Worker
22*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieAnimationKt {
23*bb5273feSAndroid Build Coastguard Worker	public static final fun LottieAnimation (Lcom/airbnb/lottie/LottieComposition;FLandroidx/compose/ui/Modifier;ZZZLcom/airbnb/lottie/RenderMode;ZLcom/airbnb/lottie/compose/LottieDynamicProperties;Landroidx/compose/ui/Alignment;Landroidx/compose/ui/layout/ContentScale;ZZLcom/airbnb/lottie/AsyncUpdates;Landroidx/compose/runtime/Composer;III)V
24*bb5273feSAndroid Build Coastguard Worker	public static final fun LottieAnimation (Lcom/airbnb/lottie/LottieComposition;Landroidx/compose/ui/Modifier;ZZLcom/airbnb/lottie/compose/LottieClipSpec;FIZZZLcom/airbnb/lottie/RenderMode;ZZLcom/airbnb/lottie/compose/LottieDynamicProperties;Landroidx/compose/ui/Alignment;Landroidx/compose/ui/layout/ContentScale;ZZLjava/util/Map;ZLcom/airbnb/lottie/AsyncUpdates;Landroidx/compose/runtime/Composer;IIII)V
25*bb5273feSAndroid Build Coastguard Worker	public static final fun LottieAnimation (Lcom/airbnb/lottie/LottieComposition;Lkotlin/jvm/functions/Function0;Landroidx/compose/ui/Modifier;ZZZLcom/airbnb/lottie/RenderMode;ZLcom/airbnb/lottie/compose/LottieDynamicProperties;Landroidx/compose/ui/Alignment;Landroidx/compose/ui/layout/ContentScale;ZZLjava/util/Map;Lcom/airbnb/lottie/AsyncUpdates;ZLandroidx/compose/runtime/Composer;III)V
26*bb5273feSAndroid Build Coastguard Worker}
27*bb5273feSAndroid Build Coastguard Worker
28*bb5273feSAndroid Build Coastguard Workerpublic abstract interface class com/airbnb/lottie/compose/LottieAnimationState : androidx/compose/runtime/State {
29*bb5273feSAndroid Build Coastguard Worker	public abstract fun getClipSpec ()Lcom/airbnb/lottie/compose/LottieClipSpec;
30*bb5273feSAndroid Build Coastguard Worker	public abstract fun getComposition ()Lcom/airbnb/lottie/LottieComposition;
31*bb5273feSAndroid Build Coastguard Worker	public abstract fun getIteration ()I
32*bb5273feSAndroid Build Coastguard Worker	public abstract fun getIterations ()I
33*bb5273feSAndroid Build Coastguard Worker	public abstract fun getLastFrameNanos ()J
34*bb5273feSAndroid Build Coastguard Worker	public abstract fun getProgress ()F
35*bb5273feSAndroid Build Coastguard Worker	public abstract fun getReverseOnRepeat ()Z
36*bb5273feSAndroid Build Coastguard Worker	public abstract fun getSpeed ()F
37*bb5273feSAndroid Build Coastguard Worker	public abstract fun getUseCompositionFrameRate ()Z
38*bb5273feSAndroid Build Coastguard Worker	public abstract fun isAtEnd ()Z
39*bb5273feSAndroid Build Coastguard Worker	public abstract fun isPlaying ()Z
40*bb5273feSAndroid Build Coastguard Worker}
41*bb5273feSAndroid Build Coastguard Worker
42*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieAnimationState$DefaultImpls {
43*bb5273feSAndroid Build Coastguard Worker	public static fun getLastFrameNanos (Lcom/airbnb/lottie/compose/LottieAnimationState;)J
44*bb5273feSAndroid Build Coastguard Worker}
45*bb5273feSAndroid Build Coastguard Worker
46*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieCancellationBehavior : java/lang/Enum {
47*bb5273feSAndroid Build Coastguard Worker	public static final field Immediately Lcom/airbnb/lottie/compose/LottieCancellationBehavior;
48*bb5273feSAndroid Build Coastguard Worker	public static final field OnIterationFinish Lcom/airbnb/lottie/compose/LottieCancellationBehavior;
49*bb5273feSAndroid Build Coastguard Worker	public static fun getEntries ()Lkotlin/enums/EnumEntries;
50*bb5273feSAndroid Build Coastguard Worker	public static fun valueOf (Ljava/lang/String;)Lcom/airbnb/lottie/compose/LottieCancellationBehavior;
51*bb5273feSAndroid Build Coastguard Worker	public static fun values ()[Lcom/airbnb/lottie/compose/LottieCancellationBehavior;
52*bb5273feSAndroid Build Coastguard Worker}
53*bb5273feSAndroid Build Coastguard Worker
54*bb5273feSAndroid Build Coastguard Workerpublic abstract class com/airbnb/lottie/compose/LottieClipSpec {
55*bb5273feSAndroid Build Coastguard Worker	public static final field $stable I
56*bb5273feSAndroid Build Coastguard Worker}
57*bb5273feSAndroid Build Coastguard Worker
58*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieClipSpec$Frame : com/airbnb/lottie/compose/LottieClipSpec {
59*bb5273feSAndroid Build Coastguard Worker	public static final field $stable I
60*bb5273feSAndroid Build Coastguard Worker	public fun <init> ()V
61*bb5273feSAndroid Build Coastguard Worker	public fun <init> (Ljava/lang/Integer;Ljava/lang/Integer;Z)V
62*bb5273feSAndroid Build Coastguard Worker	public synthetic fun <init> (Ljava/lang/Integer;Ljava/lang/Integer;ZILkotlin/jvm/internal/DefaultConstructorMarker;)V
63*bb5273feSAndroid Build Coastguard Worker	public final fun component1 ()Ljava/lang/Integer;
64*bb5273feSAndroid Build Coastguard Worker	public final fun component2 ()Ljava/lang/Integer;
65*bb5273feSAndroid Build Coastguard Worker	public final fun component3 ()Z
66*bb5273feSAndroid Build Coastguard Worker	public final fun copy (Ljava/lang/Integer;Ljava/lang/Integer;Z)Lcom/airbnb/lottie/compose/LottieClipSpec$Frame;
67*bb5273feSAndroid Build Coastguard Worker	public static synthetic fun copy$default (Lcom/airbnb/lottie/compose/LottieClipSpec$Frame;Ljava/lang/Integer;Ljava/lang/Integer;ZILjava/lang/Object;)Lcom/airbnb/lottie/compose/LottieClipSpec$Frame;
68*bb5273feSAndroid Build Coastguard Worker	public fun equals (Ljava/lang/Object;)Z
69*bb5273feSAndroid Build Coastguard Worker	public final fun getMax ()Ljava/lang/Integer;
70*bb5273feSAndroid Build Coastguard Worker	public final fun getMaxInclusive ()Z
71*bb5273feSAndroid Build Coastguard Worker	public final fun getMin ()Ljava/lang/Integer;
72*bb5273feSAndroid Build Coastguard Worker	public fun hashCode ()I
73*bb5273feSAndroid Build Coastguard Worker	public fun toString ()Ljava/lang/String;
74*bb5273feSAndroid Build Coastguard Worker}
75*bb5273feSAndroid Build Coastguard Worker
76*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieClipSpec$Marker : com/airbnb/lottie/compose/LottieClipSpec {
77*bb5273feSAndroid Build Coastguard Worker	public static final field $stable I
78*bb5273feSAndroid Build Coastguard Worker	public fun <init> (Ljava/lang/String;)V
79*bb5273feSAndroid Build Coastguard Worker	public final fun component1 ()Ljava/lang/String;
80*bb5273feSAndroid Build Coastguard Worker	public final fun copy (Ljava/lang/String;)Lcom/airbnb/lottie/compose/LottieClipSpec$Marker;
81*bb5273feSAndroid Build Coastguard Worker	public static synthetic fun copy$default (Lcom/airbnb/lottie/compose/LottieClipSpec$Marker;Ljava/lang/String;ILjava/lang/Object;)Lcom/airbnb/lottie/compose/LottieClipSpec$Marker;
82*bb5273feSAndroid Build Coastguard Worker	public fun equals (Ljava/lang/Object;)Z
83*bb5273feSAndroid Build Coastguard Worker	public final fun getMarker ()Ljava/lang/String;
84*bb5273feSAndroid Build Coastguard Worker	public fun hashCode ()I
85*bb5273feSAndroid Build Coastguard Worker	public fun toString ()Ljava/lang/String;
86*bb5273feSAndroid Build Coastguard Worker}
87*bb5273feSAndroid Build Coastguard Worker
88*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieClipSpec$Markers : com/airbnb/lottie/compose/LottieClipSpec {
89*bb5273feSAndroid Build Coastguard Worker	public static final field $stable I
90*bb5273feSAndroid Build Coastguard Worker	public fun <init> ()V
91*bb5273feSAndroid Build Coastguard Worker	public fun <init> (Ljava/lang/String;Ljava/lang/String;Z)V
92*bb5273feSAndroid Build Coastguard Worker	public synthetic fun <init> (Ljava/lang/String;Ljava/lang/String;ZILkotlin/jvm/internal/DefaultConstructorMarker;)V
93*bb5273feSAndroid Build Coastguard Worker	public final fun component1 ()Ljava/lang/String;
94*bb5273feSAndroid Build Coastguard Worker	public final fun component2 ()Ljava/lang/String;
95*bb5273feSAndroid Build Coastguard Worker	public final fun component3 ()Z
96*bb5273feSAndroid Build Coastguard Worker	public final fun copy (Ljava/lang/String;Ljava/lang/String;Z)Lcom/airbnb/lottie/compose/LottieClipSpec$Markers;
97*bb5273feSAndroid Build Coastguard Worker	public static synthetic fun copy$default (Lcom/airbnb/lottie/compose/LottieClipSpec$Markers;Ljava/lang/String;Ljava/lang/String;ZILjava/lang/Object;)Lcom/airbnb/lottie/compose/LottieClipSpec$Markers;
98*bb5273feSAndroid Build Coastguard Worker	public fun equals (Ljava/lang/Object;)Z
99*bb5273feSAndroid Build Coastguard Worker	public final fun getMax ()Ljava/lang/String;
100*bb5273feSAndroid Build Coastguard Worker	public final fun getMaxInclusive ()Z
101*bb5273feSAndroid Build Coastguard Worker	public final fun getMin ()Ljava/lang/String;
102*bb5273feSAndroid Build Coastguard Worker	public fun hashCode ()I
103*bb5273feSAndroid Build Coastguard Worker	public fun toString ()Ljava/lang/String;
104*bb5273feSAndroid Build Coastguard Worker}
105*bb5273feSAndroid Build Coastguard Worker
106*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieClipSpec$Progress : com/airbnb/lottie/compose/LottieClipSpec {
107*bb5273feSAndroid Build Coastguard Worker	public static final field $stable I
108*bb5273feSAndroid Build Coastguard Worker	public fun <init> ()V
109*bb5273feSAndroid Build Coastguard Worker	public fun <init> (FF)V
110*bb5273feSAndroid Build Coastguard Worker	public synthetic fun <init> (FFILkotlin/jvm/internal/DefaultConstructorMarker;)V
111*bb5273feSAndroid Build Coastguard Worker	public final fun component1 ()F
112*bb5273feSAndroid Build Coastguard Worker	public final fun component2 ()F
113*bb5273feSAndroid Build Coastguard Worker	public final fun copy (FF)Lcom/airbnb/lottie/compose/LottieClipSpec$Progress;
114*bb5273feSAndroid Build Coastguard Worker	public static synthetic fun copy$default (Lcom/airbnb/lottie/compose/LottieClipSpec$Progress;FFILjava/lang/Object;)Lcom/airbnb/lottie/compose/LottieClipSpec$Progress;
115*bb5273feSAndroid Build Coastguard Worker	public fun equals (Ljava/lang/Object;)Z
116*bb5273feSAndroid Build Coastguard Worker	public final fun getMax ()F
117*bb5273feSAndroid Build Coastguard Worker	public final fun getMin ()F
118*bb5273feSAndroid Build Coastguard Worker	public fun hashCode ()I
119*bb5273feSAndroid Build Coastguard Worker	public fun toString ()Ljava/lang/String;
120*bb5273feSAndroid Build Coastguard Worker}
121*bb5273feSAndroid Build Coastguard Worker
122*bb5273feSAndroid Build Coastguard Workerpublic abstract interface class com/airbnb/lottie/compose/LottieCompositionResult : androidx/compose/runtime/State {
123*bb5273feSAndroid Build Coastguard Worker	public abstract fun await (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
124*bb5273feSAndroid Build Coastguard Worker	public abstract fun getError ()Ljava/lang/Throwable;
125*bb5273feSAndroid Build Coastguard Worker	public abstract fun getValue ()Lcom/airbnb/lottie/LottieComposition;
126*bb5273feSAndroid Build Coastguard Worker	public abstract fun isComplete ()Z
127*bb5273feSAndroid Build Coastguard Worker	public abstract fun isFailure ()Z
128*bb5273feSAndroid Build Coastguard Worker	public abstract fun isLoading ()Z
129*bb5273feSAndroid Build Coastguard Worker	public abstract fun isSuccess ()Z
130*bb5273feSAndroid Build Coastguard Worker}
131*bb5273feSAndroid Build Coastguard Worker
132*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieCompositionResultKt {
133*bb5273feSAndroid Build Coastguard Worker	public static final fun awaitOrNull (Lcom/airbnb/lottie/compose/LottieCompositionResult;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
134*bb5273feSAndroid Build Coastguard Worker}
135*bb5273feSAndroid Build Coastguard Worker
136*bb5273feSAndroid Build Coastguard Workerpublic abstract interface class com/airbnb/lottie/compose/LottieCompositionSpec {
137*bb5273feSAndroid Build Coastguard Worker}
138*bb5273feSAndroid Build Coastguard Worker
139*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieCompositionSpec$Asset : com/airbnb/lottie/compose/LottieCompositionSpec {
140*bb5273feSAndroid Build Coastguard Worker	public static final synthetic fun box-impl (Ljava/lang/String;)Lcom/airbnb/lottie/compose/LottieCompositionSpec$Asset;
141*bb5273feSAndroid Build Coastguard Worker	public static fun constructor-impl (Ljava/lang/String;)Ljava/lang/String;
142*bb5273feSAndroid Build Coastguard Worker	public fun equals (Ljava/lang/Object;)Z
143*bb5273feSAndroid Build Coastguard Worker	public static fun equals-impl (Ljava/lang/String;Ljava/lang/Object;)Z
144*bb5273feSAndroid Build Coastguard Worker	public static final fun equals-impl0 (Ljava/lang/String;Ljava/lang/String;)Z
145*bb5273feSAndroid Build Coastguard Worker	public final fun getAssetName ()Ljava/lang/String;
146*bb5273feSAndroid Build Coastguard Worker	public fun hashCode ()I
147*bb5273feSAndroid Build Coastguard Worker	public static fun hashCode-impl (Ljava/lang/String;)I
148*bb5273feSAndroid Build Coastguard Worker	public fun toString ()Ljava/lang/String;
149*bb5273feSAndroid Build Coastguard Worker	public static fun toString-impl (Ljava/lang/String;)Ljava/lang/String;
150*bb5273feSAndroid Build Coastguard Worker	public final synthetic fun unbox-impl ()Ljava/lang/String;
151*bb5273feSAndroid Build Coastguard Worker}
152*bb5273feSAndroid Build Coastguard Worker
153*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieCompositionSpec$ContentProvider : com/airbnb/lottie/compose/LottieCompositionSpec {
154*bb5273feSAndroid Build Coastguard Worker	public static final synthetic fun box-impl (Landroid/net/Uri;)Lcom/airbnb/lottie/compose/LottieCompositionSpec$ContentProvider;
155*bb5273feSAndroid Build Coastguard Worker	public static fun constructor-impl (Landroid/net/Uri;)Landroid/net/Uri;
156*bb5273feSAndroid Build Coastguard Worker	public fun equals (Ljava/lang/Object;)Z
157*bb5273feSAndroid Build Coastguard Worker	public static fun equals-impl (Landroid/net/Uri;Ljava/lang/Object;)Z
158*bb5273feSAndroid Build Coastguard Worker	public static final fun equals-impl0 (Landroid/net/Uri;Landroid/net/Uri;)Z
159*bb5273feSAndroid Build Coastguard Worker	public final fun getUri ()Landroid/net/Uri;
160*bb5273feSAndroid Build Coastguard Worker	public fun hashCode ()I
161*bb5273feSAndroid Build Coastguard Worker	public static fun hashCode-impl (Landroid/net/Uri;)I
162*bb5273feSAndroid Build Coastguard Worker	public fun toString ()Ljava/lang/String;
163*bb5273feSAndroid Build Coastguard Worker	public static fun toString-impl (Landroid/net/Uri;)Ljava/lang/String;
164*bb5273feSAndroid Build Coastguard Worker	public final synthetic fun unbox-impl ()Landroid/net/Uri;
165*bb5273feSAndroid Build Coastguard Worker}
166*bb5273feSAndroid Build Coastguard Worker
167*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieCompositionSpec$File : com/airbnb/lottie/compose/LottieCompositionSpec {
168*bb5273feSAndroid Build Coastguard Worker	public static final synthetic fun box-impl (Ljava/lang/String;)Lcom/airbnb/lottie/compose/LottieCompositionSpec$File;
169*bb5273feSAndroid Build Coastguard Worker	public static fun constructor-impl (Ljava/lang/String;)Ljava/lang/String;
170*bb5273feSAndroid Build Coastguard Worker	public fun equals (Ljava/lang/Object;)Z
171*bb5273feSAndroid Build Coastguard Worker	public static fun equals-impl (Ljava/lang/String;Ljava/lang/Object;)Z
172*bb5273feSAndroid Build Coastguard Worker	public static final fun equals-impl0 (Ljava/lang/String;Ljava/lang/String;)Z
173*bb5273feSAndroid Build Coastguard Worker	public final fun getFileName ()Ljava/lang/String;
174*bb5273feSAndroid Build Coastguard Worker	public fun hashCode ()I
175*bb5273feSAndroid Build Coastguard Worker	public static fun hashCode-impl (Ljava/lang/String;)I
176*bb5273feSAndroid Build Coastguard Worker	public fun toString ()Ljava/lang/String;
177*bb5273feSAndroid Build Coastguard Worker	public static fun toString-impl (Ljava/lang/String;)Ljava/lang/String;
178*bb5273feSAndroid Build Coastguard Worker	public final synthetic fun unbox-impl ()Ljava/lang/String;
179*bb5273feSAndroid Build Coastguard Worker}
180*bb5273feSAndroid Build Coastguard Worker
181*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieCompositionSpec$JsonString : com/airbnb/lottie/compose/LottieCompositionSpec {
182*bb5273feSAndroid Build Coastguard Worker	public static final synthetic fun box-impl (Ljava/lang/String;)Lcom/airbnb/lottie/compose/LottieCompositionSpec$JsonString;
183*bb5273feSAndroid Build Coastguard Worker	public static fun constructor-impl (Ljava/lang/String;)Ljava/lang/String;
184*bb5273feSAndroid Build Coastguard Worker	public fun equals (Ljava/lang/Object;)Z
185*bb5273feSAndroid Build Coastguard Worker	public static fun equals-impl (Ljava/lang/String;Ljava/lang/Object;)Z
186*bb5273feSAndroid Build Coastguard Worker	public static final fun equals-impl0 (Ljava/lang/String;Ljava/lang/String;)Z
187*bb5273feSAndroid Build Coastguard Worker	public final fun getJsonString ()Ljava/lang/String;
188*bb5273feSAndroid Build Coastguard Worker	public fun hashCode ()I
189*bb5273feSAndroid Build Coastguard Worker	public static fun hashCode-impl (Ljava/lang/String;)I
190*bb5273feSAndroid Build Coastguard Worker	public fun toString ()Ljava/lang/String;
191*bb5273feSAndroid Build Coastguard Worker	public static fun toString-impl (Ljava/lang/String;)Ljava/lang/String;
192*bb5273feSAndroid Build Coastguard Worker	public final synthetic fun unbox-impl ()Ljava/lang/String;
193*bb5273feSAndroid Build Coastguard Worker}
194*bb5273feSAndroid Build Coastguard Worker
195*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieCompositionSpec$RawRes : com/airbnb/lottie/compose/LottieCompositionSpec {
196*bb5273feSAndroid Build Coastguard Worker	public static final synthetic fun box-impl (I)Lcom/airbnb/lottie/compose/LottieCompositionSpec$RawRes;
197*bb5273feSAndroid Build Coastguard Worker	public static fun constructor-impl (I)I
198*bb5273feSAndroid Build Coastguard Worker	public fun equals (Ljava/lang/Object;)Z
199*bb5273feSAndroid Build Coastguard Worker	public static fun equals-impl (ILjava/lang/Object;)Z
200*bb5273feSAndroid Build Coastguard Worker	public static final fun equals-impl0 (II)Z
201*bb5273feSAndroid Build Coastguard Worker	public final fun getResId ()I
202*bb5273feSAndroid Build Coastguard Worker	public fun hashCode ()I
203*bb5273feSAndroid Build Coastguard Worker	public static fun hashCode-impl (I)I
204*bb5273feSAndroid Build Coastguard Worker	public fun toString ()Ljava/lang/String;
205*bb5273feSAndroid Build Coastguard Worker	public static fun toString-impl (I)Ljava/lang/String;
206*bb5273feSAndroid Build Coastguard Worker	public final synthetic fun unbox-impl ()I
207*bb5273feSAndroid Build Coastguard Worker}
208*bb5273feSAndroid Build Coastguard Worker
209*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieCompositionSpec$Url : com/airbnb/lottie/compose/LottieCompositionSpec {
210*bb5273feSAndroid Build Coastguard Worker	public static final synthetic fun box-impl (Ljava/lang/String;)Lcom/airbnb/lottie/compose/LottieCompositionSpec$Url;
211*bb5273feSAndroid Build Coastguard Worker	public static fun constructor-impl (Ljava/lang/String;)Ljava/lang/String;
212*bb5273feSAndroid Build Coastguard Worker	public fun equals (Ljava/lang/Object;)Z
213*bb5273feSAndroid Build Coastguard Worker	public static fun equals-impl (Ljava/lang/String;Ljava/lang/Object;)Z
214*bb5273feSAndroid Build Coastguard Worker	public static final fun equals-impl0 (Ljava/lang/String;Ljava/lang/String;)Z
215*bb5273feSAndroid Build Coastguard Worker	public final fun getUrl ()Ljava/lang/String;
216*bb5273feSAndroid Build Coastguard Worker	public fun hashCode ()I
217*bb5273feSAndroid Build Coastguard Worker	public static fun hashCode-impl (Ljava/lang/String;)I
218*bb5273feSAndroid Build Coastguard Worker	public fun toString ()Ljava/lang/String;
219*bb5273feSAndroid Build Coastguard Worker	public static fun toString-impl (Ljava/lang/String;)Ljava/lang/String;
220*bb5273feSAndroid Build Coastguard Worker	public final synthetic fun unbox-impl ()Ljava/lang/String;
221*bb5273feSAndroid Build Coastguard Worker}
222*bb5273feSAndroid Build Coastguard Worker
223*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieConstants {
224*bb5273feSAndroid Build Coastguard Worker	public static final field $stable I
225*bb5273feSAndroid Build Coastguard Worker	public static final field INSTANCE Lcom/airbnb/lottie/compose/LottieConstants;
226*bb5273feSAndroid Build Coastguard Worker	public static final field IterateForever I
227*bb5273feSAndroid Build Coastguard Worker}
228*bb5273feSAndroid Build Coastguard Worker
229*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieDynamicProperties {
230*bb5273feSAndroid Build Coastguard Worker	public static final field $stable I
231*bb5273feSAndroid Build Coastguard Worker	public fun <init> (Ljava/util/List;)V
232*bb5273feSAndroid Build Coastguard Worker}
233*bb5273feSAndroid Build Coastguard Worker
234*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieDynamicPropertiesKt {
235*bb5273feSAndroid Build Coastguard Worker	public static final fun rememberLottieDynamicProperties ([Lcom/airbnb/lottie/compose/LottieDynamicProperty;Landroidx/compose/runtime/Composer;I)Lcom/airbnb/lottie/compose/LottieDynamicProperties;
236*bb5273feSAndroid Build Coastguard Worker	public static final fun rememberLottieDynamicProperty (Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/String;Landroidx/compose/runtime/Composer;I)Lcom/airbnb/lottie/compose/LottieDynamicProperty;
237*bb5273feSAndroid Build Coastguard Worker	public static final fun rememberLottieDynamicProperty (Ljava/lang/Object;[Ljava/lang/String;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;I)Lcom/airbnb/lottie/compose/LottieDynamicProperty;
238*bb5273feSAndroid Build Coastguard Worker}
239*bb5273feSAndroid Build Coastguard Worker
240*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieDynamicProperty {
241*bb5273feSAndroid Build Coastguard Worker	public static final field $stable I
242*bb5273feSAndroid Build Coastguard Worker	public fun <init> (Ljava/lang/Object;Lcom/airbnb/lottie/model/KeyPath;Ljava/lang/Object;)V
243*bb5273feSAndroid Build Coastguard Worker}
244*bb5273feSAndroid Build Coastguard Worker
245*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottiePainter : androidx/compose/ui/graphics/painter/Painter {
246*bb5273feSAndroid Build Coastguard Worker	public static final field $stable I
247*bb5273feSAndroid Build Coastguard Worker	public fun <init> ()V
248*bb5273feSAndroid Build Coastguard Worker	public fun getIntrinsicSize-NH-jbRc ()J
249*bb5273feSAndroid Build Coastguard Worker}
250*bb5273feSAndroid Build Coastguard Worker
251*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottiePainterKt {
252*bb5273feSAndroid Build Coastguard Worker	public static final fun rememberLottiePainter (Lcom/airbnb/lottie/LottieComposition;FZZZLcom/airbnb/lottie/RenderMode;ZLcom/airbnb/lottie/compose/LottieDynamicProperties;ZZLjava/util/Map;Lcom/airbnb/lottie/AsyncUpdates;Landroidx/compose/runtime/Composer;III)Lcom/airbnb/lottie/compose/LottiePainter;
253*bb5273feSAndroid Build Coastguard Worker}
254*bb5273feSAndroid Build Coastguard Worker
255*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieRetrySignal {
256*bb5273feSAndroid Build Coastguard Worker	public static final field $stable I
257*bb5273feSAndroid Build Coastguard Worker	public final fun awaitRetry (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
258*bb5273feSAndroid Build Coastguard Worker	public final fun isAwaitingRetry ()Z
259*bb5273feSAndroid Build Coastguard Worker	public final fun retry ()V
260*bb5273feSAndroid Build Coastguard Worker}
261*bb5273feSAndroid Build Coastguard Worker
262*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/LottieRetrySignalKt {
263*bb5273feSAndroid Build Coastguard Worker	public static final fun rememberLottieRetrySignal (Landroidx/compose/runtime/Composer;I)Lcom/airbnb/lottie/compose/LottieRetrySignal;
264*bb5273feSAndroid Build Coastguard Worker}
265*bb5273feSAndroid Build Coastguard Worker
266*bb5273feSAndroid Build Coastguard Workerpublic final class com/airbnb/lottie/compose/RememberLottieCompositionKt {
267*bb5273feSAndroid Build Coastguard Worker	public static final fun rememberLottieComposition (Lcom/airbnb/lottie/compose/LottieCompositionSpec;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)Lcom/airbnb/lottie/compose/LottieCompositionResult;
268*bb5273feSAndroid Build Coastguard Worker}
269*bb5273feSAndroid Build Coastguard Worker
270