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,55 @@
package com.google.android.gms.internal.ads;
import com.mbridge.msdk.playercommon.exoplayer2.C;
/* loaded from: classes3.dex */
public final class zzkh {
private long zza;
private float zzb;
private long zzc;
public zzkh() {
this.zza = C.TIME_UNSET;
this.zzb = -3.4028235E38f;
this.zzc = C.TIME_UNSET;
}
public /* synthetic */ zzkh(zzkj zzkjVar, zzki zzkiVar) {
this.zza = zzkjVar.zza;
this.zzb = zzkjVar.zzb;
this.zzc = zzkjVar.zzc;
}
public final zzkh zzd(long j) {
boolean z = true;
if (j < 0) {
if (j == C.TIME_UNSET) {
j = -9223372036854775807L;
} else {
z = false;
}
}
zzcw.zzd(z);
this.zzc = j;
return this;
}
public final zzkh zze(long j) {
this.zza = j;
return this;
}
public final zzkh zzf(float f) {
boolean z = true;
if (f <= 0.0f && f != -3.4028235E38f) {
z = false;
}
zzcw.zzd(z);
this.zzb = f;
return this;
}
public final zzkj zzg() {
return new zzkj(this, null);
}
}