- 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
47 lines
1.4 KiB
Java
47 lines
1.4 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.GuardedBy;
|
|
import androidx.annotation.Nullable;
|
|
import com.google.android.gms.ads.nativead.NativeCustomFormatAd;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzbsr {
|
|
private final NativeCustomFormatAd.OnCustomFormatAdLoadedListener zza;
|
|
|
|
@Nullable
|
|
private final NativeCustomFormatAd.OnCustomClickListener zzb;
|
|
|
|
@Nullable
|
|
@GuardedBy("this")
|
|
private NativeCustomFormatAd zzc;
|
|
|
|
public zzbsr(NativeCustomFormatAd.OnCustomFormatAdLoadedListener onCustomFormatAdLoadedListener, @Nullable NativeCustomFormatAd.OnCustomClickListener onCustomClickListener) {
|
|
this.zza = onCustomFormatAdLoadedListener;
|
|
this.zzb = onCustomClickListener;
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: private */
|
|
public final synchronized NativeCustomFormatAd zzf(zzbgq zzbgqVar) {
|
|
NativeCustomFormatAd nativeCustomFormatAd = this.zzc;
|
|
if (nativeCustomFormatAd != null) {
|
|
return nativeCustomFormatAd;
|
|
}
|
|
zzbss zzbssVar = new zzbss(zzbgqVar);
|
|
this.zzc = zzbssVar;
|
|
return zzbssVar;
|
|
}
|
|
|
|
@Nullable
|
|
public final zzbha zza() {
|
|
zzbsq zzbsqVar = null;
|
|
if (this.zzb == null) {
|
|
return null;
|
|
}
|
|
return new zzbso(this, zzbsqVar);
|
|
}
|
|
|
|
public final zzbhd zzb() {
|
|
return new zzbsp(this, null);
|
|
}
|
|
}
|