20 lines
484 B
Java
20 lines
484 B
Java
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) {
|
|
}
|
|
}
|
|
}
|