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,30 @@
package com.google.android.gms.internal.ads;
import android.util.DisplayMetrics;
import android.view.View;
import android.view.WindowManager;
import java.util.HashMap;
import java.util.Map;
/* loaded from: classes3.dex */
final class zzbit implements zzbjp {
/* JADX WARN: Multi-variable type inference failed */
@Override // com.google.android.gms.internal.ads.zzbjp
public final /* bridge */ /* synthetic */ void zza(Object obj, Map map) {
zzcex zzcexVar = (zzcex) obj;
WindowManager windowManager = (WindowManager) zzcexVar.getContext().getSystemService("window");
com.google.android.gms.ads.internal.zzv.zzq();
DisplayMetrics zzu = com.google.android.gms.ads.internal.util.zzs.zzu(windowManager);
int i = zzu.widthPixels;
int i2 = zzu.heightPixels;
int[] iArr = new int[2];
HashMap hashMap = new HashMap();
((View) zzcexVar).getLocationInWindow(iArr);
hashMap.put("xInPixels", Integer.valueOf(iArr[0]));
hashMap.put("yInPixels", Integer.valueOf(iArr[1]));
hashMap.put("windowWidthInPixels", Integer.valueOf(i));
hashMap.put("windowHeightInPixels", Integer.valueOf(i2));
zzcexVar.zzd("locationReady", hashMap);
com.google.android.gms.ads.internal.util.client.zzo.zzj("GET LOCATION COMPILED");
}
}