Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,110 @@
package com.google.android.gms.internal.ads;
import android.view.View;
import androidx.annotation.Nullable;
import java.util.Collection;
import java.util.List;
/* loaded from: classes3.dex */
public final class zzfkt extends zzfkp {
private final zzfkr zza;
private zzfnb zzc;
private zzfma zzd;
private final String zzg;
private final zzflo zzb = new zzflo();
private boolean zze = false;
private boolean zzf = false;
public zzfkt(zzfkq zzfkqVar, zzfkr zzfkrVar, String str) {
this.zza = zzfkrVar;
this.zzg = str;
zzk(null);
if (zzfkrVar.zzd() == zzfks.HTML || zzfkrVar.zzd() == zzfks.JAVASCRIPT) {
this.zzd = new zzfmb(str, zzfkrVar.zza());
} else {
this.zzd = new zzfme(str, zzfkrVar.zzi(), null);
}
this.zzd.zzo();
zzflk.zza().zzd(this);
this.zzd.zzf(zzfkqVar);
}
private final void zzk(@Nullable View view) {
this.zzc = new zzfnb(view);
}
@Override // com.google.android.gms.internal.ads.zzfkp
public final void zzb(View view, zzfkw zzfkwVar, @Nullable String str) {
if (this.zzf) {
return;
}
this.zzb.zzb(view, zzfkwVar, "Ad overlay");
}
@Override // com.google.android.gms.internal.ads.zzfkp
public final void zzc() {
if (this.zzf) {
return;
}
this.zzc.clear();
if (!this.zzf) {
this.zzb.zzc();
}
this.zzf = true;
this.zzd.zze();
zzflk.zza().zze(this);
this.zzd.zzc();
this.zzd = null;
}
@Override // com.google.android.gms.internal.ads.zzfkp
public final void zzd(@Nullable View view) {
if (this.zzf || zzf() == view) {
return;
}
zzk(view);
this.zzd.zzb();
Collection<zzfkt> zzc = zzflk.zza().zzc();
if (zzc == null || zzc.isEmpty()) {
return;
}
for (zzfkt zzfktVar : zzc) {
if (zzfktVar != this && zzfktVar.zzf() == view) {
zzfktVar.zzc.clear();
}
}
}
@Override // com.google.android.gms.internal.ads.zzfkp
public final void zze() {
if (this.zze || this.zzd == null) {
return;
}
this.zze = true;
zzflk.zza().zzf(this);
this.zzd.zzl(zzfls.zzb().zza());
this.zzd.zzg(zzfli.zza().zzb());
this.zzd.zzi(this, this.zza);
}
/* JADX WARN: Multi-variable type inference failed */
public final View zzf() {
return (View) this.zzc.get();
}
public final zzfma zzg() {
return this.zzd;
}
public final String zzh() {
return this.zzg;
}
public final List zzi() {
return this.zzb.zza();
}
public final boolean zzj() {
return this.zze && !this.zzf;
}
}