- 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
62 lines
1.4 KiB
Smali
62 lines
1.4 KiB
Smali
.class interface abstract Landroidx/appcompat/widget/AppCompatSpinner$SpinnerPopup;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/VisibleForTesting;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/appcompat/widget/AppCompatSpinner;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x609
|
|
name = "SpinnerPopup"
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract dismiss()V
|
|
.end method
|
|
|
|
.method public abstract getBackground()Landroid/graphics/drawable/Drawable;
|
|
.end method
|
|
|
|
.method public abstract getHintText()Ljava/lang/CharSequence;
|
|
.end method
|
|
|
|
.method public abstract getHorizontalOffset()I
|
|
.end method
|
|
|
|
.method public abstract getHorizontalOriginalOffset()I
|
|
.end method
|
|
|
|
.method public abstract getVerticalOffset()I
|
|
.end method
|
|
|
|
.method public abstract isShowing()Z
|
|
.end method
|
|
|
|
.method public abstract setAdapter(Landroid/widget/ListAdapter;)V
|
|
.end method
|
|
|
|
.method public abstract setBackgroundDrawable(Landroid/graphics/drawable/Drawable;)V
|
|
.end method
|
|
|
|
.method public abstract setHorizontalOffset(I)V
|
|
.end method
|
|
|
|
.method public abstract setHorizontalOriginalOffset(I)V
|
|
.end method
|
|
|
|
.method public abstract setPromptText(Ljava/lang/CharSequence;)V
|
|
.end method
|
|
|
|
.method public abstract setVerticalOffset(I)V
|
|
.end method
|
|
|
|
.method public abstract show(II)V
|
|
.end method
|