mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
90 lines
4.4 KiB
Java
90 lines
4.4 KiB
Java
|
package androidx.compose.ui.node;
|
||
|
|
||
|
import io.flutter.embedding.android.KeyboardMap;
|
||
|
import kotlin.Metadata;
|
||
|
import kotlin.jvm.JvmInline;
|
||
|
import kotlin.jvm.internal.FloatCompanionObject;
|
||
|
|
||
|
/* compiled from: HitTestResult.kt */
|
||
|
@Metadata(d1 = {"\u00002\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\t\n\u0002\b\u0003\n\u0002\u0010\u0007\n\u0002\b\u0003\n\u0002\u0010\u000b\n\u0002\b\u0005\n\u0002\u0010\b\n\u0002\b\n\n\u0002\u0010\u000e\n\u0002\b\u0003\b\u0083@\u0018\u00002\u00020\u0001B\u0012\u0012\u0006\u0010\u0002\u001a\u00020\u0003ø\u0001\u0000¢\u0006\u0004\b\u0004\u0010\u0005J\u001e\u0010\u0010\u001a\u00020\u00112\u0006\u0010\u0012\u001a\u00020\u0000H\u0086\u0002ø\u0001\u0001ø\u0001\u0000¢\u0006\u0004\b\u0013\u0010\u0014J\u001a\u0010\u0015\u001a\u00020\u000b2\b\u0010\u0012\u001a\u0004\u0018\u00010\u0001HÖ\u0003¢\u0006\u0004\b\u0016\u0010\u0017J\u0010\u0010\u0018\u001a\u00020\u0011HÖ\u0001¢\u0006\u0004\b\u0019\u0010\u001aJ\u0010\u0010\u001b\u001a\u00020\u001cHÖ\u0001¢\u0006\u0004\b\u001d\u0010\u001eR\u0011\u0010\u0006\u001a\u00020\u00078F¢\u0006\u0006\u001a\u0004\b\b\u0010\tR\u0011\u0010\n\u001a\u00020\u000b8F¢\u0006\u0006\u001a\u0004\b\f\u0010\rR\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u000e\u0010\u000f\u0088\u0001\u0002ø\u0001\u0000\u0082\u0002\u000b\n\u0002\b\u0019\n\u0005\b¡\u001e0\u0001¨\u0006\u001f"}, d2 = {"Landroidx/compose/ui/node/DistanceAndInLayer;", "", "packedValue", "", "constructor-impl", "(J)J", "distance", "", "getDistance-impl", "(J)F", "isInLayer", "", "isInLayer-impl", "(J)Z", "getPackedValue", "()J", "compareTo", "", "other", "compareTo-S_HNhKs", "(JJ)I", "equals", "equals-impl", "(JLjava/lang/Object;)Z", "hashCode", "hashCode-impl", "(J)I", "toString", "", "toString-impl", "(J)Ljava/lang/String;", "ui_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
||
|
@JvmInline
|
||
|
/* loaded from: classes.dex */
|
||
|
final class DistanceAndInLayer {
|
||
|
private final long packedValue;
|
||
|
|
||
|
/* renamed from: box-impl, reason: not valid java name */
|
||
|
public static final /* synthetic */ DistanceAndInLayer m3999boximpl(long j) {
|
||
|
return new DistanceAndInLayer(j);
|
||
|
}
|
||
|
|
||
|
/* renamed from: constructor-impl, reason: not valid java name */
|
||
|
public static long m4001constructorimpl(long j) {
|
||
|
return j;
|
||
|
}
|
||
|
|
||
|
/* renamed from: equals-impl, reason: not valid java name */
|
||
|
public static boolean m4002equalsimpl(long j, Object obj) {
|
||
|
return (obj instanceof DistanceAndInLayer) && j == ((DistanceAndInLayer) obj).m4008unboximpl();
|
||
|
}
|
||
|
|
||
|
/* renamed from: equals-impl0, reason: not valid java name */
|
||
|
public static final boolean m4003equalsimpl0(long j, long j2) {
|
||
|
return j == j2;
|
||
|
}
|
||
|
|
||
|
/* renamed from: hashCode-impl, reason: not valid java name */
|
||
|
public static int m4005hashCodeimpl(long j) {
|
||
|
return Long.hashCode(j);
|
||
|
}
|
||
|
|
||
|
/* renamed from: isInLayer-impl, reason: not valid java name */
|
||
|
public static final boolean m4006isInLayerimpl(long j) {
|
||
|
return ((int) (j & KeyboardMap.kValueMask)) != 0;
|
||
|
}
|
||
|
|
||
|
/* renamed from: toString-impl, reason: not valid java name */
|
||
|
public static String m4007toStringimpl(long j) {
|
||
|
return "DistanceAndInLayer(packedValue=" + j + ')';
|
||
|
}
|
||
|
|
||
|
public boolean equals(Object obj) {
|
||
|
return m4002equalsimpl(this.packedValue, obj);
|
||
|
}
|
||
|
|
||
|
public final long getPackedValue() {
|
||
|
return this.packedValue;
|
||
|
}
|
||
|
|
||
|
public int hashCode() {
|
||
|
return m4005hashCodeimpl(this.packedValue);
|
||
|
}
|
||
|
|
||
|
public String toString() {
|
||
|
return m4007toStringimpl(this.packedValue);
|
||
|
}
|
||
|
|
||
|
/* renamed from: unbox-impl, reason: not valid java name */
|
||
|
public final /* synthetic */ long m4008unboximpl() {
|
||
|
return this.packedValue;
|
||
|
}
|
||
|
|
||
|
private /* synthetic */ DistanceAndInLayer(long j) {
|
||
|
this.packedValue = j;
|
||
|
}
|
||
|
|
||
|
/* renamed from: compareTo-S_HNhKs, reason: not valid java name */
|
||
|
public static final int m4000compareToS_HNhKs(long j, long j2) {
|
||
|
boolean m4006isInLayerimpl = m4006isInLayerimpl(j);
|
||
|
if (m4006isInLayerimpl != m4006isInLayerimpl(j2)) {
|
||
|
return m4006isInLayerimpl ? -1 : 1;
|
||
|
}
|
||
|
return (int) Math.signum(m4004getDistanceimpl(j) - m4004getDistanceimpl(j2));
|
||
|
}
|
||
|
|
||
|
/* renamed from: getDistance-impl, reason: not valid java name */
|
||
|
public static final float m4004getDistanceimpl(long j) {
|
||
|
FloatCompanionObject floatCompanionObject = FloatCompanionObject.INSTANCE;
|
||
|
return Float.intBitsToFloat((int) (j >> 32));
|
||
|
}
|
||
|
}
|