package T0;

import X0.InterfaceC0807u;
import h1.C2069a;
import java.util.List;
import q.AbstractC2761L;

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final h1.c f6467g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final h1.m f6468h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final InterfaceC0807u f6469i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public final long f6470j;

    public K(C0596g c0596g, O o6, List list, int i6, boolean z6, int i7, h1.c cVar, h1.m mVar, InterfaceC0807u interfaceC0807u, long j4) {
        this.f6461a = c0596g;
        this.f6462b = o6;
        this.f6463c = list;
        this.f6464d = i6;
        this.f6465e = z6;
        this.f6466f = i7;
        this.f6467g = cVar;
        this.f6468h = mVar;
        this.f6469i = interfaceC0807u;
        this.f6470j = j4;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof K)) {
            return false;
        }
        K k6 = (K) obj;
        return kotlin.jvm.internal.o.c(this.f6461a, k6.f6461a) && kotlin.jvm.internal.o.c(this.f6462b, k6.f6462b) && kotlin.jvm.internal.o.c(this.f6463c, k6.f6463c) && this.f6464d == k6.f6464d && this.f6465e == k6.f6465e && this.f6466f == k6.f6466f && kotlin.jvm.internal.o.c(this.f6467g, k6.f6467g) && this.f6468h == k6.f6468h && kotlin.jvm.internal.o.c(this.f6469i, k6.f6469i) && C2069a.b(this.f6470j, k6.f6470j);
    }

    public final int hashCode() {
        return Long.hashCode(this.f6470j) + ((this.f6469i.hashCode() + ((this.f6468h.hashCode() + ((this.f6467g.hashCode() + AbstractC2761L.a(this.f6466f, com.google.android.recaptcha.internal.a.f((AbstractC2761L.c(this.f6463c, A0.a.c(this.f6461a.hashCode() * 31, 31, this.f6462b), 31) + this.f6464d) * 31, 31, this.f6465e), 31)) * 31)) * 31)) * 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("TextLayoutInput(text=");
        sb.append((Object) this.f6461a);
        sb.append(", style=");
        sb.append(this.f6462b);
        sb.append(", placeholders=");
        sb.append(this.f6463c);
        sb.append(", maxLines=");
        sb.append(this.f6464d);
        sb.append(", softWrap=");
        sb.append(this.f6465e);
        sb.append(", overflow=");
        int i6 = this.f6466f;
        sb.append((Object) (i6 == 1 ? "Clip" : i6 == 2 ? "Ellipsis" : i6 == 5 ? "MiddleEllipsis" : i6 == 3 ? "Visible" : i6 == 4 ? "StartEllipsis" : "Invalid"));
        sb.append(", density=");
        sb.append(this.f6467g);
        sb.append(", layoutDirection=");
        sb.append(this.f6468h);
        sb.append(", fontFamilyResolver=");
        sb.append(this.f6469i);
        sb.append(", constraints=");
        sb.append((Object) C2069a.k(this.f6470j));
        sb.append(')');
        return sb.toString();
    }
}
