- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
125 lines
3.1 KiB
Smali
125 lines
3.1 KiB
Smali
.class final Lcom/google/android/gms/internal/ads/zzbit;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/internal/ads/zzbjp;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final bridge synthetic zza(Ljava/lang/Object;Ljava/util/Map;)V
|
|
.locals 5
|
|
|
|
.line 1
|
|
check-cast p1, Lcom/google/android/gms/internal/ads/zzcex;
|
|
|
|
.line 2
|
|
invoke-interface {p1}, Lcom/google/android/gms/internal/ads/zzcex;->getContext()Landroid/content/Context;
|
|
|
|
move-result-object p2
|
|
|
|
const-string v0, "window"
|
|
|
|
invoke-virtual {p2, v0}, Landroid/content/Context;->getSystemService(Ljava/lang/String;)Ljava/lang/Object;
|
|
|
|
move-result-object p2
|
|
|
|
check-cast p2, Landroid/view/WindowManager;
|
|
|
|
.line 3
|
|
invoke-static {}, Lcom/google/android/gms/ads/internal/zzv;->zzq()Lcom/google/android/gms/ads/internal/util/zzs;
|
|
|
|
move-object v0, p1
|
|
|
|
check-cast v0, Landroid/view/View;
|
|
|
|
.line 4
|
|
invoke-static {p2}, Lcom/google/android/gms/ads/internal/util/zzs;->zzu(Landroid/view/WindowManager;)Landroid/util/DisplayMetrics;
|
|
|
|
move-result-object p2
|
|
|
|
.line 5
|
|
iget v1, p2, Landroid/util/DisplayMetrics;->widthPixels:I
|
|
|
|
.line 6
|
|
iget p2, p2, Landroid/util/DisplayMetrics;->heightPixels:I
|
|
|
|
const/4 v2, 0x2
|
|
|
|
new-array v2, v2, [I
|
|
|
|
new-instance v3, Ljava/util/HashMap;
|
|
|
|
.line 7
|
|
invoke-direct {v3}, Ljava/util/HashMap;-><init>()V
|
|
|
|
.line 8
|
|
invoke-virtual {v0, v2}, Landroid/view/View;->getLocationInWindow([I)V
|
|
|
|
const/4 v0, 0x0
|
|
|
|
aget v0, v2, v0
|
|
|
|
.line 9
|
|
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v0
|
|
|
|
const-string v4, "xInPixels"
|
|
|
|
invoke-interface {v3, v4, v0}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
const/4 v0, 0x1
|
|
|
|
aget v0, v2, v0
|
|
|
|
.line 10
|
|
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v0
|
|
|
|
const-string v2, "yInPixels"
|
|
|
|
invoke-interface {v3, v2, v0}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 11
|
|
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v0
|
|
|
|
const-string v1, "windowWidthInPixels"
|
|
|
|
invoke-interface {v3, v1, v0}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 12
|
|
invoke-static {p2}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object p2
|
|
|
|
const-string v0, "windowHeightInPixels"
|
|
|
|
invoke-interface {v3, v0, p2}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
const-string p2, "locationReady"
|
|
|
|
.line 13
|
|
invoke-interface {p1, p2, v3}, Lcom/google/android/gms/internal/ads/zzbmk;->zzd(Ljava/lang/String;Ljava/util/Map;)V
|
|
|
|
const-string p1, "GET LOCATION COMPILED"
|
|
|
|
.line 14
|
|
invoke-static {p1}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zzj(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|