mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-30 11:02:31 -06:00
35 lines
1.4 KiB
Java
35 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: Draggable.kt */
|
|
@Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
|
|
@DebugMetadata(c = "androidx.compose.foundation.gestures.DraggableKt", f = "Draggable.kt", i = {0, 0, 0, 0, 0}, l = {592}, m = "onDragOrUp-Axegvzg", n = {"onDrag", "motionFromChange", "$this$drag_u2dVnAYq1g$iv", "$this$awaitDragOrUp_u2djO51t88$iv$iv", "pointer$iv$iv"}, s = {"L$0", "L$1", "L$2", "L$3", "L$4"})
|
|
/* loaded from: classes.dex */
|
|
public final class DraggableKt$onDragOrUp$1 extends ContinuationImpl {
|
|
Object L$0;
|
|
Object L$1;
|
|
Object L$2;
|
|
Object L$3;
|
|
Object L$4;
|
|
int label;
|
|
/* synthetic */ Object result;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public DraggableKt$onDragOrUp$1(Continuation<? super DraggableKt$onDragOrUp$1> continuation) {
|
|
super(continuation);
|
|
}
|
|
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
public final Object invokeSuspend(Object obj) {
|
|
Object m298onDragOrUpAxegvzg;
|
|
this.result = obj;
|
|
this.label |= Integer.MIN_VALUE;
|
|
m298onDragOrUpAxegvzg = DraggableKt.m298onDragOrUpAxegvzg(null, null, 0L, null, this);
|
|
return m298onDragOrUpAxegvzg;
|
|
}
|
|
}
|