Files
rr3-apk/smali_classes4/com/mbridge/msdk/video/module/MBridgeNativeEndCardViewDiff.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

112 lines
2.5 KiB
Smali

.class public abstract Lcom/mbridge/msdk/video/module/MBridgeNativeEndCardViewDiff;
.super Lcom/mbridge/msdk/video/module/MBridgeBaseView;
.source "SourceFile"
# instance fields
.field public ctaView:Landroid/widget/TextView;
# direct methods
.method public constructor <init>(Landroid/content/Context;)V
.locals 0
.line 17
invoke-direct {p0, p1}, Lcom/mbridge/msdk/video/module/MBridgeBaseView;-><init>(Landroid/content/Context;)V
return-void
.end method
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
.locals 0
.line 25
invoke-direct {p0, p1, p2}, Lcom/mbridge/msdk/video/module/MBridgeBaseView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
return-void
.end method
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;ZIZII)V
.locals 0
.line 21
invoke-direct/range {p0 .. p7}, Lcom/mbridge/msdk/video/module/MBridgeBaseView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;ZIZII)V
return-void
.end method
# virtual methods
.method public checkChinaShakeState()Z
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public checkProgressBarIntercepted()Z
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public ctaViewCanGet(Landroid/view/View;Z)Z
.locals 1
:try_start_0
const-string v0, "mbridge_tv_cta"
.line 40
invoke-virtual {p0, p2, v0}, Lcom/mbridge/msdk/video/module/MBridgeBaseView;->filterFindViewId(ZLjava/lang/String;)I
move-result p2
invoke-virtual {p1, p2}, Landroid/view/View;->findViewById(I)Landroid/view/View;
move-result-object p1
.line 41
instance-of p2, p1, Landroid/widget/TextView;
if-eqz p2, :cond_0
.line 42
check-cast p1, Landroid/widget/TextView;
iput-object p1, p0, Lcom/mbridge/msdk/video/module/MBridgeNativeEndCardViewDiff;->ctaView:Landroid/widget/TextView;
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
move-exception p1
.line 45
sget-boolean p2, Lcom/mbridge/msdk/MBridgeConstans;->DEBUG:Z
if-eqz p2, :cond_0
.line 46
invoke-virtual {p1}, Ljava/lang/Throwable;->printStackTrace()V
:cond_0
:goto_0
iget-object p1, p0, Lcom/mbridge/msdk/video/module/MBridgeNativeEndCardViewDiff;->ctaView:Landroid/widget/TextView;
if-nez p1, :cond_1
const/4 p1, 0x0
goto :goto_1
:cond_1
const/4 p1, 0x1
:goto_1
return p1
.end method