package defpackage;

/* JADX INFO: renamed from: ᵛʛˋᵷ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2763 {

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public static final C2763 f10620 = new C2763(0, 0);

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

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

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

    static {
        AbstractC0956.m3211(0);
        AbstractC0956.m3211(1);
        AbstractC0956.m3211(3);
    }

    public C2763(float f, int i, int i2) {
        this.f10623 = i;
        this.f10621 = i2;
        this.f10622 = f;
    }

    public C2763(int i, int i2) {
        this(1.0f, i, i2);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof C2763) {
            C2763 c2763 = (C2763) obj;
            if (this.f10623 == c2763.f10623 && this.f10621 == c2763.f10621 && this.f10622 == c2763.f10622) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Float.floatToRawIntBits(this.f10622) + ((((217 + this.f10623) * 31) + this.f10621) * 31);
    }
}
