package V;

import o0.C2631b;
import q.AbstractC2761L;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final K.X f6982a;

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

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

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

    public L(K.X x6, long j4, K k6, boolean z6) {
        this.f6982a = x6;
        this.f6983b = j4;
        this.f6984c = k6;
        this.f6985d = z6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof L)) {
            return false;
        }
        L l = (L) obj;
        return this.f6982a == l.f6982a && C2631b.b(this.f6983b, l.f6983b) && this.f6984c == l.f6984c && this.f6985d == l.f6985d;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f6985d) + ((this.f6984c.hashCode() + com.google.android.recaptcha.internal.a.e(this.f6982a.hashCode() * 31, 31, this.f6983b)) * 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("SelectionHandleInfo(handle=");
        sb.append(this.f6982a);
        sb.append(", position=");
        sb.append((Object) C2631b.g(this.f6983b));
        sb.append(", anchor=");
        sb.append(this.f6984c);
        sb.append(", visible=");
        return AbstractC2761L.h(sb, this.f6985d, ')');
    }
}
