mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
72 lines
4.9 KiB
Java
72 lines
4.9 KiB
Java
|
package androidx.compose.ui.input.nestedscroll;
|
||
|
|
||
|
import androidx.compose.ui.geometry.Offset;
|
||
|
import androidx.compose.ui.unit.Velocity;
|
||
|
import io.sentry.protocol.TransactionInfo;
|
||
|
import kotlin.Metadata;
|
||
|
import kotlin.coroutines.Continuation;
|
||
|
|
||
|
/* compiled from: NestedScrollModifier.kt */
|
||
|
@Metadata(d1 = {"\u0000 \n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0005\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\t\bf\u0018\u00002\u00020\u0001J)\u0010\u0002\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00032\u0006\u0010\u0005\u001a\u00020\u0003H\u0096@ø\u0001\u0000ø\u0001\u0001ø\u0001\u0001¢\u0006\u0004\b\u0006\u0010\u0007J-\u0010\b\u001a\u00020\t2\u0006\u0010\u0004\u001a\u00020\t2\u0006\u0010\u0005\u001a\u00020\t2\u0006\u0010\n\u001a\u00020\u000bH\u0016ø\u0001\u0000ø\u0001\u0001¢\u0006\u0004\b\f\u0010\rJ!\u0010\u000e\u001a\u00020\u00032\u0006\u0010\u0005\u001a\u00020\u0003H\u0096@ø\u0001\u0000ø\u0001\u0001ø\u0001\u0001¢\u0006\u0004\b\u000f\u0010\u0010J%\u0010\u0011\u001a\u00020\t2\u0006\u0010\u0005\u001a\u00020\t2\u0006\u0010\n\u001a\u00020\u000bH\u0016ø\u0001\u0000ø\u0001\u0001¢\u0006\u0004\b\u0012\u0010\u0013ø\u0001\u0002\u0082\u0002\u0011\n\u0005\b¡\u001e0\u0001\n\u0002\b\u0019\n\u0004\b!0\u0001¨\u0006\u0014À\u0006\u0003"}, d2 = {"Landroidx/compose/ui/input/nestedscroll/NestedScrollConnection;", "", "onPostFling", "Landroidx/compose/ui/unit/Velocity;", "consumed", "available", "onPostFling-RZ2iAVY", "(JJLkotlin/coroutines/Continuation;)Ljava/lang/Object;", "onPostScroll", "Landroidx/compose/ui/geometry/Offset;", TransactionInfo.JsonKeys.SOURCE, "Landroidx/compose/ui/input/nestedscroll/NestedScrollSource;", "onPostScroll-DzOQY0M", "(JJI)J", "onPreFling", "onPreFling-QWom1Mo", "(JLkotlin/coroutines/Continuation;)Ljava/lang/Object;", "onPreScroll", "onPreScroll-OzD1aCk", "(JI)J", "ui_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface NestedScrollConnection {
|
||
|
/* renamed from: onPostFling-RZ2iAVY */
|
||
|
default Object mo342onPostFlingRZ2iAVY(long j, long j2, Continuation<? super Velocity> continuation) {
|
||
|
return m3637onPostFlingRZ2iAVY$suspendImpl(this, j, j2, continuation);
|
||
|
}
|
||
|
|
||
|
/* renamed from: onPreFling-QWom1Mo */
|
||
|
default Object mo567onPreFlingQWom1Mo(long j, Continuation<? super Velocity> continuation) {
|
||
|
return m3638onPreFlingQWom1Mo$suspendImpl(this, j, continuation);
|
||
|
}
|
||
|
|
||
|
/* compiled from: NestedScrollModifier.kt */
|
||
|
@Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
|
||
|
/* loaded from: classes.dex */
|
||
|
public static final class DefaultImpls {
|
||
|
@Deprecated
|
||
|
/* renamed from: onPreScroll-OzD1aCk, reason: not valid java name */
|
||
|
public static long m3642onPreScrollOzD1aCk(NestedScrollConnection nestedScrollConnection, long j, int i) {
|
||
|
return NestedScrollConnection.super.mo344onPreScrollOzD1aCk(j, i);
|
||
|
}
|
||
|
|
||
|
@Deprecated
|
||
|
/* renamed from: onPostScroll-DzOQY0M, reason: not valid java name */
|
||
|
public static long m3640onPostScrollDzOQY0M(NestedScrollConnection nestedScrollConnection, long j, long j2, int i) {
|
||
|
return NestedScrollConnection.super.mo343onPostScrollDzOQY0M(j, j2, i);
|
||
|
}
|
||
|
|
||
|
@Deprecated
|
||
|
/* renamed from: onPreFling-QWom1Mo, reason: not valid java name */
|
||
|
public static Object m3641onPreFlingQWom1Mo(NestedScrollConnection nestedScrollConnection, long j, Continuation<? super Velocity> continuation) {
|
||
|
return NestedScrollConnection.super.mo567onPreFlingQWom1Mo(j, continuation);
|
||
|
}
|
||
|
|
||
|
@Deprecated
|
||
|
/* renamed from: onPostFling-RZ2iAVY, reason: not valid java name */
|
||
|
public static Object m3639onPostFlingRZ2iAVY(NestedScrollConnection nestedScrollConnection, long j, long j2, Continuation<? super Velocity> continuation) {
|
||
|
return NestedScrollConnection.super.mo342onPostFlingRZ2iAVY(j, j2, continuation);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* renamed from: onPreScroll-OzD1aCk */
|
||
|
default long mo344onPreScrollOzD1aCk(long available, int source) {
|
||
|
return Offset.INSTANCE.m2416getZeroF1C5BW0();
|
||
|
}
|
||
|
|
||
|
/* renamed from: onPostScroll-DzOQY0M */
|
||
|
default long mo343onPostScrollDzOQY0M(long consumed, long available, int source) {
|
||
|
return Offset.INSTANCE.m2416getZeroF1C5BW0();
|
||
|
}
|
||
|
|
||
|
/* renamed from: onPreFling-QWom1Mo$suspendImpl, reason: not valid java name */
|
||
|
static /* synthetic */ Object m3638onPreFlingQWom1Mo$suspendImpl(NestedScrollConnection nestedScrollConnection, long j, Continuation<? super Velocity> continuation) {
|
||
|
return Velocity.m5099boximpl(Velocity.INSTANCE.m5119getZero9UxMQ8M());
|
||
|
}
|
||
|
|
||
|
/* renamed from: onPostFling-RZ2iAVY$suspendImpl, reason: not valid java name */
|
||
|
static /* synthetic */ Object m3637onPostFlingRZ2iAVY$suspendImpl(NestedScrollConnection nestedScrollConnection, long j, long j2, Continuation<? super Velocity> continuation) {
|
||
|
return Velocity.m5099boximpl(Velocity.INSTANCE.m5119getZero9UxMQ8M());
|
||
|
}
|
||
|
}
|