package X0;

import q.AbstractC2761L;

/* JADX INFO: loaded from: classes.dex */
public final class P implements InterfaceC0806t {

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

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

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

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

    public P(int i6, I i7, int i8, H h5) {
        this.f8458a = i6;
        this.f8459b = i7;
        this.f8460c = i8;
        this.f8461d = h5;
    }

    @Override // X0.InterfaceC0806t
    public final int a() {
        return 0;
    }

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

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

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof P)) {
            return false;
        }
        P p6 = (P) obj;
        return this.f8458a == p6.f8458a && kotlin.jvm.internal.o.c(this.f8459b, p6.f8459b) && this.f8460c == p6.f8460c && this.f8461d.equals(p6.f8461d);
    }

    public final int hashCode() {
        return this.f8461d.f8438a.hashCode() + AbstractC2761L.a(0, AbstractC2761L.a(this.f8460c, ((this.f8458a * 31) + this.f8459b.f8452a) * 31, 31), 31);
    }

    public final String toString() {
        return "ResourceFont(resId=" + this.f8458a + ", weight=" + this.f8459b + ", style=" + ((Object) C.a(this.f8460c)) + ", loadingStrategy=Blocking)";
    }
}
