package T1;

import android.text.TextPaint;

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final ThreadLocal f6577b = new ThreadLocal();

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

    public d() {
        TextPaint textPaint = new TextPaint();
        this.f6578a = textPaint;
        textPaint.setTextSize(10.0f);
    }
}
