49 lines
1.5 KiB
Java
49 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
import android.view.WindowManager;
|
||
|
import java.lang.reflect.InvocationHandler;
|
||
|
import java.lang.reflect.Method;
|
||
|
import java.util.Arrays;
|
||
|
|
||
|
/* renamed from: o.fKt, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class C12908fKt implements InvocationHandler {
|
||
|
public static final RVV b = new RVV(0);
|
||
|
public Object e;
|
||
|
|
||
|
@Override // java.lang.reflect.InvocationHandler
|
||
|
public final Object invoke(Object obj, Method method, Object[] objArr) {
|
||
|
C14957gcv.e(obj, "");
|
||
|
C14957gcv.e(method, "");
|
||
|
C14957gcv.e(objArr, "");
|
||
|
try {
|
||
|
if (C14957gcv.b((Object) method.getName(), (Object) "addView") && objArr.length == 2) {
|
||
|
Object obj2 = objArr[1];
|
||
|
C14957gcv.d(obj2, "");
|
||
|
WindowManager.LayoutParams layoutParams = (WindowManager.LayoutParams) obj2;
|
||
|
if (layoutParams != null) {
|
||
|
try {
|
||
|
layoutParams.flags = (layoutParams.flags & (-8193)) | 8192;
|
||
|
} catch (Exception e) {
|
||
|
guQ.d(e);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
} catch (Exception e2) {
|
||
|
guQ.d(e2);
|
||
|
}
|
||
|
return method.invoke(this.e, Arrays.copyOf(objArr, objArr.length));
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.fKt$RVV */
|
||
|
/* loaded from: classes5.dex */
|
||
|
public static final class RVV {
|
||
|
private RVV() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ RVV(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
}
|