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

34 lines
1.4 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 = {0}, l = {154}, m = "runApproach", n = {"this"}, s = {"L$0"})
/* loaded from: classes.dex */
public final class SnapFlingBehavior$runApproach$1 extends ContinuationImpl {
Object L$0;
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$runApproach$1(SnapFlingBehavior snapFlingBehavior, Continuation<? super SnapFlingBehavior$runApproach$1> continuation) {
super(continuation);
this.this$0 = snapFlingBehavior;
}
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
public final Object invokeSuspend(Object obj) {
Object runApproach;
this.result = obj;
this.label |= Integer.MIN_VALUE;
runApproach = this.this$0.runApproach(null, 0.0f, 0.0f, this);
return runApproach;
}
}