Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
25
apk_decompiled/sources/D2/a.java
Normal file
25
apk_decompiled/sources/D2/a.java
Normal file
@@ -0,0 +1,25 @@
|
||||
package D2;
|
||||
|
||||
import android.graphics.Paint;
|
||||
import android.graphics.Path;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class a {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final int f378a;
|
||||
|
||||
public a() {
|
||||
new Path();
|
||||
Paint paint = new Paint();
|
||||
Paint paint2 = new Paint();
|
||||
this.f378a = G.a.d(-16777216, 68);
|
||||
G.a.d(-16777216, 20);
|
||||
G.a.d(-16777216, 0);
|
||||
paint2.setColor(this.f378a);
|
||||
paint.setColor(0);
|
||||
Paint paint3 = new Paint(4);
|
||||
paint3.setStyle(Paint.Style.FILL);
|
||||
new Paint(paint3);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user