- 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
54 lines
959 B
Smali
54 lines
959 B
Smali
.class public final Lcom/tapjoy/z0;
|
|
.super Landroid/view/ViewOutlineProvider;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic a:F
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(F)V
|
|
.locals 0
|
|
|
|
iput p1, p0, Lcom/tapjoy/z0;->a:F
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Landroid/view/ViewOutlineProvider;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final getOutline(Landroid/view/View;Landroid/graphics/Outline;)V
|
|
.locals 6
|
|
|
|
.line 1
|
|
invoke-virtual {p1}, Landroid/view/View;->getWidth()I
|
|
|
|
move-result v3
|
|
|
|
invoke-virtual {p1}, Landroid/view/View;->getHeight()I
|
|
|
|
move-result p1
|
|
|
|
int-to-float p1, p1
|
|
|
|
iget v5, p0, Lcom/tapjoy/z0;->a:F
|
|
|
|
add-float/2addr p1, v5
|
|
|
|
float-to-int v4, p1
|
|
|
|
const/4 v1, 0x0
|
|
|
|
const/4 v2, 0x0
|
|
|
|
move-object v0, p2
|
|
|
|
invoke-virtual/range {v0 .. v5}, Landroid/graphics/Outline;->setRoundRect(IIIIF)V
|
|
|
|
return-void
|
|
.end method
|