package x;

import o0.C2631b;
import q.AbstractC2761L;

/* JADX INFO: renamed from: x.o0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C3186o0 {

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

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

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

    public C3186o0(long j4, long j6, boolean z6) {
        this.f25878a = j4;
        this.f25879b = j6;
        this.f25880c = z6;
    }

    public final C3186o0 a(C3186o0 c3186o0) {
        return new C3186o0(C2631b.e(this.f25878a, c3186o0.f25878a), Math.max(this.f25879b, c3186o0.f25879b), this.f25880c);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3186o0)) {
            return false;
        }
        C3186o0 c3186o0 = (C3186o0) obj;
        return C2631b.b(this.f25878a, c3186o0.f25878a) && this.f25879b == c3186o0.f25879b && this.f25880c == c3186o0.f25880c;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f25880c) + com.google.android.recaptcha.internal.a.e(Long.hashCode(this.f25878a) * 31, 31, this.f25879b);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("MouseWheelScrollDelta(value=");
        sb.append((Object) C2631b.g(this.f25878a));
        sb.append(", timeMillis=");
        sb.append(this.f25879b);
        sb.append(", shouldApplyImmediately=");
        return AbstractC2761L.h(sb, this.f25880c, ')');
    }
}
