Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
43
apk_decompiled/sources/m/AbstractC0467i0.java
Normal file
43
apk_decompiled/sources/m/AbstractC0467i0.java
Normal file
@@ -0,0 +1,43 @@
|
||||
package m;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.AbsListView;
|
||||
import android.widget.AdapterView;
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
/* renamed from: m.i0, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class AbstractC0467i0 {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final Method f7668a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final Method f7669b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public static final Method f7670c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public static final boolean f7671d;
|
||||
|
||||
static {
|
||||
try {
|
||||
Class cls = Integer.TYPE;
|
||||
Class cls2 = Boolean.TYPE;
|
||||
Class cls3 = Float.TYPE;
|
||||
Method declaredMethod = AbsListView.class.getDeclaredMethod("positionSelector", cls, View.class, cls2, cls3, cls3);
|
||||
f7668a = declaredMethod;
|
||||
declaredMethod.setAccessible(true);
|
||||
Method declaredMethod2 = AdapterView.class.getDeclaredMethod("setSelectedPositionInt", cls);
|
||||
f7669b = declaredMethod2;
|
||||
declaredMethod2.setAccessible(true);
|
||||
Method declaredMethod3 = AdapterView.class.getDeclaredMethod("setNextSelectedPositionInt", cls);
|
||||
f7670c = declaredMethod3;
|
||||
declaredMethod3.setAccessible(true);
|
||||
f7671d = true;
|
||||
} catch (NoSuchMethodException e4) {
|
||||
e4.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user