- 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
66 lines
1.7 KiB
Java
66 lines
1.7 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.Nullable;
|
|
import java.util.ArrayList;
|
|
import java.util.Collections;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class zzfr implements zzfy {
|
|
private final boolean zza;
|
|
private final ArrayList zzb = new ArrayList(1);
|
|
private int zzc;
|
|
|
|
@Nullable
|
|
private zzgd zzd;
|
|
|
|
public zzfr(boolean z) {
|
|
this.zza = z;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfy
|
|
public /* synthetic */ Map zze() {
|
|
return Collections.emptyMap();
|
|
}
|
|
|
|
public final void zzg(int i) {
|
|
zzgd zzgdVar = this.zzd;
|
|
int i2 = zzei.zza;
|
|
for (int i3 = 0; i3 < this.zzc; i3++) {
|
|
((zzgy) this.zzb.get(i3)).zza(this, zzgdVar, this.zza, i);
|
|
}
|
|
}
|
|
|
|
public final void zzh() {
|
|
zzgd zzgdVar = this.zzd;
|
|
int i = zzei.zza;
|
|
for (int i2 = 0; i2 < this.zzc; i2++) {
|
|
((zzgy) this.zzb.get(i2)).zzb(this, zzgdVar, this.zza);
|
|
}
|
|
this.zzd = null;
|
|
}
|
|
|
|
public final void zzi(zzgd zzgdVar) {
|
|
for (int i = 0; i < this.zzc; i++) {
|
|
((zzgy) this.zzb.get(i)).zzc(this, zzgdVar, this.zza);
|
|
}
|
|
}
|
|
|
|
public final void zzj(zzgd zzgdVar) {
|
|
this.zzd = zzgdVar;
|
|
for (int i = 0; i < this.zzc; i++) {
|
|
((zzgy) this.zzb.get(i)).zzd(this, zzgdVar, this.zza);
|
|
}
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfy
|
|
public final void zzf(zzgy zzgyVar) {
|
|
zzgyVar.getClass();
|
|
if (this.zzb.contains(zzgyVar)) {
|
|
return;
|
|
}
|
|
this.zzb.add(zzgyVar);
|
|
this.zzc++;
|
|
}
|
|
}
|