package com.revenuecat.purchases.ui.revenuecatui.components.properties;

import androidx.compose.runtime.Immutable;
import com.google.android.recaptcha.internal.a;
import h1.f;
import kotlin.jvm.internal.h;
import kotlin.jvm.internal.o;
import q.AbstractC2761L;

/* JADX INFO: loaded from: classes3.dex */
@Immutable
public final class ShadowStyle {
    public static final int $stable = 0;
    private final ColorStyle color;
    private final float radius;

    /* JADX INFO: renamed from: x, reason: collision with root package name */
    private final float f14441x;

    /* JADX INFO: renamed from: y, reason: collision with root package name */
    private final float f14442y;

    public /* synthetic */ ShadowStyle(ColorStyle colorStyle, float f6, float f7, float f8, h hVar) {
        this(colorStyle, f6, f7, f8);
    }

    /* JADX INFO: renamed from: copy-qQh39rQ$default, reason: not valid java name */
    public static /* synthetic */ ShadowStyle m747copyqQh39rQ$default(ShadowStyle shadowStyle, ColorStyle colorStyle, float f6, float f7, float f8, int i6, Object obj) {
        if ((i6 & 1) != 0) {
            colorStyle = shadowStyle.color;
        }
        if ((i6 & 2) != 0) {
            f6 = shadowStyle.radius;
        }
        if ((i6 & 4) != 0) {
            f7 = shadowStyle.f14441x;
        }
        if ((i6 & 8) != 0) {
            f8 = shadowStyle.f14442y;
        }
        return shadowStyle.m751copyqQh39rQ(colorStyle, f6, f7, f8);
    }

    public final ColorStyle component1() {
        return this.color;
    }

    /* JADX INFO: renamed from: component2-D9Ej5fM, reason: not valid java name */
    public final float m748component2D9Ej5fM() {
        return this.radius;
    }

    /* JADX INFO: renamed from: component3-D9Ej5fM, reason: not valid java name */
    public final float m749component3D9Ej5fM() {
        return this.f14441x;
    }

    /* JADX INFO: renamed from: component4-D9Ej5fM, reason: not valid java name */
    public final float m750component4D9Ej5fM() {
        return this.f14442y;
    }

    /* JADX INFO: renamed from: copy-qQh39rQ, reason: not valid java name */
    public final ShadowStyle m751copyqQh39rQ(ColorStyle color, float f6, float f7, float f8) {
        o.h(color, "color");
        return new ShadowStyle(color, f6, f7, f8, null);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof ShadowStyle)) {
            return false;
        }
        ShadowStyle shadowStyle = (ShadowStyle) obj;
        return o.c(this.color, shadowStyle.color) && f.c(this.radius, shadowStyle.radius) && f.c(this.f14441x, shadowStyle.f14441x) && f.c(this.f14442y, shadowStyle.f14442y);
    }

    public final /* synthetic */ ColorStyle getColor() {
        return this.color;
    }

    /* JADX INFO: renamed from: getRadius-D9Ej5fM, reason: not valid java name */
    public final /* synthetic */ float m752getRadiusD9Ej5fM() {
        return this.radius;
    }

    /* JADX INFO: renamed from: getX-D9Ej5fM, reason: not valid java name */
    public final /* synthetic */ float m753getXD9Ej5fM() {
        return this.f14441x;
    }

    /* JADX INFO: renamed from: getY-D9Ej5fM, reason: not valid java name */
    public final /* synthetic */ float m754getYD9Ej5fM() {
        return this.f14442y;
    }

    public int hashCode() {
        return Float.hashCode(this.f14442y) + a.b(this.f14441x, a.b(this.radius, this.color.hashCode() * 31, 31), 31);
    }

    public String toString() {
        StringBuilder sb = new StringBuilder("ShadowStyle(color=");
        sb.append(this.color);
        sb.append(", radius=");
        AbstractC2761L.k(this.radius, sb, ", x=");
        AbstractC2761L.k(this.f14441x, sb, ", y=");
        sb.append((Object) f.d(this.f14442y));
        sb.append(')');
        return sb.toString();
    }

    private ShadowStyle(ColorStyle color, float f6, float f7, float f8) {
        o.h(color, "color");
        this.color = color;
        this.radius = f6;
        this.f14441x = f7;
        this.f14442y = f8;
    }
}
