- 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
59 lines
1.3 KiB
Java
59 lines
1.3 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.Nullable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzdm {
|
|
public final Object zza;
|
|
private zzv zzb = new zzv();
|
|
private boolean zzc;
|
|
private boolean zzd;
|
|
|
|
public zzdm(Object obj) {
|
|
this.zza = obj;
|
|
}
|
|
|
|
public final boolean equals(@Nullable Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || zzdm.class != obj.getClass()) {
|
|
return false;
|
|
}
|
|
return this.zza.equals(((zzdm) obj).zza);
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.zza.hashCode();
|
|
}
|
|
|
|
public final void zza(int i, zzdk zzdkVar) {
|
|
if (this.zzd) {
|
|
return;
|
|
}
|
|
if (i != -1) {
|
|
this.zzb.zza(i);
|
|
}
|
|
this.zzc = true;
|
|
zzdkVar.zza(this.zza);
|
|
}
|
|
|
|
public final void zzb(zzdl zzdlVar) {
|
|
if (this.zzd || !this.zzc) {
|
|
return;
|
|
}
|
|
zzx zzb = this.zzb.zzb();
|
|
this.zzb = new zzv();
|
|
this.zzc = false;
|
|
zzdlVar.zza(this.zza, zzb);
|
|
}
|
|
|
|
public final void zzc(zzdl zzdlVar) {
|
|
this.zzd = true;
|
|
if (this.zzc) {
|
|
this.zzc = false;
|
|
zzdlVar.zza(this.zza, this.zzb.zzb());
|
|
}
|
|
}
|
|
}
|