- 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
70 lines
2.7 KiB
Java
70 lines
2.7 KiB
Java
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);
|
|
}
|
|
}
|