- 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
72 lines
1.1 KiB
Smali
72 lines
1.1 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzfml;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static zza(Landroid/view/View;)Ljava/lang/String;
|
|
.locals 2
|
|
|
|
.line 1
|
|
invoke-virtual {p0}, Landroid/view/View;->isAttachedToWindow()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_4
|
|
|
|
.line 2
|
|
invoke-virtual {p0}, Landroid/view/View;->getVisibility()I
|
|
|
|
move-result v0
|
|
|
|
const/16 v1, 0x8
|
|
|
|
if-ne v0, v1, :cond_0
|
|
|
|
const-string p0, "viewGone"
|
|
|
|
return-object p0
|
|
|
|
:cond_0
|
|
const/4 v1, 0x4
|
|
|
|
if-ne v0, v1, :cond_1
|
|
|
|
const-string p0, "viewInvisible"
|
|
|
|
return-object p0
|
|
|
|
:cond_1
|
|
if-eqz v0, :cond_2
|
|
|
|
const-string p0, "viewNotVisible"
|
|
|
|
return-object p0
|
|
|
|
.line 3
|
|
:cond_2
|
|
invoke-virtual {p0}, Landroid/view/View;->getAlpha()F
|
|
|
|
move-result p0
|
|
|
|
const/4 v0, 0x0
|
|
|
|
cmpl-float p0, p0, v0
|
|
|
|
if-nez p0, :cond_3
|
|
|
|
const-string p0, "viewAlphaZero"
|
|
|
|
return-object p0
|
|
|
|
:cond_3
|
|
const/4 p0, 0x0
|
|
|
|
return-object p0
|
|
|
|
:cond_4
|
|
const-string p0, "notAttached"
|
|
|
|
return-object p0
|
|
.end method
|