- 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
80 lines
2.3 KiB
Smali
80 lines
2.3 KiB
Smali
.class final Lcom/mbridge/msdk/splash/view/BaseSplashPopView$6;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/mbridge/msdk/splash/view/BaseSplashPopView;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:Lcom/mbridge/msdk/splash/view/BaseSplashPopView;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/mbridge/msdk/splash/view/BaseSplashPopView;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/mbridge/msdk/splash/view/BaseSplashPopView$6;->a:Lcom/mbridge/msdk/splash/view/BaseSplashPopView;
|
|
|
|
.line 616
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final run()V
|
|
.locals 5
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/splash/view/BaseSplashPopView$6;->a:Lcom/mbridge/msdk/splash/view/BaseSplashPopView;
|
|
|
|
.line 619
|
|
iget-object v1, v0, Lcom/mbridge/msdk/splash/view/BaseSplashPopView;->c:Lcom/mbridge/msdk/splash/d/d;
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
.line 620
|
|
new-instance v2, Lcom/mbridge/msdk/out/MBridgeIds;
|
|
|
|
iget-object v3, v0, Lcom/mbridge/msdk/splash/view/BaseSplashPopView;->a:Ljava/lang/String;
|
|
|
|
iget-object v0, v0, Lcom/mbridge/msdk/splash/view/BaseSplashPopView;->b:Ljava/lang/String;
|
|
|
|
invoke-direct {v2, v3, v0}, Lcom/mbridge/msdk/out/MBridgeIds;-><init>(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/splash/view/BaseSplashPopView$6;->a:Lcom/mbridge/msdk/splash/view/BaseSplashPopView;
|
|
|
|
invoke-virtual {v0}, Landroid/view/View;->getWidth()I
|
|
|
|
move-result v0
|
|
|
|
iget-object v3, p0, Lcom/mbridge/msdk/splash/view/BaseSplashPopView$6;->a:Lcom/mbridge/msdk/splash/view/BaseSplashPopView;
|
|
|
|
invoke-virtual {v3}, Landroid/view/View;->getHeight()I
|
|
|
|
move-result v3
|
|
|
|
iget-object v4, p0, Lcom/mbridge/msdk/splash/view/BaseSplashPopView$6;->a:Lcom/mbridge/msdk/splash/view/BaseSplashPopView;
|
|
|
|
invoke-static {v4}, Lcom/mbridge/msdk/splash/view/BaseSplashPopView;->a(Lcom/mbridge/msdk/splash/view/BaseSplashPopView;)I
|
|
|
|
move-result v4
|
|
|
|
invoke-virtual {v1, v2, v0, v3, v4}, Lcom/mbridge/msdk/splash/d/d;->a(Lcom/mbridge/msdk/out/MBridgeIds;III)V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|