package androidx.compose.foundation.gestures; import kotlin.Metadata; import kotlin.ResultKt; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.coroutines.intrinsics.IntrinsicsKt; import kotlin.coroutines.jvm.internal.DebugMetadata; import kotlin.coroutines.jvm.internal.SuspendLambda; import kotlin.jvm.functions.Function2; /* compiled from: Scrollable.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.ScrollDraggableState$drag$2", f = "Scrollable.kt", i = {}, l = {534}, m = "invokeSuspend", n = {}, s = {}) /* loaded from: classes.dex */ final class ScrollDraggableState$drag$2 extends SuspendLambda implements Function2, Object> { final /* synthetic */ Function2, Object> $block; private /* synthetic */ Object L$0; int label; final /* synthetic */ ScrollDraggableState 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 ScrollDraggableState$drag$2(ScrollDraggableState scrollDraggableState, Function2, ? extends Object> function2, Continuation continuation) { super(2, continuation); this.this$0 = scrollDraggableState; this.$block = function2; } @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Continuation create(Object obj, Continuation continuation) { ScrollDraggableState$drag$2 scrollDraggableState$drag$2 = new ScrollDraggableState$drag$2(this.this$0, this.$block, continuation); scrollDraggableState$drag$2.L$0 = obj; return scrollDraggableState$drag$2; } @Override // kotlin.jvm.functions.Function2 public final Object invoke(ScrollScope scrollScope, Continuation continuation) { return ((ScrollDraggableState$drag$2) create(scrollScope, continuation)).invokeSuspend(Unit.INSTANCE); } @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Object invokeSuspend(Object obj) { Object coroutine_suspended = IntrinsicsKt.getCOROUTINE_SUSPENDED(); int i = this.label; if (i == 0) { ResultKt.throwOnFailure(obj); this.this$0.setLatestScrollScope((ScrollScope) this.L$0); Function2, Object> function2 = this.$block; ScrollDraggableState scrollDraggableState = this.this$0; this.label = 1; if (function2.invoke(scrollDraggableState, 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; } }