Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzzj.java
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

66 lines
1.6 KiB
Java

package com.google.android.gms.internal.ads;
import com.mbridge.msdk.playercommon.exoplayer2.C;
/* loaded from: classes3.dex */
final class zzzj {
private boolean zzc;
private int zze;
private zzzi zza = new zzzi();
private zzzi zzb = new zzzi();
private long zzd = C.TIME_UNSET;
public final float zza() {
if (this.zza.zzf()) {
return (float) (1.0E9d / this.zza.zza());
}
return -1.0f;
}
public final int zzb() {
return this.zze;
}
public final long zzc() {
return this.zza.zzf() ? this.zza.zza() : C.TIME_UNSET;
}
public final long zzd() {
return this.zza.zzf() ? this.zza.zzb() : C.TIME_UNSET;
}
public final void zze(long j) {
this.zza.zzc(j);
if (this.zza.zzf()) {
this.zzc = false;
} else if (this.zzd != C.TIME_UNSET) {
if (!this.zzc || this.zzb.zze()) {
this.zzb.zzd();
this.zzb.zzc(this.zzd);
}
this.zzc = true;
this.zzb.zzc(j);
}
if (this.zzc && this.zzb.zzf()) {
zzzi zzziVar = this.zza;
this.zza = this.zzb;
this.zzb = zzziVar;
this.zzc = false;
}
this.zzd = j;
this.zze = this.zza.zzf() ? 0 : this.zze + 1;
}
public final void zzf() {
this.zza.zzd();
this.zzb.zzd();
this.zzc = false;
this.zzd = C.TIME_UNSET;
this.zze = 0;
}
public final boolean zzg() {
return this.zza.zzf();
}
}