- 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
78 lines
2.3 KiB
Smali
78 lines
2.3 KiB
Smali
.class final Lcom/mbridge/msdk/mbnative/controller/NativeController$1;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Landroid/view/ViewTreeObserver$OnGlobalLayoutListener;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/mbridge/msdk/mbnative/controller/NativeController;->a(Landroid/view/View;Lcom/mbridge/msdk/foundation/entity/CampaignEx;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:Landroid/widget/ImageView;
|
|
|
|
.field final synthetic b:Landroid/view/View;
|
|
|
|
.field final synthetic c:Lcom/mbridge/msdk/mbnative/controller/NativeController;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/mbridge/msdk/mbnative/controller/NativeController;Landroid/widget/ImageView;Landroid/view/View;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/mbridge/msdk/mbnative/controller/NativeController$1;->c:Lcom/mbridge/msdk/mbnative/controller/NativeController;
|
|
|
|
iput-object p2, p0, Lcom/mbridge/msdk/mbnative/controller/NativeController$1;->a:Landroid/widget/ImageView;
|
|
|
|
iput-object p3, p0, Lcom/mbridge/msdk/mbnative/controller/NativeController$1;->b:Landroid/view/View;
|
|
|
|
.line 995
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final onGlobalLayout()V
|
|
.locals 3
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/mbnative/controller/NativeController$1;->a:Landroid/widget/ImageView;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 999
|
|
new-instance v0, Landroid/widget/FrameLayout$LayoutParams;
|
|
|
|
iget-object v1, p0, Lcom/mbridge/msdk/mbnative/controller/NativeController$1;->b:Landroid/view/View;
|
|
|
|
invoke-virtual {v1}, Landroid/view/View;->getWidth()I
|
|
|
|
move-result v1
|
|
|
|
iget-object v2, p0, Lcom/mbridge/msdk/mbnative/controller/NativeController$1;->b:Landroid/view/View;
|
|
|
|
invoke-virtual {v2}, Landroid/view/View;->getHeight()I
|
|
|
|
move-result v2
|
|
|
|
invoke-direct {v0, v1, v2}, Landroid/widget/FrameLayout$LayoutParams;-><init>(II)V
|
|
|
|
iget-object v1, p0, Lcom/mbridge/msdk/mbnative/controller/NativeController$1;->a:Landroid/widget/ImageView;
|
|
|
|
.line 1000
|
|
invoke-virtual {v1, v0}, Landroid/view/View;->setLayoutParams(Landroid/view/ViewGroup$LayoutParams;)V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|