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

130 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.Color;
import android.view.ViewConfiguration;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/* loaded from: classes4.dex */
public final class dr extends dz {
/* renamed from: , reason: contains not printable characters */
private static int f1761 = 0;
/* renamed from: ヌ, reason: contains not printable characters */
private static int f1762 = 1;
/* renamed from: メ, reason: contains not printable characters */
private static long f1763 = 2121770131662100731L;
/* renamed from: ﻛ, reason: contains not printable characters */
private dz[] f1764;
public dr(List<dz> list, dm dmVar) {
super(dmVar);
dz[] dzVarArr = new dz[list.size()];
this.f1764 = dzVarArr;
list.toArray(dzVarArr);
}
@Override // com.ironsource.adqualitysdk.sdk.i.dz
/* renamed from: ﻛ, reason: contains not printable characters */
public final du mo2636(dq dqVar, ci ciVar) {
ArrayList arrayList = new ArrayList();
dz[] dzVarArr = this.f1764;
int length = dzVarArr.length;
int i = 0;
while (i < length) {
arrayList.add(dzVarArr[i].m2677(dqVar, ciVar).m2663());
i++;
int i2 = f1761 + 73;
f1762 = i2 % 128;
int i3 = i2 % 2;
}
du duVar = new du(arrayList);
int i4 = f1761 + 7;
f1762 = i4 % 128;
if (i4 % 2 != 0) {
return duVar;
}
throw null;
}
public final String toString() {
StringBuilder sb = new StringBuilder();
sb.append(m2635("\ud8a0", Color.rgb(0, 0, 0) + 16798529).intern());
sb.append(dz.m2674(this.f1764));
sb.append(m2635("\ud8a6", (ViewConfiguration.getScrollDefaultDelay() >> 16) + 44971).intern());
String obj = sb.toString();
int i = f1761 + 81;
f1762 = i % 128;
int i2 = i % 2;
return obj;
}
public final boolean equals(Object obj) {
if (this == obj) {
int i = f1761 + 13;
f1762 = i % 128;
int i2 = i % 2;
return true;
}
if (obj == null) {
return false;
}
int i3 = f1761 + 27;
f1762 = i3 % 128;
if (i3 % 2 == 0) {
obj.getClass();
throw null;
}
if (dr.class != obj.getClass()) {
return false;
}
return Arrays.equals(this.f1764, ((dr) obj).f1764);
}
public final int hashCode() {
int i = f1762 + 51;
f1761 = i % 128;
int i2 = i % 2;
int hashCode = Arrays.hashCode(this.f1764);
int i3 = f1762 + 113;
f1761 = i3 % 128;
if (i3 % 2 == 0) {
return hashCode;
}
throw null;
}
/* renamed from: ﻐ, reason: contains not printable characters */
private static String m2635(String str, int i) {
String str2;
char[] cArr = str;
if (str != null) {
cArr = str.toCharArray();
}
char[] cArr2 = cArr;
synchronized (f.f1920) {
try {
f.f1919 = i;
char[] cArr3 = new char[cArr2.length];
f.f1921 = 0;
while (true) {
int i2 = f.f1921;
if (i2 < cArr2.length) {
cArr3[i2] = (char) ((cArr2[i2] ^ (f.f1919 * i2)) ^ f1763);
f.f1921++;
} else {
str2 = new String(cArr3);
}
}
} catch (Throwable th) {
throw th;
}
}
return str2;
}
}