package androidx.compose.foundation.gestures; import androidx.appcompat.app.AppCompatDelegate; 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: DragGestureDetector.kt */ @Metadata(k = 3, mv = {1, 8, 0}, xi = 48) @DebugMetadata(c = "androidx.compose.foundation.gestures.DragGestureDetectorKt", f = "DragGestureDetector.kt", i = {0, 0}, l = {AppCompatDelegate.FEATURE_SUPPORT_ACTION_BAR_OVERLAY}, m = "drag-jO51t88", n = {"$this$drag_u2djO51t88", "onDrag"}, s = {"L$0", "L$1"}) /* loaded from: classes.dex */ public final class DragGestureDetectorKt$drag$1 extends ContinuationImpl { Object L$0; Object L$1; int label; /* synthetic */ Object result; /* JADX INFO: Access modifiers changed from: package-private */ public DragGestureDetectorKt$drag$1(Continuation continuation) { super(continuation); } @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Object invokeSuspend(Object obj) { this.result = obj; this.label |= Integer.MIN_VALUE; return DragGestureDetectorKt.m281dragjO51t88(null, 0L, null, this); } }