Files
rr3-apk/smali/androidx/core/view/ViewCompat$3.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

118 lines
3.1 KiB
Smali

.class Landroidx/core/view/ViewCompat$3;
.super Landroidx/core/view/ViewCompat$AccessibilityViewProperty;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Landroidx/core/view/ViewCompat;->stateDescriptionProperty()Landroidx/core/view/ViewCompat$AccessibilityViewProperty;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroidx/core/view/ViewCompat$AccessibilityViewProperty<",
"Ljava/lang/CharSequence;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>(ILjava/lang/Class;II)V
.locals 0
.line 4800
invoke-direct {p0, p1, p2, p3, p4}, Landroidx/core/view/ViewCompat$AccessibilityViewProperty;-><init>(ILjava/lang/Class;II)V
return-void
.end method
# virtual methods
.method public frameworkGet(Landroid/view/View;)Ljava/lang/CharSequence;
.locals 0
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1e
.end annotation
.line 4805
invoke-static {p1}, Landroidx/core/view/ViewCompat$Api30Impl;->getStateDescription(Landroid/view/View;)Ljava/lang/CharSequence;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic frameworkGet(Landroid/view/View;)Ljava/lang/Object;
.locals 0
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1e
.end annotation
.line 4800
invoke-virtual {p0, p1}, Landroidx/core/view/ViewCompat$3;->frameworkGet(Landroid/view/View;)Ljava/lang/CharSequence;
move-result-object p1
return-object p1
.end method
.method public frameworkSet(Landroid/view/View;Ljava/lang/CharSequence;)V
.locals 0
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1e
.end annotation
.line 4811
invoke-static {p1, p2}, Landroidx/core/view/ViewCompat$Api30Impl;->setStateDescription(Landroid/view/View;Ljava/lang/CharSequence;)V
return-void
.end method
.method public bridge synthetic frameworkSet(Landroid/view/View;Ljava/lang/Object;)V
.locals 0
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1e
.end annotation
.line 4800
check-cast p2, Ljava/lang/CharSequence;
invoke-virtual {p0, p1, p2}, Landroidx/core/view/ViewCompat$3;->frameworkSet(Landroid/view/View;Ljava/lang/CharSequence;)V
return-void
.end method
.method public shouldUpdate(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
.locals 0
.line 4816
invoke-static {p1, p2}, Landroid/text/TextUtils;->equals(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
move-result p1
xor-int/lit8 p1, p1, 0x1
return p1
.end method
.method public bridge synthetic shouldUpdate(Ljava/lang/Object;Ljava/lang/Object;)Z
.locals 0
.line 4800
check-cast p1, Ljava/lang/CharSequence;
check-cast p2, Ljava/lang/CharSequence;
invoke-virtual {p0, p1, p2}, Landroidx/core/view/ViewCompat$3;->shouldUpdate(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z
move-result p1
return p1
.end method