- 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
47 lines
625 B
Smali
47 lines
625 B
Smali
.class public abstract Lcom/google/android/exoplayer2/ui/SubtitleViewUtils;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static resolveTextSize(IFII)F
|
|
.locals 2
|
|
|
|
const v0, -0x800001
|
|
|
|
cmpl-float v1, p1, v0
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
return v0
|
|
|
|
:cond_0
|
|
if-eqz p0, :cond_3
|
|
|
|
const/4 p3, 0x1
|
|
|
|
if-eq p0, p3, :cond_2
|
|
|
|
const/4 p2, 0x2
|
|
|
|
if-eq p0, p2, :cond_1
|
|
|
|
return v0
|
|
|
|
:cond_1
|
|
return p1
|
|
|
|
:cond_2
|
|
int-to-float p0, p2
|
|
|
|
:goto_0
|
|
mul-float/2addr p1, p0
|
|
|
|
return p1
|
|
|
|
:cond_3
|
|
int-to-float p0, p3
|
|
|
|
goto :goto_0
|
|
.end method
|