Files
rr3-apk/decompiled-community/sources/com/ironsource/adqualitysdk/sdk/i/eq.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

128 lines
4.5 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.view.View;
import android.view.ViewConfiguration;
import com.ironsource.nb;
/* loaded from: classes4.dex */
public final class eq extends ei {
/* renamed from: ﻐ, reason: contains not printable characters */
private static int f1885 = 0;
/* renamed from: ﻛ, reason: contains not printable characters */
private static int f1886 = 1;
/* renamed from: , reason: contains not printable characters */
private static char[] f1887 = {'<', nb.T, '>', '?'};
/* renamed from: ヌ, reason: contains not printable characters */
private static char f1888 = 2;
public eq(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 = f1886 + 83;
int i3 = i2 % 128;
f1885 = i3;
int i4 = i2 % 2;
if (i > 0) {
return false;
}
int i5 = i3 + 1;
f1886 = i5 % 128;
if (i5 % 2 != 0) {
return true;
}
throw null;
}
@Override // com.ironsource.adqualitysdk.sdk.i.ee
/* renamed from: ﻐ */
public final String mo2689() {
int i = f1885 + 11;
f1886 = i % 128;
int i2 = i % 2;
String intern = m2705(2 - View.MeasureSpec.getMode(0), (byte) ((ViewConfiguration.getMaximumFlingVelocity() >> 16) + 58), "\u0001\u0000").intern();
int i3 = f1885 + 109;
f1886 = i3 % 128;
if (i3 % 2 == 0) {
int i4 = 26 / 0;
}
return intern;
}
/* renamed from: ヌ, reason: contains not printable characters */
private static String m2705(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 = f1887;
char c = f1888;
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;
}
}