Rabbit-R1/android (non root)/java/sources/androidx/compose/material3/SnapFlingBehavior$fling$1.java
2024-05-21 17:08:36 -04:00

33 lines
1.3 KiB
Java

package androidx.compose.material3;
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: SnapFlingBehavior.kt */
@Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
@DebugMetadata(c = "androidx.compose.material3.SnapFlingBehavior", f = "SnapFlingBehavior.kt", i = {}, l = {95}, m = "fling", n = {}, s = {})
/* loaded from: classes.dex */
public final class SnapFlingBehavior$fling$1 extends ContinuationImpl {
int label;
/* synthetic */ Object result;
final /* synthetic */ SnapFlingBehavior 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 SnapFlingBehavior$fling$1(SnapFlingBehavior snapFlingBehavior, Continuation<? super SnapFlingBehavior$fling$1> continuation) {
super(continuation);
this.this$0 = snapFlingBehavior;
}
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
public final Object invokeSuspend(Object obj) {
Object fling;
this.result = obj;
this.label |= Integer.MIN_VALUE;
fling = this.this$0.fling(null, 0.0f, this);
return fling;
}
}