Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
22
apk_decompiled/sources/U/l.java
Normal file
22
apk_decompiled/sources/U/l.java
Normal file
@@ -0,0 +1,22 @@
|
||||
package U;
|
||||
|
||||
import android.widget.PopupWindow;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class l {
|
||||
public static boolean a(PopupWindow popupWindow) {
|
||||
return popupWindow.getOverlapAnchor();
|
||||
}
|
||||
|
||||
public static int b(PopupWindow popupWindow) {
|
||||
return popupWindow.getWindowLayoutType();
|
||||
}
|
||||
|
||||
public static void c(PopupWindow popupWindow, boolean z3) {
|
||||
popupWindow.setOverlapAnchor(z3);
|
||||
}
|
||||
|
||||
public static void d(PopupWindow popupWindow, int i) {
|
||||
popupWindow.setWindowLayoutType(i);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user