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,33 @@
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);
}
}
}