Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
20
apk_decompiled/sources/d0/C0305c.java
Normal file
20
apk_decompiled/sources/d0/C0305c.java
Normal file
@@ -0,0 +1,20 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user