Files
adif-api-reverse-engineering/apk_decompiled/sources/d0/C0305c.java

21 lines
552 B
Java

package d0;
import android.text.TextPaint;
/* renamed from: d0.c, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0305c {
/* renamed from: b, reason: collision with root package name */
public static final ThreadLocal f6116b = new ThreadLocal();
/* renamed from: a, reason: collision with root package name */
public final TextPaint f6117a;
public C0305c() {
TextPaint textPaint = new TextPaint();
this.f6117a = textPaint;
textPaint.setTextSize(10.0f);
}
}