- 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
73 lines
1.9 KiB
Smali
73 lines
1.9 KiB
Smali
.class interface abstract Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/appcompat/widget/AppCompatTextView;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x609
|
|
name = "SuperCaller"
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getAutoSizeMaxTextSize()I
|
|
.end method
|
|
|
|
.method public abstract getAutoSizeMinTextSize()I
|
|
.end method
|
|
|
|
.method public abstract getAutoSizeStepGranularity()I
|
|
.end method
|
|
|
|
.method public abstract getAutoSizeTextAvailableSizes()[I
|
|
.end method
|
|
|
|
.method public abstract getAutoSizeTextType()I
|
|
.end method
|
|
|
|
.method public abstract getTextClassifier()Landroid/view/textclassifier/TextClassifier;
|
|
.end method
|
|
|
|
.method public abstract setAutoSizeTextTypeUniformWithConfiguration(IIII)V
|
|
.end method
|
|
|
|
.method public abstract setAutoSizeTextTypeUniformWithPresetSizes([II)V
|
|
.end method
|
|
|
|
.method public abstract setAutoSizeTextTypeWithDefaults(I)V
|
|
.end method
|
|
|
|
.method public abstract setFirstBaselineToTopHeight(I)V
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/Px;
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract setLastBaselineToBottomHeight(I)V
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/Px;
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract setLineHeight(IF)V
|
|
.param p2 # F
|
|
.annotation build Landroidx/annotation/FloatRange;
|
|
from = 0.0
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract setTextClassifier(Landroid/view/textclassifier/TextClassifier;)V
|
|
.param p1 # Landroid/view/textclassifier/TextClassifier;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.end method
|