- 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
61 lines
1.9 KiB
Java
61 lines
1.9 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Context;
|
|
import androidx.annotation.Nullable;
|
|
import com.google.android.gms.ads.AdFormat;
|
|
import com.google.android.gms.dynamic.ObjectWrapper;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzefb implements zzdgc {
|
|
private final zzfbo zza;
|
|
private final zzbrd zzb;
|
|
private final AdFormat zzc;
|
|
|
|
@Nullable
|
|
private zzcwl zzd = null;
|
|
|
|
public zzefb(zzfbo zzfboVar, zzbrd zzbrdVar, AdFormat adFormat) {
|
|
this.zza = zzfboVar;
|
|
this.zzb = zzbrdVar;
|
|
this.zzc = adFormat;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzdgc
|
|
public final void zza(boolean z, Context context, @Nullable zzcwg zzcwgVar) throws zzdgb {
|
|
boolean zzs;
|
|
try {
|
|
AdFormat adFormat = AdFormat.BANNER;
|
|
int ordinal = this.zzc.ordinal();
|
|
if (ordinal == 1) {
|
|
zzs = this.zzb.zzs(ObjectWrapper.wrap(context));
|
|
} else {
|
|
if (ordinal != 2) {
|
|
if (ordinal == 5) {
|
|
zzs = this.zzb.zzr(ObjectWrapper.wrap(context));
|
|
}
|
|
throw new zzdgb("Adapter failed to show.");
|
|
}
|
|
zzs = this.zzb.zzt(ObjectWrapper.wrap(context));
|
|
}
|
|
if (zzs) {
|
|
zzcwl zzcwlVar = this.zzd;
|
|
if (zzcwlVar == null) {
|
|
return;
|
|
}
|
|
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzbE)).booleanValue() || this.zza.zzY != 2) {
|
|
return;
|
|
}
|
|
zzcwlVar.zza();
|
|
return;
|
|
}
|
|
throw new zzdgb("Adapter failed to show.");
|
|
} catch (Throwable th) {
|
|
throw new zzdgb(th);
|
|
}
|
|
}
|
|
|
|
public final void zzb(zzcwl zzcwlVar) {
|
|
this.zzd = zzcwlVar;
|
|
}
|
|
}
|