package C0;

import java.util.ArrayList;
import o0.C2631b;
import q.AbstractC2761L;

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

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

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

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

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

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

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

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

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

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

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

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

    public C(long j4, long j6, long j7, long j8, boolean z6, float f6, int i6, boolean z7, ArrayList arrayList, long j9, long j10) {
        this.f507a = j4;
        this.f508b = j6;
        this.f509c = j7;
        this.f510d = j8;
        this.f511e = z6;
        this.f512f = f6;
        this.f513g = i6;
        this.f514h = z7;
        this.f515i = arrayList;
        this.f516j = j9;
        this.f517k = j10;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C)) {
            return false;
        }
        C c6 = (C) obj;
        return AbstractC0123y.e(this.f507a, c6.f507a) && this.f508b == c6.f508b && C2631b.b(this.f509c, c6.f509c) && C2631b.b(this.f510d, c6.f510d) && this.f511e == c6.f511e && Float.compare(this.f512f, c6.f512f) == 0 && this.f513g == c6.f513g && this.f514h == c6.f514h && this.f515i.equals(c6.f515i) && C2631b.b(this.f516j, c6.f516j) && C2631b.b(this.f517k, c6.f517k);
    }

    public final int hashCode() {
        return Long.hashCode(this.f517k) + com.google.android.recaptcha.internal.a.e((this.f515i.hashCode() + com.google.android.recaptcha.internal.a.f(AbstractC2761L.a(this.f513g, com.google.android.recaptcha.internal.a.b(this.f512f, com.google.android.recaptcha.internal.a.f(com.google.android.recaptcha.internal.a.e(com.google.android.recaptcha.internal.a.e(com.google.android.recaptcha.internal.a.e(Long.hashCode(this.f507a) * 31, 31, this.f508b), 31, this.f509c), 31, this.f510d), 31, this.f511e), 31), 31), 31, this.f514h)) * 31, 31, this.f516j);
    }

    public final String toString() {
        return "PointerInputEventData(id=" + ((Object) AbstractC0123y.j(this.f507a)) + ", uptime=" + this.f508b + ", positionOnScreen=" + ((Object) C2631b.g(this.f509c)) + ", position=" + ((Object) C2631b.g(this.f510d)) + ", down=" + this.f511e + ", pressure=" + this.f512f + ", type=" + ((Object) N.a(this.f513g)) + ", activeHover=" + this.f514h + ", historical=" + this.f515i + ", scrollDelta=" + ((Object) C2631b.g(this.f516j)) + ", originalEventPosition=" + ((Object) C2631b.g(this.f517k)) + ')';
    }
}
