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

56 lines
1.2 KiB
Java

package com.google.android.gms.internal.ads;
import com.mbridge.msdk.playercommon.exoplayer2.C;
/* loaded from: classes3.dex */
public final class zzkh {
private long zza;
private float zzb;
private long zzc;
public zzkh() {
this.zza = C.TIME_UNSET;
this.zzb = -3.4028235E38f;
this.zzc = C.TIME_UNSET;
}
public /* synthetic */ zzkh(zzkj zzkjVar, zzki zzkiVar) {
this.zza = zzkjVar.zza;
this.zzb = zzkjVar.zzb;
this.zzc = zzkjVar.zzc;
}
public final zzkh zzd(long j) {
boolean z = true;
if (j < 0) {
if (j == C.TIME_UNSET) {
j = -9223372036854775807L;
} else {
z = false;
}
}
zzcw.zzd(z);
this.zzc = j;
return this;
}
public final zzkh zze(long j) {
this.zza = j;
return this;
}
public final zzkh zzf(float f) {
boolean z = true;
if (f <= 0.0f && f != -3.4028235E38f) {
z = false;
}
zzcw.zzd(z);
this.zzb = f;
return this;
}
public final zzkj zzg() {
return new zzkj(this, null);
}
}