package p0;

import o0.C2631b;
import q.AbstractC2761L;

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final W f22883d = new W();

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

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

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

    public W(long j4, long j6, float f6) {
        this.f22884a = j4;
        this.f22885b = j6;
        this.f22886c = f6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof W)) {
            return false;
        }
        W w6 = (W) obj;
        return C2714u.d(this.f22884a, w6.f22884a) && C2631b.b(this.f22885b, w6.f22885b) && this.f22886c == w6.f22886c;
    }

    public final int hashCode() {
        int i6 = C2714u.f22946n;
        return Float.hashCode(this.f22886c) + com.google.android.recaptcha.internal.a.e(Long.hashCode(this.f22884a) * 31, 31, this.f22885b);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Shadow(color=");
        AbstractC2761L.n(this.f22884a, ", offset=", sb);
        sb.append((Object) C2631b.g(this.f22885b));
        sb.append(", blurRadius=");
        return com.google.android.recaptcha.internal.a.l(sb, this.f22886c, ')');
    }

    public /* synthetic */ W() {
        this(AbstractC2686D.e(4278190080L), 0L, 0.0f);
    }
}
