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
This commit is contained in:
2026-02-18 15:48:36 -08:00
parent c19eb3d7ff
commit c080f0d97f
26930 changed files with 2529574 additions and 0 deletions

View File

@@ -0,0 +1,76 @@
package com.applovin.impl;
/* loaded from: classes.dex */
final class no {
public l6 a;
public long b;
public long c;
public long d;
public int e;
public int f;
public boolean m;
public mo o;
public boolean q;
public long r;
public boolean s;
public long[] g = new long[0];
public int[] h = new int[0];
public int[] i = new int[0];
public int[] j = new int[0];
public long[] k = new long[0];
public boolean[] l = new boolean[0];
public boolean[] n = new boolean[0];
public final bh p = new bh();
public void a() {
this.e = 0;
this.r = 0L;
this.s = false;
this.m = false;
this.q = false;
this.o = null;
}
public void b(int i) {
this.p.d(i);
this.m = true;
this.q = true;
}
public void a(l8 l8Var) {
l8Var.d(this.p.c(), 0, this.p.e());
this.p.f(0);
this.q = false;
}
public boolean c(int i) {
return this.m && this.n[i];
}
public void a(bh bhVar) {
bhVar.a(this.p.c(), 0, this.p.e());
this.p.f(0);
this.q = false;
}
public long a(int i) {
return this.k[i] + this.j[i];
}
public void a(int i, int i2) {
this.e = i;
this.f = i2;
if (this.h.length < i) {
this.g = new long[i];
this.h = new int[i];
}
if (this.i.length < i2) {
int i3 = (i2 * 125) / 100;
this.i = new int[i3];
this.j = new int[i3];
this.k = new long[i3];
this.l = new boolean[i3];
this.n = new boolean[i3];
}
}
}