package f1;

/* JADX INFO: renamed from: f1.q, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2029q {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final C2029q f16395c = new C2029q(W.a.l0(0), W.a.l0(0));

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

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

    public C2029q(long j4, long j6) {
        this.f16396a = j4;
        this.f16397b = j6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2029q)) {
            return false;
        }
        C2029q c2029q = (C2029q) obj;
        return h1.o.a(this.f16396a, c2029q.f16396a) && h1.o.a(this.f16397b, c2029q.f16397b);
    }

    public final int hashCode() {
        h1.p[] pVarArr = h1.o.f16632b;
        return Long.hashCode(this.f16397b) + (Long.hashCode(this.f16396a) * 31);
    }

    public final String toString() {
        return "TextIndent(firstLine=" + ((Object) h1.o.d(this.f16396a)) + ", restLine=" + ((Object) h1.o.d(this.f16397b)) + ')';
    }
}
