- 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
77 lines
1.7 KiB
Smali
77 lines
1.7 KiB
Smali
.class Lcom/applovin/impl/x5$e;
|
|
.super Landroid/os/Handler;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/impl/x5;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = "e"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:Lcom/applovin/impl/x5;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/applovin/impl/x5;Landroid/os/Looper;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/x5$e;->a:Lcom/applovin/impl/x5;
|
|
|
|
.line 553
|
|
invoke-direct {p0, p2}, Landroid/os/Handler;-><init>(Landroid/os/Looper;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public handleMessage(Landroid/os/Message;)V
|
|
.locals 3
|
|
|
|
.line 559
|
|
iget-object v0, p1, Landroid/os/Message;->obj:Ljava/lang/Object;
|
|
|
|
check-cast v0, Landroid/util/Pair;
|
|
|
|
.line 560
|
|
iget-object v1, v0, Landroid/util/Pair;->first:Ljava/lang/Object;
|
|
|
|
.line 561
|
|
iget-object v0, v0, Landroid/util/Pair;->second:Ljava/lang/Object;
|
|
|
|
.line 562
|
|
iget p1, p1, Landroid/os/Message;->what:I
|
|
|
|
if-eqz p1, :cond_1
|
|
|
|
const/4 v2, 0x1
|
|
|
|
if-eq p1, v2, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
iget-object p1, p0, Lcom/applovin/impl/x5$e;->a:Lcom/applovin/impl/x5;
|
|
|
|
.line 567
|
|
invoke-static {p1, v1, v0}, Lcom/applovin/impl/x5;->b(Lcom/applovin/impl/x5;Ljava/lang/Object;Ljava/lang/Object;)V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
iget-object p1, p0, Lcom/applovin/impl/x5$e;->a:Lcom/applovin/impl/x5;
|
|
|
|
.line 568
|
|
invoke-static {p1, v1, v0}, Lcom/applovin/impl/x5;->a(Lcom/applovin/impl/x5;Ljava/lang/Object;Ljava/lang/Object;)V
|
|
|
|
:goto_0
|
|
return-void
|
|
.end method
|