Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzdje.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

52 lines
1.3 KiB
Java

package com.google.android.gms.internal.ads;
import android.view.MotionEvent;
import android.view.ViewGroup;
import java.util.Map;
import org.json.JSONObject;
/* loaded from: classes3.dex */
final class zzdje implements zzbfk {
final /* synthetic */ zzdkd zza;
final /* synthetic */ ViewGroup zzb;
public zzdje(zzdkd zzdkdVar, ViewGroup viewGroup) {
this.zza = zzdkdVar;
this.zzb = viewGroup;
}
@Override // com.google.android.gms.internal.ads.zzbfk
public final JSONObject zza() {
return this.zza.zzo();
}
@Override // com.google.android.gms.internal.ads.zzbfk
public final JSONObject zzb() {
return this.zza.zzp();
}
@Override // com.google.android.gms.internal.ads.zzbfk
public final void zzc() {
zzfxn zzfxnVar = zzdjb.zza;
Map zzm = this.zza.zzm();
if (zzm == null) {
return;
}
int size = zzfxnVar.size();
int i = 0;
while (i < size) {
Object obj = zzm.get((String) zzfxnVar.get(i));
i++;
if (obj != null) {
this.zza.onClick(this.zzb);
return;
}
}
}
@Override // com.google.android.gms.internal.ads.zzbfk
public final void zzd(MotionEvent motionEvent) {
this.zza.onTouch(null, motionEvent);
}
}