- 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
199 lines
6.6 KiB
Smali
199 lines
6.6 KiB
Smali
.class Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/firemonkeys/cloudcellapi/UserInterfaceManager;->LabelCreate(Landroid/widget/TextView;Landroid/widget/RelativeLayout;Ljava/lang/String;Ljava/lang/String;IFFFIIII)Landroid/widget/TextView;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Lcom/firemonkeys/cloudcellapi/UserInterfaceManager;
|
|
|
|
.field final synthetic val$bCreate:Z
|
|
|
|
.field final synthetic val$fBlue:F
|
|
|
|
.field final synthetic val$fGreen:F
|
|
|
|
.field final synthetic val$fRed:F
|
|
|
|
.field final synthetic val$iFontSize:I
|
|
|
|
.field final synthetic val$iHeight:I
|
|
|
|
.field final synthetic val$iWidth:I
|
|
|
|
.field final synthetic val$iX:I
|
|
|
|
.field final synthetic val$iY:I
|
|
|
|
.field final synthetic val$pFinalTextView:Landroid/widget/TextView;
|
|
|
|
.field final synthetic val$pLayout:Landroid/widget/RelativeLayout;
|
|
|
|
.field final synthetic val$sFontFace:Ljava/lang/String;
|
|
|
|
.field final synthetic val$sString:Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/firemonkeys/cloudcellapi/UserInterfaceManager;Landroid/widget/TextView;Ljava/lang/String;ILjava/lang/String;FFFIIIIZLandroid/widget/RelativeLayout;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()V"
|
|
}
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->this$0:Lcom/firemonkeys/cloudcellapi/UserInterfaceManager;
|
|
|
|
iput-object p2, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$pFinalTextView:Landroid/widget/TextView;
|
|
|
|
iput-object p3, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$sString:Ljava/lang/String;
|
|
|
|
iput p4, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$iFontSize:I
|
|
|
|
iput-object p5, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$sFontFace:Ljava/lang/String;
|
|
|
|
iput p6, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$fRed:F
|
|
|
|
iput p7, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$fGreen:F
|
|
|
|
iput p8, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$fBlue:F
|
|
|
|
iput p9, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$iWidth:I
|
|
|
|
iput p10, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$iHeight:I
|
|
|
|
iput p11, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$iX:I
|
|
|
|
iput p12, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$iY:I
|
|
|
|
iput-boolean p13, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$bCreate:Z
|
|
|
|
iput-object p14, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$pLayout:Landroid/widget/RelativeLayout;
|
|
|
|
.line 422
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public run()V
|
|
.locals 5
|
|
|
|
iget-object v0, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$pFinalTextView:Landroid/widget/TextView;
|
|
|
|
iget-object v1, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$sString:Ljava/lang/String;
|
|
|
|
.line 426
|
|
invoke-virtual {v0, v1}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V
|
|
|
|
iget-object v0, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$pFinalTextView:Landroid/widget/TextView;
|
|
|
|
iget v1, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$iFontSize:I
|
|
|
|
int-to-float v1, v1
|
|
|
|
const/4 v2, 0x0
|
|
|
|
.line 427
|
|
invoke-virtual {v0, v2, v1}, Landroid/widget/TextView;->setTextSize(IF)V
|
|
|
|
iget-object v0, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$pFinalTextView:Landroid/widget/TextView;
|
|
|
|
iget-object v1, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$sFontFace:Ljava/lang/String;
|
|
|
|
.line 428
|
|
invoke-static {v1, v2}, Landroid/graphics/Typeface;->create(Ljava/lang/String;I)Landroid/graphics/Typeface;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v0, v1}, Landroid/widget/TextView;->setTypeface(Landroid/graphics/Typeface;)V
|
|
|
|
iget-object v0, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$pFinalTextView:Landroid/widget/TextView;
|
|
|
|
iget v1, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$fRed:F
|
|
|
|
const/high16 v2, 0x437f0000 # 255.0f
|
|
|
|
mul-float/2addr v1, v2
|
|
|
|
float-to-int v1, v1
|
|
|
|
iget v3, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$fGreen:F
|
|
|
|
mul-float/2addr v3, v2
|
|
|
|
float-to-int v3, v3
|
|
|
|
iget v4, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$fBlue:F
|
|
|
|
mul-float/2addr v4, v2
|
|
|
|
float-to-int v2, v4
|
|
|
|
.line 429
|
|
invoke-static {v1, v3, v2}, Landroid/graphics/Color;->rgb(III)I
|
|
|
|
move-result v1
|
|
|
|
invoke-virtual {v0, v1}, Landroid/widget/TextView;->setTextColor(I)V
|
|
|
|
iget-object v0, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$pFinalTextView:Landroid/widget/TextView;
|
|
|
|
const/16 v1, 0x11
|
|
|
|
.line 430
|
|
invoke-virtual {v0, v1}, Landroid/widget/TextView;->setGravity(I)V
|
|
|
|
.line 432
|
|
new-instance v0, Landroid/widget/RelativeLayout$LayoutParams;
|
|
|
|
iget v1, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$iWidth:I
|
|
|
|
iget v2, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$iHeight:I
|
|
|
|
invoke-direct {v0, v1, v2}, Landroid/widget/RelativeLayout$LayoutParams;-><init>(II)V
|
|
|
|
iget v1, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$iX:I
|
|
|
|
iput v1, v0, Landroid/widget/RelativeLayout$LayoutParams;->leftMargin:I
|
|
|
|
iget v1, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$iY:I
|
|
|
|
iput v1, v0, Landroid/widget/RelativeLayout$LayoutParams;->topMargin:I
|
|
|
|
iget-object v1, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$pFinalTextView:Landroid/widget/TextView;
|
|
|
|
.line 435
|
|
invoke-virtual {v1, v0}, Landroid/view/View;->setLayoutParams(Landroid/view/ViewGroup$LayoutParams;)V
|
|
|
|
iget-boolean v0, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$bCreate:Z
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
iget-object v0, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$pLayout:Landroid/widget/RelativeLayout;
|
|
|
|
iget-object v1, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$9;->val$pFinalTextView:Landroid/widget/TextView;
|
|
|
|
.line 438
|
|
invoke-virtual {v0, v1}, Landroid/view/ViewGroup;->addView(Landroid/view/View;)V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|