Rabbit-R1/android (non root)/java/sources/androidx/compose/foundation/gestures/DragGestureDetectorKt$verticalDrag$1.java
2024-05-21 17:08:36 -04:00

32 lines
1.4 KiB
Java

package androidx.compose.foundation.gestures;
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, 0, 0}, l = {882}, m = "verticalDrag-jO51t88", n = {"onDrag", "$this$drag_u2dVnAYq1g$iv", "$this$awaitDragOrUp_u2djO51t88$iv$iv", "pointer$iv$iv"}, s = {"L$0", "L$1", "L$2", "L$3"})
/* loaded from: classes.dex */
public final class DragGestureDetectorKt$verticalDrag$1 extends ContinuationImpl {
Object L$0;
Object L$1;
Object L$2;
Object L$3;
int label;
/* synthetic */ Object result;
/* JADX INFO: Access modifiers changed from: package-private */
public DragGestureDetectorKt$verticalDrag$1(Continuation<? super DragGestureDetectorKt$verticalDrag$1> 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.m285verticalDragjO51t88(null, 0L, null, this);
}
}