- 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
137 lines
4.0 KiB
Smali
137 lines
4.0 KiB
Smali
.class public Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;
|
|
.super Lcom/mbridge/msdk/dycreator/baseview/MBTextView;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private a:Lcom/mbridge/msdk/e/a/b;
|
|
|
|
.field private b:Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/content/Context;)V
|
|
.locals 0
|
|
|
|
.line 17
|
|
invoke-direct {p0, p1}, Lcom/mbridge/msdk/dycreator/baseview/MBTextView;-><init>(Landroid/content/Context;)V
|
|
|
|
iput-object p0, p0, Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;->b:Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
.locals 0
|
|
|
|
.line 22
|
|
invoke-direct {p0, p1, p2}, Lcom/mbridge/msdk/dycreator/baseview/MBTextView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
iput-object p0, p0, Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;->b:Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
|
|
.locals 0
|
|
|
|
.line 28
|
|
invoke-direct {p0, p1, p2, p3}, Lcom/mbridge/msdk/dycreator/baseview/MBTextView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
|
|
|
|
iput-object p0, p0, Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;->b:Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic a(Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;)Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;
|
|
.locals 0
|
|
|
|
.line 11
|
|
iget-object p0, p0, Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;->b:Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static synthetic b(Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;)Lcom/mbridge/msdk/e/a/b;
|
|
.locals 0
|
|
|
|
.line 11
|
|
iget-object p0, p0, Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;->a:Lcom/mbridge/msdk/e/a/b;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public initView(Ljava/lang/String;Ljava/lang/String;I)V
|
|
.locals 3
|
|
|
|
.line 50
|
|
new-instance v0, Lcom/mbridge/msdk/e/a/b;
|
|
|
|
invoke-direct {v0}, Lcom/mbridge/msdk/e/a/b;-><init>()V
|
|
|
|
mul-int/lit16 p3, p3, 0x3e8
|
|
|
|
int-to-long v1, p3
|
|
|
|
.line 51
|
|
invoke-virtual {v0, v1, v2}, Lcom/mbridge/msdk/e/a/b;->b(J)Lcom/mbridge/msdk/e/a/b;
|
|
|
|
move-result-object p3
|
|
|
|
const-wide/16 v0, 0x3e8
|
|
|
|
.line 52
|
|
invoke-virtual {p3, v0, v1}, Lcom/mbridge/msdk/e/a/b;->a(J)Lcom/mbridge/msdk/e/a/b;
|
|
|
|
move-result-object p3
|
|
|
|
new-instance v0, Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView$1;
|
|
|
|
invoke-direct {v0, p0, p2, p1}, Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView$1;-><init>(Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
.line 53
|
|
invoke-virtual {p3, v0}, Lcom/mbridge/msdk/e/a/b;->a(Lcom/mbridge/msdk/e/a/a;)Lcom/mbridge/msdk/e/a/b;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;->a:Lcom/mbridge/msdk/e/a/b;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onAttachedToWindow()V
|
|
.locals 1
|
|
|
|
.line 34
|
|
invoke-super {p0}, Lcom/mbridge/msdk/dycreator/baseview/MBTextView;->onAttachedToWindow()V
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;->a:Lcom/mbridge/msdk/e/a/b;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 37
|
|
invoke-virtual {v0}, Lcom/mbridge/msdk/e/a/b;->b()V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public onDetachedFromWindow()V
|
|
.locals 1
|
|
|
|
.line 44
|
|
invoke-super {p0}, Lcom/mbridge/msdk/dycreator/baseview/MBTextView;->onDetachedFromWindow()V
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/dycreator/baseview/MBCountDownView;->a:Lcom/mbridge/msdk/e/a/b;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 46
|
|
invoke-virtual {v0}, Lcom/mbridge/msdk/e/a/b;->a()V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|