- 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
144 lines
3.6 KiB
Java
144 lines
3.6 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Context;
|
|
import android.view.Surface;
|
|
import androidx.annotation.FloatRange;
|
|
import androidx.annotation.Nullable;
|
|
import com.mbridge.msdk.playercommon.exoplayer2.C;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzaal {
|
|
private final zzaak zza;
|
|
private final zzaap zzb;
|
|
private boolean zzc;
|
|
private long zzf;
|
|
private boolean zzi;
|
|
private int zzd = 0;
|
|
private long zze = C.TIME_UNSET;
|
|
private long zzg = C.TIME_UNSET;
|
|
private long zzh = C.TIME_UNSET;
|
|
private float zzj = 1.0f;
|
|
private zzcx zzk = zzcx.zza;
|
|
|
|
public zzaal(Context context, zzaak zzaakVar, long j) {
|
|
this.zza = zzaakVar;
|
|
this.zzb = new zzaap(context);
|
|
}
|
|
|
|
private final void zzq(int i) {
|
|
this.zzd = Math.min(this.zzd, i);
|
|
}
|
|
|
|
/* JADX WARN: Code restructure failed: missing block: B:51:0x0079, code lost:
|
|
|
|
if (r15 > 100000) goto L35;
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:55:0x0084, code lost:
|
|
|
|
if (r20 >= r24) goto L35;
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:58:0x0089, code lost:
|
|
|
|
if (r17.zzc != false) goto L35;
|
|
*/
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final int zza(long r18, long r20, long r22, long r24, boolean r26, com.google.android.gms.internal.ads.zzaaj r27) throws com.google.android.gms.internal.ads.zzib {
|
|
/*
|
|
Method dump skipped, instructions count: 255
|
|
To view this dump add '--comments-level debug' option
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.google.android.gms.internal.ads.zzaal.zza(long, long, long, long, boolean, com.google.android.gms.internal.ads.zzaaj):int");
|
|
}
|
|
|
|
public final void zzb() {
|
|
if (this.zzd == 0) {
|
|
this.zzd = 1;
|
|
}
|
|
}
|
|
|
|
public final void zzc(boolean z) {
|
|
this.zzi = z;
|
|
this.zzh = C.TIME_UNSET;
|
|
}
|
|
|
|
public final void zzd() {
|
|
zzq(0);
|
|
}
|
|
|
|
public final void zze(boolean z) {
|
|
this.zzd = z ? 1 : 0;
|
|
}
|
|
|
|
public final void zzf() {
|
|
zzq(2);
|
|
}
|
|
|
|
public final void zzg() {
|
|
this.zzc = true;
|
|
this.zzf = zzei.zzs(this.zzk.zzb());
|
|
this.zzb.zzg();
|
|
}
|
|
|
|
public final void zzh() {
|
|
this.zzc = false;
|
|
this.zzh = C.TIME_UNSET;
|
|
this.zzb.zzh();
|
|
}
|
|
|
|
public final void zzi() {
|
|
this.zzb.zzf();
|
|
this.zzg = C.TIME_UNSET;
|
|
this.zze = C.TIME_UNSET;
|
|
zzq(1);
|
|
this.zzh = C.TIME_UNSET;
|
|
}
|
|
|
|
public final void zzj(int i) {
|
|
this.zzb.zzj(i);
|
|
}
|
|
|
|
public final void zzk(zzcx zzcxVar) {
|
|
this.zzk = zzcxVar;
|
|
}
|
|
|
|
public final void zzl(float f) {
|
|
this.zzb.zzc(f);
|
|
}
|
|
|
|
public final void zzm(@Nullable Surface surface) {
|
|
this.zzb.zzi(surface);
|
|
zzq(1);
|
|
}
|
|
|
|
public final void zzn(@FloatRange(from = 0.0d, fromInclusive = false) float f) {
|
|
zzcw.zzd(f > 0.0f);
|
|
if (f == this.zzj) {
|
|
return;
|
|
}
|
|
this.zzj = f;
|
|
this.zzb.zze(f);
|
|
}
|
|
|
|
public final boolean zzo(boolean z) {
|
|
if (!z || this.zzd != 3) {
|
|
if (this.zzh == C.TIME_UNSET) {
|
|
return false;
|
|
}
|
|
r2 = this.zzk.zzb() < this.zzh;
|
|
return r2;
|
|
}
|
|
this.zzh = C.TIME_UNSET;
|
|
return r2;
|
|
}
|
|
|
|
public final boolean zzp() {
|
|
int i = this.zzd;
|
|
this.zzd = 3;
|
|
this.zzf = zzei.zzs(this.zzk.zzb());
|
|
return i != 3;
|
|
}
|
|
}
|