Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
package S1;
import android.widget.ImageView;
/* loaded from: classes3.dex */
public abstract /* synthetic */ class l {
/* renamed from: a, reason: collision with root package name */
public static final /* synthetic */ int[] f1548a;
static {
int[] iArr = new int[ImageView.ScaleType.values().length];
f1548a = iArr;
try {
iArr[ImageView.ScaleType.FIT_CENTER.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
f1548a[ImageView.ScaleType.FIT_START.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
f1548a[ImageView.ScaleType.FIT_END.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
try {
f1548a[ImageView.ScaleType.FIT_XY.ordinal()] = 4;
} catch (NoSuchFieldError unused4) {
}
}
}