Files
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

131 lines
4.5 KiB
Java
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
package com.ironsource.adqualitysdk.sdk.i;
import android.graphics.Color;
import android.os.Process;
import android.text.AndroidCharacter;
import android.text.TextUtils;
import android.view.KeyEvent;
import android.view.View;
import android.view.ViewConfiguration;
import org.json.JSONObject;
/* loaded from: classes4.dex */
public final class dk {
/* renamed from: ﺙ, reason: contains not printable characters */
private static int f1683 = 1;
/* renamed from: , reason: contains not printable characters */
private static int f1684 = 40;
/* renamed from: ヌ, reason: contains not printable characters */
private static int f1685;
/* renamed from: ﻐ, reason: contains not printable characters */
private boolean f1686;
/* renamed from: ﻛ, reason: contains not printable characters */
private boolean f1687;
/* renamed from: メ, reason: contains not printable characters */
private String f1688;
public dk(JSONObject jSONObject) {
this.f1687 = jSONObject.optBoolean(m2556(true, "\ufffb\u0007\ufffe\ufffb\uffff\f\u0002○\b\u0003", (ViewConfiguration.getScrollBarFadeDuration() >> 16) + 142, 10 - (ViewConfiguration.getFadingEdgeLength() >> 16), 3 - (Process.getElapsedCpuTime() > 0L ? 1 : (Process.getElapsedCpuTime() == 0L ? 0 : -1))).intern());
this.f1686 = jSONObject.optBoolean(m2556(true, "\ufffb\uffe7\f\uffff\u000e\u0000\ufffb\b\u0003", KeyEvent.keyCodeFromString("") + 142, 8 - TextUtils.indexOf((CharSequence) "", '0'), View.combineMeasuredStates(0, 0) + 7).intern());
this.f1688 = ds.m2637(jSONObject.optString(m2556(false, "\ufffe\u0005\ufffa\u0003\ufffb\n", (ViewConfiguration.getWindowTouchSlop() >> 8) + 146, Color.rgb(0, 0, 0) + 16777222, '3' - AndroidCharacter.getMirror('0')).intern()));
}
/* renamed from: ﻐ, reason: contains not printable characters */
public final boolean m2557() {
int i = f1683 + 81;
f1685 = i % 128;
if (i % 2 == 0) {
return this.f1687;
}
int i2 = 79 / 0;
return this.f1687;
}
/* renamed from: , reason: contains not printable characters */
public final boolean m2558() {
int i = f1685 + 95;
int i2 = i % 128;
f1683 = i2;
int i3 = i % 2;
boolean z = this.f1686;
int i4 = i2 + 17;
f1685 = i4 % 128;
int i5 = i4 % 2;
return z;
}
/* renamed from: ヌ, reason: contains not printable characters */
public final String m2559() {
int i = f1683;
int i2 = i + 91;
f1685 = i2 % 128;
int i3 = i2 % 2;
String str = this.f1688;
int i4 = i + 15;
f1685 = i4 % 128;
if (i4 % 2 == 0) {
return str;
}
throw null;
}
/* renamed from: ﻐ, reason: contains not printable characters */
private static String m2556(boolean z, String str, int i, int i2, int i3) {
String str2;
char[] cArr = str;
if (str != null) {
cArr = str.toCharArray();
}
char[] cArr2 = cArr;
synchronized (a.f57) {
try {
char[] cArr3 = new char[i2];
a.f56 = 0;
while (true) {
int i4 = a.f56;
if (i4 >= i2) {
break;
}
a.f54 = cArr2[i4];
cArr3[a.f56] = (char) (a.f54 + i);
int i5 = a.f56;
cArr3[i5] = (char) (cArr3[i5] - f1684);
a.f56 = i5 + 1;
}
if (i3 > 0) {
a.f55 = i3;
char[] cArr4 = new char[i2];
System.arraycopy(cArr3, 0, cArr4, 0, i2);
int i6 = a.f55;
System.arraycopy(cArr4, 0, cArr3, i2 - i6, i6);
int i7 = a.f55;
System.arraycopy(cArr4, i7, cArr3, 0, i2 - i7);
}
if (z) {
char[] cArr5 = new char[i2];
a.f56 = 0;
while (true) {
int i8 = a.f56;
if (i8 >= i2) {
break;
}
cArr5[i8] = cArr3[(i2 - i8) - 1];
a.f56 = i8 + 1;
}
cArr3 = cArr5;
}
str2 = new String(cArr3);
} catch (Throwable th) {
throw th;
}
}
return str2;
}
}