package o0;

import n2.AbstractC2612c;

/* JADX INFO: renamed from: o0.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2630a {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final long f21784a;

    public static final boolean a(long j4, long j6) {
        return j4 == j6;
    }

    public static String b(long j4) {
        int i6 = (int) (j4 >> 32);
        int i7 = (int) (j4 & 4294967295L);
        if (Float.intBitsToFloat(i6) == Float.intBitsToFloat(i7)) {
            return "CornerRadius.circular(" + AbstractC2612c.t(Float.intBitsToFloat(i6)) + ')';
        }
        return "CornerRadius.elliptical(" + AbstractC2612c.t(Float.intBitsToFloat(i6)) + ", " + AbstractC2612c.t(Float.intBitsToFloat(i7)) + ')';
    }

    public final boolean equals(Object obj) {
        if (obj instanceof C2630a) {
            return this.f21784a == ((C2630a) obj).f21784a;
        }
        return false;
    }

    public final int hashCode() {
        return Long.hashCode(this.f21784a);
    }

    public final String toString() {
        return b(this.f21784a);
    }
}
