package androidx.compose.material3; import kotlin.Metadata; import kotlin.coroutines.Continuation; import kotlin.coroutines.jvm.internal.ContinuationImpl; import kotlin.coroutines.jvm.internal.DebugMetadata; /* JADX INFO: Access modifiers changed from: package-private */ /* compiled from: SnapFlingBehavior.kt */ @Metadata(k = 3, mv = {1, 8, 0}, xi = 48) @DebugMetadata(c = "androidx.compose.material3.SnapFlingBehavior", f = "SnapFlingBehavior.kt", i = {0, 0, 0}, l = {261}, m = "animateDecay", n = {"animationState", "previousValue", "targetOffset"}, s = {"L$0", "L$1", "F$0"}) /* loaded from: classes.dex */ public final class SnapFlingBehavior$animateDecay$1 extends ContinuationImpl { float F$0; Object L$0; Object L$1; int label; /* synthetic */ Object result; final /* synthetic */ SnapFlingBehavior this$0; /* JADX INFO: Access modifiers changed from: package-private */ /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public SnapFlingBehavior$animateDecay$1(SnapFlingBehavior snapFlingBehavior, Continuation continuation) { super(continuation); this.this$0 = snapFlingBehavior; } @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Object invokeSuspend(Object obj) { Object animateDecay; this.result = obj; this.label |= Integer.MIN_VALUE; animateDecay = this.this$0.animateDecay(null, 0.0f, null, null, this); return animateDecay; } }