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 ShadowStyles {
    public static final int $stable = 0;
    private final ColorStyles colors;
    private final float radius;

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

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

    public /* synthetic */ ShadowStyles(ColorStyles colorStyles, float f6, float f7, float f8, h hVar) {
        this(colorStyles, f6, f7, f8);
    }

    /* JADX INFO: renamed from: copy-qQh39rQ$default, reason: not valid java name */
    public static /* synthetic */ ShadowStyles m755copyqQh39rQ$default(ShadowStyles shadowStyles, ColorStyles colorStyles, float f6, float f7, float f8, int i6, Object obj) {
        if ((i6 & 1) != 0) {
            colorStyles = shadowStyles.colors;
        }
        if ((i6 & 2) != 0) {
            f6 = shadowStyles.radius;
        }
        if ((i6 & 4) != 0) {
            f7 = shadowStyles.f14443x;
        }
        if ((i6 & 8) != 0) {
            f8 = shadowStyles.f14444y;
        }
        return shadowStyles.m759copyqQh39rQ(colorStyles, f6, f7, f8);
    }

    public final ColorStyles component1() {
        return this.colors;
    }

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

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

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

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

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof ShadowStyles)) {
            return false;
        }
        ShadowStyles shadowStyles = (ShadowStyles) obj;
        return o.c(this.colors, shadowStyles.colors) && f.c(this.radius, shadowStyles.radius) && f.c(this.f14443x, shadowStyles.f14443x) && f.c(this.f14444y, shadowStyles.f14444y);
    }

    public final /* synthetic */ ColorStyles getColors() {
        return this.colors;
    }

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

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

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

    public int hashCode() {
        return Float.hashCode(this.f14444y) + a.b(this.f14443x, a.b(this.radius, this.colors.hashCode() * 31, 31), 31);
    }

    public String toString() {
        StringBuilder sb = new StringBuilder("ShadowStyles(colors=");
        sb.append(this.colors);
        sb.append(", radius=");
        AbstractC2761L.k(this.radius, sb, ", x=");
        AbstractC2761L.k(this.f14443x, sb, ", y=");
        sb.append((Object) f.d(this.f14444y));
        sb.append(')');
        return sb.toString();
    }

    private ShadowStyles(ColorStyles colors, float f6, float f7, float f8) {
        o.h(colors, "colors");
        this.colors = colors;
        this.radius = f6;
        this.f14443x = f7;
        this.f14444y = f8;
    }
}
