- 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
42 lines
1.0 KiB
Java
42 lines
1.0 KiB
Java
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);
|
|
}
|
|
}
|
|
}
|