Files
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

184 lines
5.6 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.view.ViewConfiguration;
/* loaded from: classes4.dex */
public abstract class ee extends dz {
/* renamed from: ﻐ, reason: contains not printable characters */
private static int f1851 = 0;
/* renamed from: ヌ, reason: contains not printable characters */
private static int f1852 = 136;
/* renamed from: メ, reason: contains not printable characters */
private static int f1853 = 1;
/* renamed from: ﻛ, reason: contains not printable characters */
private dz f1854;
/* renamed from: , reason: contains not printable characters */
private dz f1855;
/* renamed from: ﻐ, reason: contains not printable characters */
public abstract String mo2689();
public ee(dz dzVar, dz dzVar2, dm dmVar) {
super(dmVar);
this.f1854 = dzVar;
this.f1855 = dzVar2;
}
/* renamed from: ヌ, reason: contains not printable characters */
public final dz m2690() {
int i = f1851 + 9;
int i2 = i % 128;
f1853 = i2;
int i3 = i % 2;
dz dzVar = this.f1854;
int i4 = i2 + 93;
f1851 = i4 % 128;
int i5 = i4 % 2;
return dzVar;
}
/* renamed from: メ, reason: contains not printable characters */
public final dz m2691() {
int i = f1853 + 119;
int i2 = i % 128;
f1851 = i2;
int i3 = i % 2;
dz dzVar = this.f1855;
int i4 = i2 + 115;
f1853 = i4 % 128;
if (i4 % 2 != 0) {
return dzVar;
}
throw null;
}
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append(this.f1854);
sb.append(m2688(true, "\u0000", 168 - (ViewConfiguration.getJumpTapTimeout() >> 16), (ViewConfiguration.getScrollFriction() > 0.0f ? 1 : (ViewConfiguration.getScrollFriction() == 0.0f ? 0 : -1)), 1 - Color.blue(0)).intern());
sb.append(mo2689());
sb.append(m2688(true, "\u0000", (ViewConfiguration.getScrollBarSize() >> 8) + 168, 1 - (ViewConfiguration.getScrollBarSize() >> 8), Color.alpha(0) + 1).intern());
sb.append(this.f1855);
String obj = sb.toString();
int i = f1851 + 61;
f1853 = i % 128;
if (i % 2 != 0) {
return obj;
}
throw null;
}
public boolean equals(Object obj) {
if (this != obj) {
if (obj != null && getClass() == obj.getClass()) {
ee eeVar = (ee) obj;
dz dzVar = this.f1854;
if (dzVar == null ? eeVar.f1854 != null : !dzVar.equals(eeVar.f1854)) {
return false;
}
dz dzVar2 = this.f1855;
dz dzVar3 = eeVar.f1855;
if (dzVar2 != null) {
return dzVar2.equals(dzVar3);
}
if (dzVar3 == null) {
int i = f1851 + 53;
f1853 = i % 128;
int i2 = i % 2;
return true;
}
}
return false;
}
int i3 = f1853 + 73;
f1851 = i3 % 128;
return i3 % 2 == 0;
}
public int hashCode() {
int i;
dz dzVar = this.f1854;
int i2 = 0;
if (dzVar != null) {
int i3 = f1851 + 121;
f1853 = i3 % 128;
if (i3 % 2 == 0) {
i = dzVar.hashCode();
int i4 = 87 / 0;
} else {
i = dzVar.hashCode();
}
} else {
i = 0;
}
int i5 = i * 31;
dz dzVar2 = this.f1855;
if (dzVar2 != null) {
int i6 = f1853 + 5;
f1851 = i6 % 128;
int i7 = i6 % 2;
i2 = dzVar2.hashCode();
}
return i5 + i2;
}
/* renamed from: ﻛ, reason: contains not printable characters */
private static String m2688(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] - f1852);
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;
}
}