Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
19
apk_decompiled/sources/S1/p.java
Normal file
19
apk_decompiled/sources/S1/p.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package S1;
|
||||
|
||||
import android.widget.ImageView;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract /* synthetic */ class p {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final /* synthetic */ int[] f1579a;
|
||||
|
||||
static {
|
||||
int[] iArr = new int[ImageView.ScaleType.values().length];
|
||||
f1579a = iArr;
|
||||
try {
|
||||
iArr[ImageView.ScaleType.MATRIX.ordinal()] = 1;
|
||||
} catch (NoSuchFieldError unused) {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user