package B;

import J0.C0382s;
import i0.AbstractC2254r;

/* JADX INFO: loaded from: classes.dex */
final class T0 extends I0.Z {

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

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

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final C0382s f186f;

    public T0(float f6, float f7, float f8, float f9, boolean z6) {
        C0382s c0382s = C0382s.f3059f;
        this.f181a = f6;
        this.f182b = f7;
        this.f183c = f8;
        this.f184d = f9;
        this.f185e = z6;
        this.f186f = c0382s;
    }

    @Override // I0.Z
    public final AbstractC2254r create() {
        V0 v02 = new V0();
        v02.f202a = this.f181a;
        v02.f203b = this.f182b;
        v02.f204c = this.f183c;
        v02.f205d = this.f184d;
        v02.f206e = this.f185e;
        return v02;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof T0)) {
            return false;
        }
        T0 t02 = (T0) obj;
        return h1.f.c(this.f181a, t02.f181a) && h1.f.c(this.f182b, t02.f182b) && h1.f.c(this.f183c, t02.f183c) && h1.f.c(this.f184d, t02.f184d) && this.f185e == t02.f185e;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f185e) + com.google.android.recaptcha.internal.a.b(this.f184d, com.google.android.recaptcha.internal.a.b(this.f183c, com.google.android.recaptcha.internal.a.b(this.f182b, Float.hashCode(this.f181a) * 31, 31), 31), 31);
    }

    @Override // I0.Z
    public final void inspectableProperties(J0.L0 l02) {
        this.f186f.getClass();
    }

    @Override // I0.Z
    public final void update(AbstractC2254r abstractC2254r) {
        V0 v02 = (V0) abstractC2254r;
        v02.f202a = this.f181a;
        v02.f203b = this.f182b;
        v02.f204c = this.f183c;
        v02.f205d = this.f184d;
        v02.f206e = this.f185e;
    }

    /* JADX WARN: Illegal instructions before constructor call */
    public /* synthetic */ T0(float f6, float f7, float f8, float f9, boolean z6, int i6) {
        boolean z7;
        float f10;
        f6 = (i6 & 1) != 0 ? Float.NaN : f6;
        f7 = (i6 & 2) != 0 ? Float.NaN : f7;
        f8 = (i6 & 4) != 0 ? Float.NaN : f8;
        if ((i6 & 8) != 0) {
            z7 = z6;
            f10 = Float.NaN;
        } else {
            z7 = z6;
            f10 = f9;
        }
        this(f6, f7, f8, f10, z7);
    }
}
