package w;

import p0.C2714u;
import q.AbstractC2761L;

/* JADX INFO: renamed from: w.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C3131c {

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

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

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

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

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

    public C3131c(long j4, long j6, long j7, long j8, long j9) {
        this.f25412a = j4;
        this.f25413b = j6;
        this.f25414c = j7;
        this.f25415d = j8;
        this.f25416e = j9;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || !(obj instanceof C3131c)) {
            return false;
        }
        C3131c c3131c = (C3131c) obj;
        return C2714u.d(this.f25412a, c3131c.f25412a) && C2714u.d(this.f25413b, c3131c.f25413b) && C2714u.d(this.f25414c, c3131c.f25414c) && C2714u.d(this.f25415d, c3131c.f25415d) && C2714u.d(this.f25416e, c3131c.f25416e);
    }

    public final int hashCode() {
        int i6 = C2714u.f22946n;
        return Long.hashCode(this.f25416e) + com.google.android.recaptcha.internal.a.e(com.google.android.recaptcha.internal.a.e(com.google.android.recaptcha.internal.a.e(Long.hashCode(this.f25412a) * 31, 31, this.f25413b), 31, this.f25414c), 31, this.f25415d);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("ContextMenuColors(backgroundColor=");
        AbstractC2761L.n(this.f25412a, ", textColor=", sb);
        AbstractC2761L.n(this.f25413b, ", iconColor=", sb);
        AbstractC2761L.n(this.f25414c, ", disabledTextColor=", sb);
        AbstractC2761L.n(this.f25415d, ", disabledIconColor=", sb);
        sb.append((Object) C2714u.j(this.f25416e));
        sb.append(')');
        return sb.toString();
    }
}
