Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
31
apk_decompiled/sources/O/M.java
Normal file
31
apk_decompiled/sources/O/M.java
Normal file
@@ -0,0 +1,31 @@
|
||||
package O;
|
||||
|
||||
import android.view.View;
|
||||
import android.view.WindowInsets;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class M {
|
||||
public static D0 a(View view) {
|
||||
WindowInsets rootWindowInsets = view.getRootWindowInsets();
|
||||
if (rootWindowInsets == null) {
|
||||
return null;
|
||||
}
|
||||
D0 f2 = D0.f(null, rootWindowInsets);
|
||||
B0 b02 = f2.f1207a;
|
||||
b02.p(f2);
|
||||
b02.d(view.getRootView());
|
||||
return f2;
|
||||
}
|
||||
|
||||
public static int b(View view) {
|
||||
return view.getScrollIndicators();
|
||||
}
|
||||
|
||||
public static void c(View view, int i) {
|
||||
view.setScrollIndicators(i);
|
||||
}
|
||||
|
||||
public static void d(View view, int i, int i4) {
|
||||
view.setScrollIndicators(i, i4);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user