package c0;

import android.text.TextPaint;

/* JADX INFO: renamed from: c0.d, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0567d {

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

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

    public C0567d() {
        TextPaint textPaint = new TextPaint();
        this.f9283a = textPaint;
        textPaint.setTextSize(10.0f);
    }
}
