package Q0;

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final i f5743d = new i(0.0f, 0, new P4.d(0.0f, 0.0f));

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final P4.d f5745b;

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

    public i(float f6, int i6, P4.d dVar) {
        this.f5744a = f6;
        this.f5745b = dVar;
        this.f5746c = i6;
        if (Float.isNaN(f6)) {
            throw new IllegalArgumentException("current must not be NaN");
        }
    }

    public final P4.d a() {
        return this.f5745b;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof i)) {
            return false;
        }
        i iVar = (i) obj;
        return this.f5744a == iVar.f5744a && kotlin.jvm.internal.o.c(this.f5745b, iVar.f5745b) && this.f5746c == iVar.f5746c;
    }

    public final int hashCode() {
        return ((this.f5745b.hashCode() + (Float.hashCode(this.f5744a) * 31)) * 31) + this.f5746c;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("ProgressBarRangeInfo(current=");
        sb.append(this.f5744a);
        sb.append(", range=");
        sb.append(this.f5745b);
        sb.append(", steps=");
        return com.google.android.recaptcha.internal.a.m(sb, this.f5746c, ')');
    }
}
