Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
26
apk_decompiled/sources/O/T.java
Normal file
26
apk_decompiled/sources/O/T.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package O;
|
||||
|
||||
import android.view.View;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class T {
|
||||
public static int a(View view) {
|
||||
return view.getImportantForContentCapture();
|
||||
}
|
||||
|
||||
public static CharSequence b(View view) {
|
||||
return view.getStateDescription();
|
||||
}
|
||||
|
||||
public static boolean c(View view) {
|
||||
return view.isImportantForContentCapture();
|
||||
}
|
||||
|
||||
public static void d(View view, int i) {
|
||||
view.setImportantForContentCapture(i);
|
||||
}
|
||||
|
||||
public static void e(View view, CharSequence charSequence) {
|
||||
view.setStateDescription(charSequence);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user