Files
rr3-apk/smali_classes4/com/mbridge/msdk/foundation/webview/BrowserView$4.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

69 lines
1.9 KiB
Smali

.class final Lcom/mbridge/msdk/foundation/webview/BrowserView$4;
.super Landroid/webkit/WebChromeClient;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/mbridge/msdk/foundation/webview/BrowserView;->a()Landroid/webkit/WebView;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/mbridge/msdk/foundation/webview/BrowserView;
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/foundation/webview/BrowserView;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/foundation/webview/BrowserView$4;->a:Lcom/mbridge/msdk/foundation/webview/BrowserView;
.line 278
invoke-direct {p0}, Landroid/webkit/WebChromeClient;-><init>()V
return-void
.end method
# virtual methods
.method public final onProgressChanged(Landroid/webkit/WebView;I)V
.locals 2
const/16 p1, 0x64
if-ne p2, p1, :cond_0
iget-object p1, p0, Lcom/mbridge/msdk/foundation/webview/BrowserView$4;->a:Lcom/mbridge/msdk/foundation/webview/BrowserView;
.line 282
invoke-static {p1}, Lcom/mbridge/msdk/foundation/webview/BrowserView;->e(Lcom/mbridge/msdk/foundation/webview/BrowserView;)Lcom/mbridge/msdk/foundation/webview/ProgressBar;
move-result-object p1
const/4 p2, 0x7
invoke-virtual {p1, p2}, Lcom/mbridge/msdk/foundation/webview/ProgressBar;->setProgressState(I)V
.line 283
new-instance p1, Landroid/os/Handler;
invoke-direct {p1}, Landroid/os/Handler;-><init>()V
new-instance p2, Lcom/mbridge/msdk/foundation/webview/BrowserView$4$1;
invoke-direct {p2, p0}, Lcom/mbridge/msdk/foundation/webview/BrowserView$4$1;-><init>(Lcom/mbridge/msdk/foundation/webview/BrowserView$4;)V
const-wide/16 v0, 0xc8
invoke-virtual {p1, p2, v0, v1}, Landroid/os/Handler;->postDelayed(Ljava/lang/Runnable;J)Z
:cond_0
return-void
.end method