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

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);
}
}