- 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
78 lines
1.5 KiB
Smali
78 lines
1.5 KiB
Smali
.class public interface abstract Lcom/mbridge/msdk/video/signal/j;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract alertWebViewShowed()V
|
|
.end method
|
|
|
|
.method public abstract closeVideoOperate(II)V
|
|
.end method
|
|
|
|
.method public abstract dismissAllAlert()V
|
|
.end method
|
|
|
|
.method public abstract getBorderViewHeight()I
|
|
.end method
|
|
|
|
.method public abstract getBorderViewLeft()I
|
|
.end method
|
|
|
|
.method public abstract getBorderViewRadius()I
|
|
.end method
|
|
|
|
.method public abstract getBorderViewTop()I
|
|
.end method
|
|
|
|
.method public abstract getBorderViewWidth()I
|
|
.end method
|
|
|
|
.method public abstract getCurrentProgress()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract hideAlertView(I)V
|
|
.end method
|
|
|
|
.method public abstract isH5Canvas()Z
|
|
.end method
|
|
|
|
.method public abstract notifyCloseBtn(I)V
|
|
.end method
|
|
|
|
.method public abstract progressBarOperate(I)V
|
|
.end method
|
|
|
|
.method public abstract progressOperate(II)V
|
|
.end method
|
|
|
|
.method public abstract setCover(Z)V
|
|
.end method
|
|
|
|
.method public abstract setMiniEndCardState(Z)V
|
|
.end method
|
|
|
|
.method public abstract setScaleFitXY(I)V
|
|
.end method
|
|
|
|
.method public abstract setVisible(I)V
|
|
.end method
|
|
|
|
.method public abstract showAlertView()V
|
|
.end method
|
|
|
|
.method public abstract showIVRewardAlertView(Ljava/lang/String;)V
|
|
.end method
|
|
|
|
.method public abstract showVideoLocation(IIIIIIIII)V
|
|
.end method
|
|
|
|
.method public abstract soundOperate(II)V
|
|
.end method
|
|
|
|
.method public abstract soundOperate(IILjava/lang/String;)V
|
|
.end method
|
|
|
|
.method public abstract videoOperate(I)V
|
|
.end method
|