- 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.7 KiB
Smali
72 lines
1.7 KiB
Smali
.class public Lcom/mbridge/msdk/mbbid/out/AdvancedNativeBidRequestParams;
|
|
.super Lcom/mbridge/msdk/mbbid/out/CommonBidRequestParams;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private a:I
|
|
|
|
.field private b:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;II)V
|
|
.locals 0
|
|
|
|
.line 6
|
|
invoke-direct {p0, p1, p2}, Lcom/mbridge/msdk/mbbid/out/CommonBidRequestParams;-><init>(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
iput p4, p0, Lcom/mbridge/msdk/mbbid/out/AdvancedNativeBidRequestParams;->a:I
|
|
|
|
iput p3, p0, Lcom/mbridge/msdk/mbbid/out/AdvancedNativeBidRequestParams;->b:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;II)V
|
|
.locals 0
|
|
|
|
.line 12
|
|
invoke-direct {p0, p1, p2, p3}, Lcom/mbridge/msdk/mbbid/out/CommonBidRequestParams;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
iput p5, p0, Lcom/mbridge/msdk/mbbid/out/AdvancedNativeBidRequestParams;->a:I
|
|
|
|
iput p4, p0, Lcom/mbridge/msdk/mbbid/out/AdvancedNativeBidRequestParams;->b:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getHeight()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/mbridge/msdk/mbbid/out/AdvancedNativeBidRequestParams;->a:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getWidth()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/mbridge/msdk/mbbid/out/AdvancedNativeBidRequestParams;->b:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public setHeight(I)V
|
|
.locals 0
|
|
|
|
iput p1, p0, Lcom/mbridge/msdk/mbbid/out/AdvancedNativeBidRequestParams;->a:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setWidth(I)V
|
|
.locals 0
|
|
|
|
iput p1, p0, Lcom/mbridge/msdk/mbbid/out/AdvancedNativeBidRequestParams;->b:I
|
|
|
|
return-void
|
|
.end method
|