- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
54 lines
1.2 KiB
Java
54 lines
1.2 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.Nullable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzgg implements zzfx {
|
|
|
|
@Nullable
|
|
private zzgy zzb;
|
|
|
|
@Nullable
|
|
private String zzc;
|
|
private boolean zzf;
|
|
private final zzgs zza = new zzgs();
|
|
private int zzd = 8000;
|
|
private int zze = 8000;
|
|
|
|
public final zzgg zzb(boolean z) {
|
|
this.zzf = true;
|
|
return this;
|
|
}
|
|
|
|
public final zzgg zzc(int i) {
|
|
this.zzd = i;
|
|
return this;
|
|
}
|
|
|
|
public final zzgg zzd(int i) {
|
|
this.zze = i;
|
|
return this;
|
|
}
|
|
|
|
public final zzgg zze(@Nullable zzgy zzgyVar) {
|
|
this.zzb = zzgyVar;
|
|
return this;
|
|
}
|
|
|
|
public final zzgg zzf(@Nullable String str) {
|
|
this.zzc = str;
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfx
|
|
/* renamed from: zzg, reason: merged with bridge method [inline-methods] */
|
|
public final zzgl zza() {
|
|
zzgl zzglVar = new zzgl(this.zzc, this.zzd, this.zze, this.zzf, false, this.zza, null, false, null);
|
|
zzgy zzgyVar = this.zzb;
|
|
if (zzgyVar != null) {
|
|
zzglVar.zzf(zzgyVar);
|
|
}
|
|
return zzglVar;
|
|
}
|
|
}
|