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,41 @@
package com.google.android.gms.internal.ads;
import android.text.TextUtils;
import java.util.Map;
/* loaded from: classes3.dex */
public final class zzclg implements zzcla {
private final zzduv zza;
public zzclg(zzduv zzduvVar) {
this.zza = zzduvVar;
}
@Override // com.google.android.gms.internal.ads.zzcla
public final void zza(Map map) {
char c;
String str = (String) map.get("gesture");
if (TextUtils.isEmpty(str)) {
return;
}
int hashCode = str.hashCode();
if (hashCode != 97520651) {
if (hashCode == 109399814 && str.equals("shake")) {
c = 0;
}
c = 65535;
} else {
if (str.equals("flick")) {
c = 1;
}
c = 65535;
}
if (c == 0) {
this.zza.zzm(zzdur.SHAKE);
} else if (c != 1) {
this.zza.zzm(zzdur.NONE);
} else {
this.zza.zzm(zzdur.FLICK);
}
}
}