package W0;

import android.text.TextPaint;
import android.text.style.CharacterStyle;

/* JADX INFO: loaded from: classes.dex */
public final class k extends CharacterStyle {

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

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

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

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

    public k(int i6, float f6, float f7, float f8) {
        this.f8416a = i6;
        this.f8417b = f6;
        this.f8418c = f7;
        this.f8419d = f8;
    }

    @Override // android.text.style.CharacterStyle
    public final void updateDrawState(TextPaint textPaint) {
        textPaint.setShadowLayer(this.f8419d, this.f8417b, this.f8418c, this.f8416a);
    }
}
