mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-27 17:42:33 -06:00
38 lines
1.7 KiB
Java
38 lines
1.7 KiB
Java
package androidx.compose.foundation.gestures;
|
|
|
|
import androidx.core.app.NotificationCompat;
|
|
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.DraggableNode", f = "Draggable.kt", i = {0, 0, 0, 1, 1, 1, 1}, l = {433, 436, 438}, m = "processDragStart", n = {"this", "$this$processDragStart", NotificationCompat.CATEGORY_EVENT, "this", "$this$processDragStart", NotificationCompat.CATEGORY_EVENT, "interaction"}, s = {"L$0", "L$1", "L$2", "L$0", "L$1", "L$2", "L$3"})
|
|
/* loaded from: classes.dex */
|
|
public final class DraggableNode$processDragStart$1 extends ContinuationImpl {
|
|
Object L$0;
|
|
Object L$1;
|
|
Object L$2;
|
|
Object L$3;
|
|
int label;
|
|
/* synthetic */ Object result;
|
|
final /* synthetic */ DraggableNode 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) */
|
|
public DraggableNode$processDragStart$1(DraggableNode draggableNode, Continuation<? super DraggableNode$processDragStart$1> continuation) {
|
|
super(continuation);
|
|
this.this$0 = draggableNode;
|
|
}
|
|
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
public final Object invokeSuspend(Object obj) {
|
|
Object processDragStart;
|
|
this.result = obj;
|
|
this.label |= Integer.MIN_VALUE;
|
|
processDragStart = this.this$0.processDragStart(null, null, this);
|
|
return processDragStart;
|
|
}
|
|
}
|