mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-28 01:52:26 -06:00
30 lines
1.2 KiB
Java
30 lines
1.2 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: ScrollExtensions.kt */
|
||
|
@Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
|
||
|
@DebugMetadata(c = "androidx.compose.foundation.gestures.ScrollExtensionsKt", f = "ScrollExtensions.kt", i = {0}, l = {40}, m = "animateScrollBy", n = {"previousValue"}, s = {"L$0"})
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class ScrollExtensionsKt$animateScrollBy$1 extends ContinuationImpl {
|
||
|
Object L$0;
|
||
|
int label;
|
||
|
/* synthetic */ Object result;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public ScrollExtensionsKt$animateScrollBy$1(Continuation<? super ScrollExtensionsKt$animateScrollBy$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 ScrollExtensionsKt.animateScrollBy(null, 0.0f, null, this);
|
||
|
}
|
||
|
}
|