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,69 @@
package com.google.android.gms.internal.ads;
import com.google.android.gms.common.util.CollectionUtils;
import com.vungle.ads.internal.presenter.MRAIDPresenter;
import java.util.Map;
/* loaded from: classes3.dex */
public final class zzbjw implements zzbjp {
static final Map zza = CollectionUtils.mapOfKeyValueArrays(new String[]{"resize", "playVideo", "storePicture", "createCalendarEvent", MRAIDPresenter.SET_ORIENTATION_PROPERTIES, "closeResizedAd", "unload"}, new Integer[]{1, 2, 3, 4, 5, 6, 7});
private final com.google.android.gms.ads.internal.zzb zzb;
private final zzbsc zzc;
private final zzbsj zzd;
public zzbjw(com.google.android.gms.ads.internal.zzb zzbVar, zzbsc zzbscVar, zzbsj zzbsjVar) {
this.zzb = zzbVar;
this.zzc = zzbscVar;
this.zzd = zzbsjVar;
}
@Override // com.google.android.gms.internal.ads.zzbjp
public final /* bridge */ /* synthetic */ void zza(Object obj, Map map) {
zzcex zzcexVar = (zzcex) obj;
int intValue = ((Integer) zza.get((String) map.get("a"))).intValue();
int i = 6;
if (intValue != 5) {
if (intValue != 7) {
com.google.android.gms.ads.internal.zzb zzbVar = this.zzb;
if (!zzbVar.zzc()) {
zzbVar.zzb(null);
return;
}
if (intValue == 1) {
this.zzc.zzb(map);
return;
}
if (intValue == 3) {
new zzbsf(zzcexVar, map).zzb();
return;
}
if (intValue == 4) {
new zzbrz(zzcexVar, map).zzc();
return;
} else if (intValue != 5) {
if (intValue == 6) {
this.zzc.zza(true);
return;
} else if (intValue != 7) {
com.google.android.gms.ads.internal.util.client.zzo.zzi("Unknown MRAID command called.");
return;
}
}
}
this.zzd.zzc();
return;
}
String str = (String) map.get("forceOrientation");
boolean parseBoolean = map.containsKey("allowOrientationChange") ? Boolean.parseBoolean((String) map.get("allowOrientationChange")) : true;
if (zzcexVar == null) {
com.google.android.gms.ads.internal.util.client.zzo.zzj("AdWebView is null");
return;
}
if ("portrait".equalsIgnoreCase(str)) {
i = 7;
} else if (!"landscape".equalsIgnoreCase(str)) {
i = parseBoolean ? -1 : 14;
}
zzcexVar.zzau(i);
}
}