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

114 lines
3.7 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.graphics.PointF;
import android.text.TextUtils;
import android.view.ViewConfiguration;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
/* loaded from: classes4.dex */
public final class fo extends fr {
/* renamed from: ﻛ, reason: contains not printable characters */
private static int f1972 = 0;
/* renamed from: , reason: contains not printable characters */
private static long f1973 = -3756498506528606000L;
/* renamed from: メ, reason: contains not printable characters */
private static int f1974 = 1;
/* renamed from: ﻐ, reason: contains not printable characters */
private List<dz> f1975;
public fo(List<dz> list) {
this.f1975 = list;
}
@Override // com.ironsource.adqualitysdk.sdk.i.fr
/* renamed from: ﻛ */
public final du mo2721(dq dqVar, ci ciVar) {
Iterator<dz> it = this.f1975.iterator();
while (true) {
ef efVar = null;
if (!it.hasNext()) {
break;
}
int i = f1972 + 39;
f1974 = i % 128;
int i2 = i % 2;
dz next = it.next();
if (next instanceof ef) {
efVar = (ef) next;
} else if (next instanceof dy) {
int i3 = f1974 + 85;
f1972 = i3 % 128;
int i4 = i3 % 2;
efVar = ((dy) next).m2672();
}
if (efVar != null) {
int i5 = f1972 + 93;
f1974 = i5 % 128;
int i6 = i5 % 2;
dqVar.m2630(Arrays.asList(efVar.m2693()));
}
next.mo2636(dqVar, ciVar);
}
du duVar = new du(null);
int i7 = f1974 + 115;
f1972 = i7 % 128;
if (i7 % 2 == 0) {
return duVar;
}
throw null;
}
public final String toString() {
int i = f1972 + 99;
f1974 = i % 128;
int i2 = i % 2;
if (this.f1975 == null) {
return m2728("쳥ᠠ햊辵첓ꂑꑘꗥ⾞", ViewConfiguration.getTouchSlop() >> 8).intern();
}
StringBuilder sb = new StringBuilder();
sb.append(m2728("\uf517\udcd2\uefca䇹\uf561摣鸘殩", 1 - (ViewConfiguration.getZoomControlsTimeout() > 0L ? 1 : (ViewConfiguration.getZoomControlsTimeout() == 0L ? 0 : -1))).intern());
sb.append(TextUtils.join(m2728("\udce5銵뱖ᓞ搕", (PointF.length(0.0f, 0.0f) > 0.0f ? 1 : (PointF.length(0.0f, 0.0f) == 0.0f ? 0 : -1))).intern(), this.f1975));
sb.append(m2728("罏밝㈿慚罴", TextUtils.getTrimmedLength("")).intern());
String obj = sb.toString();
int i3 = f1972 + 81;
f1974 = i3 % 128;
int i4 = i3 % 2;
return obj;
}
/* renamed from: ﻐ, reason: contains not printable characters */
private static String m2728(String str, int i) {
String str2;
char[] cArr = str;
if (str != null) {
cArr = str.toCharArray();
}
char[] cArr2 = cArr;
synchronized (i.f2325) {
try {
char[] m2999 = i.m2999(f1973, cArr2, i);
i.f2324 = 4;
while (true) {
int i2 = i.f2324;
if (i2 < m2999.length) {
i.f2323 = i2 - 4;
m2999[i.f2324] = (char) ((m2999[r1] ^ m2999[r1 % 4]) ^ (i.f2323 * f1973));
i.f2324++;
} else {
str2 = new String(m2999, 4, m2999.length - 4);
}
}
} catch (Throwable th) {
throw th;
}
}
return str2;
}
}