- 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
138 lines
3.7 KiB
Smali
138 lines
3.7 KiB
Smali
.class public final synthetic Lcom/google/android/gms/internal/ads/zzdka;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Landroid/view/ViewTreeObserver$OnScrollChangedListener;
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic zza:Landroid/view/View;
|
|
|
|
.field public final synthetic zzb:Lcom/google/android/gms/internal/ads/zzcex;
|
|
|
|
.field public final synthetic zzc:Ljava/lang/String;
|
|
|
|
.field public final synthetic zzd:Landroid/view/WindowManager$LayoutParams;
|
|
|
|
.field public final synthetic zze:I
|
|
|
|
.field public final synthetic zzf:Landroid/view/WindowManager;
|
|
|
|
|
|
# direct methods
|
|
.method public synthetic constructor <init>(Landroid/view/View;Lcom/google/android/gms/internal/ads/zzcex;Ljava/lang/String;Landroid/view/WindowManager$LayoutParams;ILandroid/view/WindowManager;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/ads/zzdka;->zza:Landroid/view/View;
|
|
|
|
iput-object p2, p0, Lcom/google/android/gms/internal/ads/zzdka;->zzb:Lcom/google/android/gms/internal/ads/zzcex;
|
|
|
|
iput-object p3, p0, Lcom/google/android/gms/internal/ads/zzdka;->zzc:Ljava/lang/String;
|
|
|
|
iput-object p4, p0, Lcom/google/android/gms/internal/ads/zzdka;->zzd:Landroid/view/WindowManager$LayoutParams;
|
|
|
|
iput p5, p0, Lcom/google/android/gms/internal/ads/zzdka;->zze:I
|
|
|
|
iput-object p6, p0, Lcom/google/android/gms/internal/ads/zzdka;->zzf:Landroid/view/WindowManager;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final onScrollChanged()V
|
|
.locals 6
|
|
|
|
.line 1
|
|
new-instance v0, Landroid/graphics/Rect;
|
|
|
|
invoke-direct {v0}, Landroid/graphics/Rect;-><init>()V
|
|
|
|
iget-object v1, p0, Lcom/google/android/gms/internal/ads/zzdka;->zza:Landroid/view/View;
|
|
|
|
.line 2
|
|
invoke-virtual {v1, v0}, Landroid/view/View;->getGlobalVisibleRect(Landroid/graphics/Rect;)Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_3
|
|
|
|
iget-object v1, p0, Lcom/google/android/gms/internal/ads/zzdka;->zzb:Lcom/google/android/gms/internal/ads/zzcex;
|
|
|
|
.line 3
|
|
invoke-interface {v1}, Lcom/google/android/gms/internal/ads/zzcex;->zzF()Landroid/view/View;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {v2}, Landroid/view/View;->getWindowToken()Landroid/os/IBinder;
|
|
|
|
move-result-object v2
|
|
|
|
if-nez v2, :cond_0
|
|
|
|
goto :goto_2
|
|
|
|
:cond_0
|
|
iget v2, p0, Lcom/google/android/gms/internal/ads/zzdka;->zze:I
|
|
|
|
iget-object v3, p0, Lcom/google/android/gms/internal/ads/zzdka;->zzd:Landroid/view/WindowManager$LayoutParams;
|
|
|
|
iget-object v4, p0, Lcom/google/android/gms/internal/ads/zzdka;->zzc:Ljava/lang/String;
|
|
|
|
const-string v5, "1"
|
|
|
|
.line 4
|
|
invoke-virtual {v5, v4}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v5
|
|
|
|
if-nez v5, :cond_2
|
|
|
|
const-string v5, "2"
|
|
|
|
.line 5
|
|
invoke-virtual {v5, v4}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v4
|
|
|
|
if-eqz v4, :cond_1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
iget v0, v0, Landroid/graphics/Rect;->top:I
|
|
|
|
sub-int/2addr v0, v2
|
|
|
|
.line 7
|
|
iput v0, v3, Landroid/view/WindowManager$LayoutParams;->y:I
|
|
|
|
goto :goto_1
|
|
|
|
:cond_2
|
|
:goto_0
|
|
iget v0, v0, Landroid/graphics/Rect;->bottom:I
|
|
|
|
sub-int/2addr v0, v2
|
|
|
|
.line 6
|
|
iput v0, v3, Landroid/view/WindowManager$LayoutParams;->y:I
|
|
|
|
:goto_1
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzdka;->zzf:Landroid/view/WindowManager;
|
|
|
|
.line 8
|
|
invoke-interface {v1}, Lcom/google/android/gms/internal/ads/zzcex;->zzF()Landroid/view/View;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-interface {v0, v1, v3}, Landroid/view/ViewManager;->updateViewLayout(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V
|
|
|
|
:cond_3
|
|
:goto_2
|
|
return-void
|
|
.end method
|