- 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
79 lines
1.9 KiB
Smali
79 lines
1.9 KiB
Smali
.class public final Lcom/tapjoy/i1;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic a:F
|
|
|
|
.field public final synthetic b:Lcom/tapjoy/TJWebViewActivity$BridgeDelegate;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/tapjoy/TJWebViewActivity$BridgeDelegate;F)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/tapjoy/i1;->b:Lcom/tapjoy/TJWebViewActivity$BridgeDelegate;
|
|
|
|
iput p2, p0, Lcom/tapjoy/i1;->a:F
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final run()V
|
|
.locals 3
|
|
|
|
iget-object v0, p0, Lcom/tapjoy/i1;->b:Lcom/tapjoy/TJWebViewActivity$BridgeDelegate;
|
|
|
|
.line 1
|
|
invoke-virtual {v0}, Lcom/tapjoy/TJWebViewActivity$BridgeDelegate;->getWebView()Landroid/webkit/WebView;
|
|
|
|
move-result-object v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
iget-object v0, p0, Lcom/tapjoy/i1;->b:Lcom/tapjoy/TJWebViewActivity$BridgeDelegate;
|
|
|
|
invoke-virtual {v0}, Lcom/tapjoy/TJWebViewActivity$BridgeDelegate;->getWebView()Landroid/webkit/WebView;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Landroid/webkit/WebView;->getSettings()Landroid/webkit/WebSettings;
|
|
|
|
move-result-object v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
iget-object v0, p0, Lcom/tapjoy/i1;->b:Lcom/tapjoy/TJWebViewActivity$BridgeDelegate;
|
|
|
|
.line 2
|
|
invoke-virtual {v0}, Lcom/tapjoy/TJWebViewActivity$BridgeDelegate;->getWebView()Landroid/webkit/WebView;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Landroid/webkit/WebView;->getSettings()Landroid/webkit/WebSettings;
|
|
|
|
move-result-object v0
|
|
|
|
iget v1, p0, Lcom/tapjoy/i1;->a:F
|
|
|
|
const/high16 v2, 0x42c80000 # 100.0f
|
|
|
|
mul-float/2addr v1, v2
|
|
|
|
float-to-int v1, v1
|
|
|
|
invoke-virtual {v0, v1}, Landroid/webkit/WebSettings;->setTextZoom(I)V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|