- 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
160 lines
3.4 KiB
Smali
160 lines
3.4 KiB
Smali
.class public final Landroidx/core/graphics/MatrixKt;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Lkotlin/jvm/internal/SourceDebugExtension;
|
|
value = {
|
|
"SMAP\nMatrix.kt\nKotlin\n*S Kotlin\n*F\n+ 1 Matrix.kt\nandroidx/core/graphics/MatrixKt\n+ 2 fake.kt\nkotlin/jvm/internal/FakeKt\n*L\n1#1,48:1\n1#2:49\n*E\n"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public static final rotationMatrix(FFF)Landroid/graphics/Matrix;
|
|
.locals 1
|
|
|
|
.line 47
|
|
new-instance v0, Landroid/graphics/Matrix;
|
|
|
|
invoke-direct {v0}, Landroid/graphics/Matrix;-><init>()V
|
|
|
|
invoke-virtual {v0, p0, p1, p2}, Landroid/graphics/Matrix;->setRotate(FFF)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static synthetic rotationMatrix$default(FFFILjava/lang/Object;)Landroid/graphics/Matrix;
|
|
.locals 1
|
|
|
|
and-int/lit8 p4, p3, 0x2
|
|
|
|
const/4 v0, 0x0
|
|
|
|
if-eqz p4, :cond_0
|
|
|
|
move p1, v0
|
|
|
|
:cond_0
|
|
and-int/lit8 p3, p3, 0x4
|
|
|
|
if-eqz p3, :cond_1
|
|
|
|
move p2, v0
|
|
|
|
.line 46
|
|
:cond_1
|
|
invoke-static {p0, p1, p2}, Landroidx/core/graphics/MatrixKt;->rotationMatrix(FFF)Landroid/graphics/Matrix;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final scaleMatrix(FF)Landroid/graphics/Matrix;
|
|
.locals 1
|
|
|
|
.line 40
|
|
new-instance v0, Landroid/graphics/Matrix;
|
|
|
|
invoke-direct {v0}, Landroid/graphics/Matrix;-><init>()V
|
|
|
|
invoke-virtual {v0, p0, p1}, Landroid/graphics/Matrix;->setScale(FF)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static synthetic scaleMatrix$default(FFILjava/lang/Object;)Landroid/graphics/Matrix;
|
|
.locals 1
|
|
|
|
and-int/lit8 p3, p2, 0x1
|
|
|
|
const/high16 v0, 0x3f800000 # 1.0f
|
|
|
|
if-eqz p3, :cond_0
|
|
|
|
move p0, v0
|
|
|
|
:cond_0
|
|
and-int/lit8 p2, p2, 0x2
|
|
|
|
if-eqz p2, :cond_1
|
|
|
|
move p1, v0
|
|
|
|
.line 39
|
|
:cond_1
|
|
invoke-static {p0, p1}, Landroidx/core/graphics/MatrixKt;->scaleMatrix(FF)Landroid/graphics/Matrix;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final times(Landroid/graphics/Matrix;Landroid/graphics/Matrix;)Landroid/graphics/Matrix;
|
|
.locals 1
|
|
|
|
.line 24
|
|
new-instance v0, Landroid/graphics/Matrix;
|
|
|
|
invoke-direct {v0, p0}, Landroid/graphics/Matrix;-><init>(Landroid/graphics/Matrix;)V
|
|
|
|
invoke-virtual {v0, p1}, Landroid/graphics/Matrix;->preConcat(Landroid/graphics/Matrix;)Z
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final translationMatrix(FF)Landroid/graphics/Matrix;
|
|
.locals 1
|
|
|
|
.line 34
|
|
new-instance v0, Landroid/graphics/Matrix;
|
|
|
|
invoke-direct {v0}, Landroid/graphics/Matrix;-><init>()V
|
|
|
|
invoke-virtual {v0, p0, p1}, Landroid/graphics/Matrix;->setTranslate(FF)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static synthetic translationMatrix$default(FFILjava/lang/Object;)Landroid/graphics/Matrix;
|
|
.locals 1
|
|
|
|
and-int/lit8 p3, p2, 0x1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
if-eqz p3, :cond_0
|
|
|
|
move p0, v0
|
|
|
|
:cond_0
|
|
and-int/lit8 p2, p2, 0x2
|
|
|
|
if-eqz p2, :cond_1
|
|
|
|
move p1, v0
|
|
|
|
.line 33
|
|
:cond_1
|
|
invoke-static {p0, p1}, Landroidx/core/graphics/MatrixKt;->translationMatrix(FF)Landroid/graphics/Matrix;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final values(Landroid/graphics/Matrix;)[F
|
|
.locals 1
|
|
|
|
const/16 v0, 0x9
|
|
|
|
new-array v0, v0, [F
|
|
|
|
.line 27
|
|
invoke-virtual {p0, v0}, Landroid/graphics/Matrix;->getValues([F)V
|
|
|
|
return-object v0
|
|
.end method
|