package androidx.compose.material.ripple; import androidx.compose.animation.core.Animatable; import androidx.compose.animation.core.AnimationSpec; import kotlin.Metadata; import kotlin.ResultKt; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.coroutines.intrinsics.IntrinsicsKt; import kotlin.coroutines.jvm.internal.Boxing; import kotlin.coroutines.jvm.internal.DebugMetadata; import kotlin.coroutines.jvm.internal.SuspendLambda; import kotlin.jvm.functions.Function2; import kotlinx.coroutines.CoroutineScope; /* JADX INFO: Access modifiers changed from: package-private */ /* compiled from: Ripple.kt */ @Metadata(d1 = {"\u0000\n\n\u0000\n\u0002\u0010\u0002\n\u0002\u0018\u0002\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u008a@"}, d2 = {"", "", "Lkotlinx/coroutines/CoroutineScope;"}, k = 3, mv = {1, 8, 0}, xi = 48) @DebugMetadata(c = "androidx.compose.material.ripple.StateLayer$handleInteraction$2", f = "Ripple.kt", i = {}, l = {296}, m = "invokeSuspend", n = {}, s = {}) /* loaded from: classes.dex */ public final class StateLayer$handleInteraction$2 extends SuspendLambda implements Function2, Object> { final /* synthetic */ AnimationSpec $outgoingAnimationSpec; int label; final /* synthetic */ StateLayer 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 StateLayer$handleInteraction$2(StateLayer stateLayer, AnimationSpec animationSpec, Continuation continuation) { super(2, continuation); this.this$0 = stateLayer; this.$outgoingAnimationSpec = animationSpec; } @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Continuation create(Object obj, Continuation continuation) { return new StateLayer$handleInteraction$2(this.this$0, this.$outgoingAnimationSpec, continuation); } @Override // kotlin.jvm.functions.Function2 public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) { return ((StateLayer$handleInteraction$2) create(coroutineScope, continuation)).invokeSuspend(Unit.INSTANCE); } @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Object invokeSuspend(Object obj) { Animatable animatable; Object coroutine_suspended = IntrinsicsKt.getCOROUTINE_SUSPENDED(); int i = this.label; if (i == 0) { ResultKt.throwOnFailure(obj); animatable = this.this$0.animatedAlpha; this.label = 1; if (Animatable.animateTo$default(animatable, Boxing.boxFloat(0.0f), this.$outgoingAnimationSpec, null, null, this, 12, null) == coroutine_suspended) { return coroutine_suspended; } } else { if (i != 1) { throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); } ResultKt.throwOnFailure(obj); } return Unit.INSTANCE; } }