package p138.p176.p177.p190;

import p000.p001.p002.p003.p004.C0567;

/* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ޡ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3439 {

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    public static final C3439 f10162 = new C3439(1.0f, 1.0f, false);

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final float f10163;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final float f10164;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final boolean f10165;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final int f10166;

    public C3439(float f, float f2, boolean z) {
        C0567.m1896(f > 0.0f);
        C0567.m1896(f2 > 0.0f);
        this.f10163 = f;
        this.f10164 = f2;
        this.f10165 = z;
        this.f10166 = Math.round(f * 1000.0f);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C3439.class != obj.getClass()) {
            return false;
        }
        C3439 c3439 = (C3439) obj;
        return this.f10163 == c3439.f10163 && this.f10164 == c3439.f10164 && this.f10165 == c3439.f10165;
    }

    public int hashCode() {
        return ((Float.floatToRawIntBits(this.f10164) + ((Float.floatToRawIntBits(this.f10163) + 527) * 31)) * 31) + (this.f10165 ? 1 : 0);
    }
}
