package X0;

import q.AbstractC2761L;

/* JADX INFO: loaded from: classes.dex */
public final class r extends AbstractC0791d {

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

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

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

    public r(String str, I i6, int i7, H h5) {
        super(1, C0795h.f8487c, h5);
        this.f8519d = str;
        this.f8520e = i6;
        this.f8521f = i7;
    }

    @Override // X0.InterfaceC0806t
    public final I b() {
        return this.f8520e;
    }

    @Override // X0.InterfaceC0806t
    public final int c() {
        return this.f8521f;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof r)) {
            return false;
        }
        r rVar = (r) obj;
        if (!kotlin.jvm.internal.o.c(this.f8519d, rVar.f8519d)) {
            return false;
        }
        if (!kotlin.jvm.internal.o.c(this.f8520e, rVar.f8520e)) {
            return false;
        }
        if (this.f8521f == rVar.f8521f) {
            return kotlin.jvm.internal.o.c(this.f8476c, rVar.f8476c);
        }
        return false;
    }

    public final int hashCode() {
        return this.f8476c.f8438a.hashCode() + AbstractC2761L.a(this.f8521f, ((this.f8519d.hashCode() * 31) + this.f8520e.f8452a) * 31, 31);
    }

    public final String toString() {
        return "Font(familyName=\"" + ((Object) ("DeviceFontFamilyName(name=" + this.f8519d + ')')) + "\", weight=" + this.f8520e + ", style=" + ((Object) C.a(this.f8521f)) + ')';
    }
}
