package defpackage;

/* JADX INFO: renamed from: ˁˏᵳ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C0707 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final long f3232;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final long f3233;

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final float f3234;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final long f3235;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final float f3236;

    static {
        new C0288().m1532();
        AbstractC0956.m3211(0);
        AbstractC0956.m3211(1);
        AbstractC0956.m3211(2);
        AbstractC0956.m3211(3);
        AbstractC0956.m3211(4);
    }

    public C0707(C0288 c0288) {
        long j = c0288.f1931;
        long j2 = c0288.f1928;
        long j3 = c0288.f1929;
        float f = c0288.f1932;
        float f2 = c0288.f1930;
        this.f3235 = j;
        this.f3232 = j2;
        this.f3233 = j3;
        this.f3236 = f;
        this.f3234 = f2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0707)) {
            return false;
        }
        C0707 c0707 = (C0707) obj;
        return this.f3235 == c0707.f3235 && this.f3232 == c0707.f3232 && this.f3233 == c0707.f3233 && this.f3236 == c0707.f3236 && this.f3234 == c0707.f3234;
    }

    public final int hashCode() {
        long j = this.f3235;
        long j2 = this.f3232;
        int i = ((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31;
        long j3 = this.f3233;
        int i2 = (i + ((int) ((j3 >>> 32) ^ j3))) * 31;
        float f = this.f3236;
        int iFloatToIntBits = (i2 + (f != 0.0f ? Float.floatToIntBits(f) : 0)) * 31;
        float f2 = this.f3234;
        return iFloatToIntBits + (f2 != 0.0f ? Float.floatToIntBits(f2) : 0);
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final C0288 m2557() {
        C0288 c0288 = new C0288();
        c0288.f1931 = this.f3235;
        c0288.f1928 = this.f3232;
        c0288.f1929 = this.f3233;
        c0288.f1932 = this.f3236;
        c0288.f1930 = this.f3234;
        return c0288;
    }
}
