package h3;

import q.AbstractC2761L;

/* JADX INFO: renamed from: h3.z1, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2229z1 {

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

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

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

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

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

    public C2229z1(boolean z6, int i6, int i7, boolean z7, boolean z8) {
        this.f18763a = z6;
        this.f18764b = i6;
        this.f18765c = i7;
        this.f18766d = z7;
        this.f18767e = z8;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2229z1)) {
            return false;
        }
        C2229z1 c2229z1 = (C2229z1) obj;
        return this.f18763a == c2229z1.f18763a && this.f18764b == c2229z1.f18764b && this.f18765c == c2229z1.f18765c && this.f18766d == c2229z1.f18766d && this.f18767e == c2229z1.f18767e;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f18767e) + com.google.android.recaptcha.internal.a.f(AbstractC2761L.a(this.f18765c, AbstractC2761L.a(this.f18764b, Boolean.hashCode(this.f18763a) * 31, 31), 31), 31, this.f18766d);
    }

    public final String toString() {
        return "RowSelection(isSelected=" + this.f18763a + ", selectedCol=" + this.f18764b + ", lastSelectedCol=" + this.f18765c + ", isHorizontalWrapping=" + this.f18766d + ", rowFocused=" + this.f18767e + ")";
    }
}
