- 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
37 lines
1.1 KiB
Java
37 lines
1.1 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.graphics.SurfaceTexture;
|
|
import java.util.concurrent.TimeUnit;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzcbm {
|
|
private long zzb;
|
|
private final long zza = TimeUnit.MILLISECONDS.toNanos(((Long) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzQ)).longValue());
|
|
private boolean zzc = true;
|
|
|
|
public final void zza(SurfaceTexture surfaceTexture, final zzcax zzcaxVar) {
|
|
if (zzcaxVar == null) {
|
|
return;
|
|
}
|
|
long timestamp = surfaceTexture.getTimestamp();
|
|
if (!this.zzc) {
|
|
long j = timestamp - this.zzb;
|
|
if (Math.abs(j) < this.zza) {
|
|
return;
|
|
}
|
|
}
|
|
this.zzc = false;
|
|
this.zzb = timestamp;
|
|
com.google.android.gms.ads.internal.util.zzs.zza.post(new Runnable() { // from class: com.google.android.gms.internal.ads.zzcbl
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
zzcax.this.zzk();
|
|
}
|
|
});
|
|
}
|
|
|
|
public final void zzb() {
|
|
this.zzc = true;
|
|
}
|
|
}
|