package R0;

import F.C0149c;
import h1.j;
import java.util.Arrays;

/* JADX INFO: loaded from: classes.dex */
public final class c {

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

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

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final float[] f6020f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final C0149c f6021g;

    public c(long j4, long j6, long j7, long j8, long j9, float[] fArr, C0149c c0149c) {
        this.f6015a = j4;
        this.f6016b = j6;
        this.f6017c = j7;
        this.f6018d = j8;
        this.f6019e = j9;
        this.f6020f = fArr;
        this.f6021g = c0149c;
    }

    /* JADX WARN: Removed duplicated region for block: B:29:0x004e  */
    /*
        Code decompiled incorrectly, please refer to instructions dump.
    */
    public final boolean equals(Object obj) {
        boolean zEquals;
        if (this != obj) {
            if (obj != null && c.class == obj.getClass()) {
                c cVar = (c) obj;
                if (this.f6015a == cVar.f6015a && this.f6016b == cVar.f6016b && this.f6019e == cVar.f6019e && j.a(this.f6017c, cVar.f6017c) && j.a(this.f6018d, cVar.f6018d)) {
                    float[] fArr = this.f6020f;
                    float[] fArr2 = cVar.f6020f;
                    if (fArr == null) {
                        zEquals = fArr2 == null;
                        if (zEquals && this.f6021g.equals(cVar.f6021g)) {
                        }
                    } else {
                        if (fArr2 != null) {
                            zEquals = fArr.equals(fArr2);
                        }
                        if (zEquals) {
                        }
                    }
                }
            }
            return false;
        }
        return true;
    }

    public final int hashCode() {
        int iE = com.google.android.recaptcha.internal.a.e(com.google.android.recaptcha.internal.a.e(com.google.android.recaptcha.internal.a.e(com.google.android.recaptcha.internal.a.e(Long.hashCode(this.f6015a) * 31, 31, this.f6016b), 31, this.f6019e), 31, this.f6017c), 31, this.f6018d);
        float[] fArr = this.f6020f;
        return this.f6021g.hashCode() + ((iE + (fArr != null ? Arrays.hashCode(fArr) : 0)) * 31);
    }
}
