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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,76 @@
package com.google.android.gms.internal.ads;
import java.io.IOException;
/* loaded from: classes3.dex */
final class zztj implements zzvy {
public final zzvy zza;
final /* synthetic */ zztk zzb;
private boolean zzc;
public zztj(zztk zztkVar, zzvy zzvyVar) {
this.zzb = zztkVar;
this.zza = zzvyVar;
}
@Override // com.google.android.gms.internal.ads.zzvy
public final int zza(zzke zzkeVar, zzhh zzhhVar, int i) {
zztk zztkVar = this.zzb;
if (zztkVar.zzq()) {
return -3;
}
if (this.zzc) {
zzhhVar.zzc(4);
return -4;
}
long zzb = zztkVar.zzb();
int zza = this.zza.zza(zzkeVar, zzhhVar, i);
if (zza != -5) {
long j = this.zzb.zzb;
if (j == Long.MIN_VALUE || ((zza != -4 || zzhhVar.zze < j) && !(zza == -3 && zzb == Long.MIN_VALUE && !zzhhVar.zzd))) {
return zza;
}
zzhhVar.zzb();
zzhhVar.zzc(4);
this.zzc = true;
return -4;
}
zzab zzabVar = zzkeVar.zza;
zzabVar.getClass();
int i2 = zzabVar.zzG;
if (i2 == 0) {
if (zzabVar.zzH != 0) {
i2 = 0;
}
return -5;
}
int i3 = this.zzb.zzb == Long.MIN_VALUE ? zzabVar.zzH : 0;
zzz zzb2 = zzabVar.zzb();
zzb2.zzG(i2);
zzb2.zzH(i3);
zzkeVar.zza = zzb2.zzag();
return -5;
}
@Override // com.google.android.gms.internal.ads.zzvy
public final int zzb(long j) {
if (this.zzb.zzq()) {
return -3;
}
return this.zza.zzb(j);
}
public final void zzc() {
this.zzc = false;
}
@Override // com.google.android.gms.internal.ads.zzvy
public final void zzd() throws IOException {
this.zza.zzd();
}
@Override // com.google.android.gms.internal.ads.zzvy
public final boolean zze() {
return !this.zzb.zzq() && this.zza.zze();
}
}