- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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);
|
|
}
|
|
}
|