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 android.content.Context;
import android.graphics.Point;
import android.util.SparseArray;
import android.util.SparseBooleanArray;
import java.util.HashMap;
import java.util.Map;
/* loaded from: classes3.dex */
public final class zzxg extends zzbv {
private boolean zza;
private boolean zzb;
private boolean zzc;
private boolean zzd;
private boolean zze;
private boolean zzf;
private boolean zzg;
private final SparseArray zzh;
private final SparseBooleanArray zzi;
@Deprecated
public zzxg() {
this.zzh = new SparseArray();
this.zzi = new SparseBooleanArray();
zzy();
}
private final void zzy() {
this.zza = true;
this.zzb = true;
this.zzc = true;
this.zzd = true;
this.zze = true;
this.zzf = true;
this.zzg = true;
}
public final zzxg zzq(int i, boolean z) {
if (this.zzi.get(i) != z) {
if (z) {
this.zzi.put(i, true);
} else {
this.zzi.delete(i);
}
}
return this;
}
public zzxg(Context context) {
super.zze(context);
Point zzw = zzei.zzw(context);
super.zzf(zzw.x, zzw.y, true);
this.zzh = new SparseArray();
this.zzi = new SparseBooleanArray();
zzy();
}
public /* synthetic */ zzxg(zzxh zzxhVar, zzxs zzxsVar) {
super(zzxhVar);
this.zza = zzxhVar.zzD;
this.zzb = zzxhVar.zzF;
this.zzc = zzxhVar.zzH;
this.zzd = zzxhVar.zzM;
this.zze = zzxhVar.zzN;
this.zzf = zzxhVar.zzO;
this.zzg = zzxhVar.zzQ;
SparseArray sparseArray = zzxhVar.zzS;
SparseArray sparseArray2 = new SparseArray();
for (int i = 0; i < sparseArray.size(); i++) {
sparseArray2.put(sparseArray.keyAt(i), new HashMap((Map) sparseArray.valueAt(i)));
}
this.zzh = sparseArray2;
this.zzi = zzxhVar.zzT.clone();
}
}