Files
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

34 lines
1.3 KiB
Java

package com.google.android.gms.internal.ads;
import android.content.Context;
import android.view.MotionEvent;
import com.google.common.util.concurrent.ListenableFuture;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
/* loaded from: classes3.dex */
public final class zzbds {
private MotionEvent zza = MotionEvent.obtain(0, 0, 1, 0.0f, 0.0f, 0);
private MotionEvent zzb = MotionEvent.obtain(0, 0, 0, 0.0f, 0.0f, 0);
private final ScheduledExecutorService zzc;
public zzbds(Context context, ScheduledExecutorService scheduledExecutorService, zzbdu zzbduVar, zzfhh zzfhhVar) {
this.zzc = scheduledExecutorService;
}
public final ListenableFuture zza() {
return (zzgby) zzgch.zzo(zzgby.zzu(zzgch.zzh(null)), ((Long) zzbek.zzc.zze()).longValue(), TimeUnit.MILLISECONDS, this.zzc);
}
public final void zzb(MotionEvent motionEvent) {
if (motionEvent.getAction() == 1 && motionEvent.getEventTime() > this.zza.getEventTime()) {
this.zza = MotionEvent.obtain(motionEvent);
} else {
if (motionEvent.getAction() != 0 || motionEvent.getEventTime() <= this.zzb.getEventTime()) {
return;
}
this.zzb = MotionEvent.obtain(motionEvent);
}
}
}