package X0;

import q.AbstractC2761L;

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

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

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

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

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

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

    public T(AbstractC0808v abstractC0808v, I i6, int i7, int i8, Object obj) {
        this.f8463a = abstractC0808v;
        this.f8464b = i6;
        this.f8465c = i7;
        this.f8466d = i8;
        this.f8467e = obj;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof T)) {
            return false;
        }
        T t6 = (T) obj;
        return kotlin.jvm.internal.o.c(this.f8463a, t6.f8463a) && kotlin.jvm.internal.o.c(this.f8464b, t6.f8464b) && this.f8465c == t6.f8465c && this.f8466d == t6.f8466d && kotlin.jvm.internal.o.c(this.f8467e, t6.f8467e);
    }

    public final int hashCode() {
        AbstractC0808v abstractC0808v = this.f8463a;
        int iA = AbstractC2761L.a(this.f8466d, AbstractC2761L.a(this.f8465c, (((abstractC0808v == null ? 0 : abstractC0808v.hashCode()) * 31) + this.f8464b.f8452a) * 31, 31), 31);
        Object obj = this.f8467e;
        return iA + (obj != null ? obj.hashCode() : 0);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("TypefaceRequest(fontFamily=");
        sb.append(this.f8463a);
        sb.append(", fontWeight=");
        sb.append(this.f8464b);
        sb.append(", fontStyle=");
        sb.append((Object) C.a(this.f8465c));
        sb.append(", fontSynthesis=");
        int i6 = this.f8466d;
        sb.append((Object) (i6 == 0 ? "None" : i6 == 1 ? "Weight" : i6 == 2 ? "Style" : i6 == 65535 ? "All" : "Invalid"));
        sb.append(", resourceLoaderCacheKey=");
        sb.append(this.f8467e);
        sb.append(')');
        return sb.toString();
    }
}
