- 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
56 lines
1.6 KiB
Smali
56 lines
1.6 KiB
Smali
.class Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper$Impl29;
|
|
.super Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper$Impl23;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RequiresApi;
|
|
value = 0x1d
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "Impl29"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 133
|
|
invoke-direct {p0}, Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper$Impl23;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public computeAndSetTextDirection(Landroid/text/StaticLayout$Builder;Landroid/widget/TextView;)V
|
|
.locals 0
|
|
|
|
.line 143
|
|
invoke-static {p2}, Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper$Impl29$$ExternalSyntheticApiModelOutline1;->m(Landroid/widget/TextView;)Landroid/text/TextDirectionHeuristic;
|
|
|
|
move-result-object p2
|
|
|
|
invoke-virtual {p1, p2}, Landroid/text/StaticLayout$Builder;->setTextDirection(Landroid/text/TextDirectionHeuristic;)Landroid/text/StaticLayout$Builder;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public isHorizontallyScrollable(Landroid/widget/TextView;)Z
|
|
.locals 0
|
|
|
|
.line 137
|
|
invoke-static {p1}, Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper$Impl29$$ExternalSyntheticApiModelOutline0;->m(Landroid/widget/TextView;)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|