NetMirror.apk
Download file
package androidx.core.widget;
import android.view.View;
import android.widget.PopupWindow;
/* JADX INFO: loaded from: classes.dex */
public abstract class h {
static class a {
static boolean a(PopupWindow popupWindow) {
return popupWindow.getOverlapAnchor();
}
static int b(PopupWindow popupWindow) {
return popupWindow.getWindowLayoutType();
}
static void c(PopupWindow popupWindow, boolean z3) {
popupWindow.setOverlapAnchor(z3);
}
static void d(PopupWindow popupWindow, int i3) {
popupWindow.setWindowLayoutType(i3);
}
}
public static void a(PopupWindow popupWindow, boolean z3) {
a.c(popupWindow, z3);
}
public static void b(PopupWindow popupWindow, int i3) {
a.d(popupWindow, i3);
}
public static void c(PopupWindow popupWindow, View view, int i3, int i4, int i5) {
popupWindow.showAsDropDown(view, i3, i4, i5);
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file