Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
14
apk_decompiled/sources/O/Z.java
Normal file
14
apk_decompiled/sources/O/Z.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package O;
|
||||
|
||||
import android.view.ViewConfiguration;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class Z {
|
||||
public static int a(ViewConfiguration viewConfiguration) {
|
||||
return viewConfiguration.getScaledHoverSlop();
|
||||
}
|
||||
|
||||
public static boolean b(ViewConfiguration viewConfiguration) {
|
||||
return viewConfiguration.shouldShowMenuShortcutsWhenKeyboardPresent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user