Files
rr3-apk/decompiled/sources/com/ironsource/adqualitysdk/sdk/i/ev.java
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

163 lines
5.4 KiB
Java
Raw 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.util.TypedValue;
import android.view.ViewConfiguration;
import com.ironsource.nb;
/* loaded from: classes4.dex */
public final class ev extends en {
/* renamed from: ﻐ, reason: contains not printable characters */
private static char f1901 = 2;
/* renamed from: ﻛ, reason: contains not printable characters */
private static int f1902 = 1;
/* renamed from: , reason: contains not printable characters */
private static char[] f1903 = {'!', nb.T, '\"', '#'};
/* renamed from: ヌ, reason: contains not printable characters */
private static int f1904;
public ev(dz dzVar, dz dzVar2, dm dmVar) {
super(dzVar, dzVar2, dmVar);
}
@Override // com.ironsource.adqualitysdk.sdk.i.en
/* renamed from: メ */
public final boolean mo2703(int i) {
int i2 = f1902 + 19;
int i3 = i2 % 128;
f1904 = i3;
int i4 = i2 % 2;
if (i == 0) {
return false;
}
int i5 = i3 + 53;
f1902 = i5 % 128;
if (i5 % 2 == 0) {
int i6 = 24 / 0;
}
return true;
}
@Override // com.ironsource.adqualitysdk.sdk.i.en
/* renamed from: ヌ */
public final boolean mo2699(String str, String str2) {
int i = f1902 + 67;
f1904 = i % 128;
int i2 = i % 2;
if (!str.equals(str2)) {
return true;
}
int i3 = f1902 + 115;
f1904 = i3 % 128;
if (i3 % 2 == 0) {
return false;
}
throw null;
}
@Override // com.ironsource.adqualitysdk.sdk.i.en
/* renamed from: */
public final boolean mo2698(Object obj, Object obj2) {
int i = f1904;
int i2 = i + 69;
f1902 = i2 % 128;
if (i2 % 2 == 0) {
throw null;
}
if (obj != obj2) {
return true;
}
int i3 = i + 97;
f1902 = i3 % 128;
int i4 = i3 % 2;
return false;
}
@Override // com.ironsource.adqualitysdk.sdk.i.ee
/* renamed from: ﻐ */
public final String mo2689() {
int i = f1902 + 41;
f1904 = i % 128;
int i2 = i % 2;
String intern = m2710((TypedValue.complexToFloat(0) > 0.0f ? 1 : (TypedValue.complexToFloat(0) == 0.0f ? 0 : -1)) + 2, (byte) (ViewConfiguration.getKeyRepeatDelay() >> 16), "\u0001\u0000").intern();
int i3 = f1902 + 83;
f1904 = i3 % 128;
if (i3 % 2 != 0) {
int i4 = 92 / 0;
}
return intern;
}
/* renamed from: , reason: contains not printable characters */
private static String m2710(int i, byte b, String str) {
String str2;
char[] cArr = str;
if (str != null) {
cArr = str.toCharArray();
}
char[] cArr2 = cArr;
synchronized (h.f2156) {
try {
char[] cArr3 = f1903;
char c = f1901;
char[] cArr4 = new char[i];
if (i % 2 != 0) {
i--;
cArr4[i] = (char) (cArr2[i] - b);
}
if (i > 1) {
h.f2159 = 0;
while (true) {
int i2 = h.f2159;
if (i2 >= i) {
break;
}
h.f2158 = cArr2[i2];
h.f2161 = cArr2[h.f2159 + 1];
if (h.f2158 == h.f2161) {
cArr4[h.f2159] = (char) (h.f2158 - b);
cArr4[h.f2159 + 1] = (char) (h.f2161 - b);
} else {
h.f2162 = h.f2158 / c;
h.f2157 = h.f2158 % c;
h.f2160 = h.f2161 / c;
h.f2155 = h.f2161 % c;
if (h.f2157 == h.f2155) {
h.f2162 = ((h.f2162 + c) - 1) % c;
h.f2160 = ((h.f2160 + c) - 1) % c;
int i3 = (h.f2162 * c) + h.f2157;
int i4 = (h.f2160 * c) + h.f2155;
int i5 = h.f2159;
cArr4[i5] = cArr3[i3];
cArr4[i5 + 1] = cArr3[i4];
} else if (h.f2162 == h.f2160) {
h.f2157 = ((h.f2157 + c) - 1) % c;
h.f2155 = ((h.f2155 + c) - 1) % c;
int i6 = (h.f2162 * c) + h.f2157;
int i7 = (h.f2160 * c) + h.f2155;
int i8 = h.f2159;
cArr4[i8] = cArr3[i6];
cArr4[i8 + 1] = cArr3[i7];
} else {
int i9 = (h.f2162 * c) + h.f2155;
int i10 = (h.f2160 * c) + h.f2157;
int i11 = h.f2159;
cArr4[i11] = cArr3[i9];
cArr4[i11 + 1] = cArr3[i10];
}
}
h.f2159 += 2;
}
}
str2 = new String(cArr4);
} catch (Throwable th) {
throw th;
}
}
return str2;
}
}