- 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
66 lines
1.3 KiB
Smali
66 lines
1.3 KiB
Smali
.class public abstract Lcom/mbridge/msdk/widget/a;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Landroid/view/View$OnClickListener;
|
|
|
|
|
|
# static fields
|
|
.field public static final MIN_CLICK_DELAY_TIME:I = 0x7d0
|
|
|
|
|
|
# instance fields
|
|
.field private lastClickTime:J
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 2
|
|
|
|
.line 9
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
iput-wide v0, p0, Lcom/mbridge/msdk/widget/a;->lastClickTime:J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onClick(Landroid/view/View;)V
|
|
.locals 6
|
|
|
|
.line 15
|
|
invoke-static {}, Ljava/util/Calendar;->getInstance()Ljava/util/Calendar;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Ljava/util/Calendar;->getTimeInMillis()J
|
|
|
|
move-result-wide v0
|
|
|
|
iget-wide v2, p0, Lcom/mbridge/msdk/widget/a;->lastClickTime:J
|
|
|
|
sub-long v2, v0, v2
|
|
|
|
const-wide/16 v4, 0x7d0
|
|
|
|
cmp-long v2, v2, v4
|
|
|
|
if-lez v2, :cond_0
|
|
|
|
iput-wide v0, p0, Lcom/mbridge/msdk/widget/a;->lastClickTime:J
|
|
|
|
.line 18
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/widget/a;->onNoDoubleClick(Landroid/view/View;)V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public abstract onNoDoubleClick(Landroid/view/View;)V
|
|
.end method
|