Files
rr3-apk/smali/androidx/core/util/HalfKt.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

78 lines
1.8 KiB
Smali

.class public final Landroidx/core/util/HalfKt;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation build Landroid/annotation/SuppressLint;
value = {
"ClassVerificationFailure"
}
.end annotation
.annotation build Lkotlin/jvm/internal/SourceDebugExtension;
value = {
"SMAP\nHalf.kt\nKotlin\n*S Kotlin\n*F\n+ 1 Half.kt\nandroidx/core/util/HalfKt\n*L\n1#1,57:1\n42#1:58\n*S KotlinDebug\n*F\n+ 1 Half.kt\nandroidx/core/util/HalfKt\n*L\n49#1:58\n*E\n"
}
.end annotation
# direct methods
.method public static final toHalf(D)Landroid/util/Half;
.locals 0
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1a
.end annotation
double-to-float p0, p0
.line 42
invoke-static {p0}, Landroid/util/Half;->valueOf(F)Landroid/util/Half;
move-result-object p0
return-object p0
.end method
.method public static final toHalf(F)Landroid/util/Half;
.locals 0
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1a
.end annotation
.line 42
invoke-static {p0}, Landroid/util/Half;->valueOf(F)Landroid/util/Half;
move-result-object p0
return-object p0
.end method
.method public static final toHalf(Ljava/lang/String;)Landroid/util/Half;
.locals 0
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1a
.end annotation
.line 56
invoke-static {p0}, Landroid/util/Half;->valueOf(Ljava/lang/String;)Landroid/util/Half;
move-result-object p0
return-object p0
.end method
.method public static final toHalf(S)Landroid/util/Half;
.locals 0
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1a
.end annotation
.line 35
invoke-static {p0}, Landroid/util/Half;->valueOf(S)Landroid/util/Half;
move-result-object p0
return-object p0
.end method