Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
12
apk_decompiled/sources/v2/AbstractC0641a.java
Normal file
12
apk_decompiled/sources/v2/AbstractC0641a.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package v2;
|
||||
|
||||
import android.graphics.Outline;
|
||||
import android.graphics.Path;
|
||||
|
||||
/* renamed from: v2.a, reason: case insensitive filesystem */
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class AbstractC0641a {
|
||||
public static void a(Outline outline, Path path) {
|
||||
outline.setConvexPath(path);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user