package androidx.compose.foundation.gestures; import androidx.compose.foundation.MutatePriority; import androidx.compose.foundation.MutatorMutex; import androidx.compose.runtime.MutableState; 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; /* compiled from: ScrollableState.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.foundation.gestures.DefaultScrollableState$scroll$2", f = "ScrollableState.kt", i = {}, l = {178}, m = "invokeSuspend", n = {}, s = {}) /* loaded from: classes.dex */ final class DefaultScrollableState$scroll$2 extends SuspendLambda implements Function2, Object> { final /* synthetic */ Function2, Object> $block; final /* synthetic */ MutatePriority $scrollPriority; int label; final /* synthetic */ DefaultScrollableState 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) */ /* JADX WARN: Multi-variable type inference failed */ public DefaultScrollableState$scroll$2(DefaultScrollableState defaultScrollableState, MutatePriority mutatePriority, Function2, ? extends Object> function2, Continuation continuation) { super(2, continuation); this.this$0 = defaultScrollableState; this.$scrollPriority = mutatePriority; this.$block = function2; } @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Continuation create(Object obj, Continuation continuation) { return new DefaultScrollableState$scroll$2(this.this$0, this.$scrollPriority, this.$block, continuation); } @Override // kotlin.jvm.functions.Function2 public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) { return ((DefaultScrollableState$scroll$2) create(coroutineScope, continuation)).invokeSuspend(Unit.INSTANCE); } /* JADX INFO: Access modifiers changed from: package-private */ /* compiled from: ScrollableState.kt */ @Metadata(d1 = {"\u0000\n\n\u0000\n\u0002\u0010\u0002\n\u0002\u0018\u0002\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u008a@"}, d2 = {"", "", "Landroidx/compose/foundation/gestures/ScrollScope;"}, k = 3, mv = {1, 8, 0}, xi = 48) @DebugMetadata(c = "androidx.compose.foundation.gestures.DefaultScrollableState$scroll$2$1", f = "ScrollableState.kt", i = {}, l = {181}, m = "invokeSuspend", n = {}, s = {}) /* renamed from: androidx.compose.foundation.gestures.DefaultScrollableState$scroll$2$1, reason: invalid class name */ /* loaded from: classes.dex */ public static final class AnonymousClass1 extends SuspendLambda implements Function2, Object> { final /* synthetic */ Function2, Object> $block; private /* synthetic */ Object L$0; int label; final /* synthetic */ DefaultScrollableState this$0; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ /* JADX WARN: Multi-variable type inference failed */ AnonymousClass1(DefaultScrollableState defaultScrollableState, Function2, ? extends Object> function2, Continuation continuation) { super(2, continuation); this.this$0 = defaultScrollableState; this.$block = function2; } @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Continuation create(Object obj, Continuation continuation) { AnonymousClass1 anonymousClass1 = new AnonymousClass1(this.this$0, this.$block, continuation); anonymousClass1.L$0 = obj; return anonymousClass1; } @Override // kotlin.jvm.functions.Function2 public final Object invoke(ScrollScope scrollScope, Continuation continuation) { return ((AnonymousClass1) create(scrollScope, continuation)).invokeSuspend(Unit.INSTANCE); } /* JADX WARN: Multi-variable type inference failed */ /* JADX WARN: Type inference failed for: r5v6, types: [kotlin.Unit, java.lang.Object] */ @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Object invokeSuspend(Object obj) { MutableState mutableState; MutableState mutableState2; MutableState mutableState3; Object coroutine_suspended = IntrinsicsKt.getCOROUTINE_SUSPENDED(); int i = this.label; try { if (i == 0) { ResultKt.throwOnFailure(obj); ScrollScope scrollScope = (ScrollScope) this.L$0; mutableState2 = this.this$0.isScrollingState; mutableState2.setValue(Boxing.boxBoolean(true)); Function2, Object> function2 = this.$block; this.label = 1; if (function2.invoke(scrollScope, this) == coroutine_suspended) { return coroutine_suspended; } } else { if (i != 1) { throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); } ResultKt.throwOnFailure(obj); } mutableState3 = this.this$0.isScrollingState; mutableState3.setValue(Boxing.boxBoolean(false)); this = Unit.INSTANCE; return this; } catch (Throwable th) { mutableState = this.this$0.isScrollingState; mutableState.setValue(Boxing.boxBoolean(false)); throw th; } } } @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Object invokeSuspend(Object obj) { MutatorMutex mutatorMutex; ScrollScope scrollScope; Object coroutine_suspended = IntrinsicsKt.getCOROUTINE_SUSPENDED(); int i = this.label; if (i == 0) { ResultKt.throwOnFailure(obj); mutatorMutex = this.this$0.scrollMutex; scrollScope = this.this$0.scrollScope; this.label = 1; if (mutatorMutex.mutateWith(scrollScope, this.$scrollPriority, new AnonymousClass1(this.this$0, this.$block, null), this) == 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; } }