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

92 lines
2.3 KiB
Java

package com.google.android.gms.internal.ads;
/* loaded from: classes3.dex */
public class zzgyn {
protected volatile zzgzc zza;
private volatile zzgwj zzb;
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof zzgyn)) {
return false;
}
zzgyn zzgynVar = (zzgyn) obj;
zzgzc zzgzcVar = this.zza;
zzgzc zzgzcVar2 = zzgynVar.zza;
if (zzgzcVar == null && zzgzcVar2 == null) {
return zzb().equals(zzgynVar.zzb());
}
if (zzgzcVar != null && zzgzcVar2 != null) {
return zzgzcVar.equals(zzgzcVar2);
}
if (zzgzcVar != null) {
zzgynVar.zzd(zzgzcVar.zzbt());
return zzgzcVar.equals(zzgynVar.zza);
}
zzd(zzgzcVar2.zzbt());
return this.zza.equals(zzgzcVar2);
}
public int hashCode() {
return 1;
}
public final int zza() {
if (this.zzb != null) {
return ((zzgwg) this.zzb).zza.length;
}
if (this.zza != null) {
return this.zza.zzaY();
}
return 0;
}
public final zzgwj zzb() {
if (this.zzb != null) {
return this.zzb;
}
synchronized (this) {
try {
if (this.zzb != null) {
return this.zzb;
}
if (this.zza == null) {
this.zzb = zzgwj.zzb;
} else {
this.zzb = this.zza.zzaN();
}
return this.zzb;
} catch (Throwable th) {
throw th;
}
}
}
public final zzgzc zzc(zzgzc zzgzcVar) {
zzgzc zzgzcVar2 = this.zza;
this.zzb = null;
this.zza = zzgzcVar;
return zzgzcVar2;
}
public final void zzd(zzgzc zzgzcVar) {
if (this.zza != null) {
return;
}
synchronized (this) {
if (this.zza != null) {
return;
}
try {
this.zza = zzgzcVar;
this.zzb = zzgwj.zzb;
} catch (zzgyg unused) {
this.zza = zzgzcVar;
this.zzb = zzgwj.zzb;
}
}
}
}