package p0;

import android.graphics.RenderEffect;

/* JADX INFO: renamed from: p0.o, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2709o {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public RenderEffect f22929a;

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

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

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

    public C2709o(float f6, float f7, int i6) {
        this.f22930b = f6;
        this.f22931c = f7;
        this.f22932d = i6;
    }

    public final RenderEffect a() {
        RenderEffect renderEffectCreateOffsetEffect = this.f22929a;
        if (renderEffectCreateOffsetEffect == null) {
            float f6 = this.f22930b;
            float f7 = this.f22931c;
            renderEffectCreateOffsetEffect = (f6 == 0.0f && f7 == 0.0f) ? RenderEffect.createOffsetEffect(0.0f, 0.0f) : RenderEffect.createBlurEffect(f6, f7, AbstractC2686D.H(this.f22932d));
            this.f22929a = renderEffectCreateOffsetEffect;
        }
        return renderEffectCreateOffsetEffect;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2709o)) {
            return false;
        }
        C2709o c2709o = (C2709o) obj;
        return this.f22930b == c2709o.f22930b && this.f22931c == c2709o.f22931c && this.f22932d == c2709o.f22932d;
    }

    public final int hashCode() {
        return Integer.hashCode(this.f22932d) + com.google.android.recaptcha.internal.a.b(this.f22931c, Float.hashCode(this.f22930b) * 31, 31);
    }

    public final String toString() {
        return "BlurEffect(renderEffect=null, radiusX=" + this.f22930b + ", radiusY=" + this.f22931c + ", edgeTreatment=" + ((Object) AbstractC2686D.N(this.f22932d)) + ')';
    }
}
