Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzzj.java
Daniel Elliott f9d20bb3fc 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>
2026-02-18 14:52:23 -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();
}
}