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

173 lines
4.3 KiB
Smali

.class Landroidx/core/view/MenuItemCompat$Api26Impl;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1a
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/core/view/MenuItemCompat;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Api26Impl"
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 610
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static getAlphabeticModifiers(Landroid/view/MenuItem;)I
.locals 0
.line 650
invoke-interface {p0}, Landroid/view/MenuItem;->getAlphabeticModifiers()I
move-result p0
return p0
.end method
.method public static getContentDescription(Landroid/view/MenuItem;)Ljava/lang/CharSequence;
.locals 0
.line 619
invoke-interface {p0}, Landroid/view/MenuItem;->getContentDescription()Ljava/lang/CharSequence;
move-result-object p0
return-object p0
.end method
.method public static getIconTintList(Landroid/view/MenuItem;)Landroid/content/res/ColorStateList;
.locals 0
.line 658
invoke-interface {p0}, Landroid/view/MenuItem;->getIconTintList()Landroid/content/res/ColorStateList;
move-result-object p0
return-object p0
.end method
.method public static getIconTintMode(Landroid/view/MenuItem;)Landroid/graphics/PorterDuff$Mode;
.locals 0
.line 666
invoke-interface {p0}, Landroid/view/MenuItem;->getIconTintMode()Landroid/graphics/PorterDuff$Mode;
move-result-object p0
return-object p0
.end method
.method public static getNumericModifiers(Landroid/view/MenuItem;)I
.locals 0
.line 641
invoke-interface {p0}, Landroid/view/MenuItem;->getNumericModifiers()I
move-result p0
return p0
.end method
.method public static getTooltipText(Landroid/view/MenuItem;)Ljava/lang/CharSequence;
.locals 0
.line 627
invoke-interface {p0}, Landroid/view/MenuItem;->getTooltipText()Ljava/lang/CharSequence;
move-result-object p0
return-object p0
.end method
.method public static setAlphabeticShortcut(Landroid/view/MenuItem;CI)Landroid/view/MenuItem;
.locals 0
.line 646
invoke-interface {p0, p1, p2}, Landroid/view/MenuItem;->setAlphabeticShortcut(CI)Landroid/view/MenuItem;
move-result-object p0
return-object p0
.end method
.method public static setContentDescription(Landroid/view/MenuItem;Ljava/lang/CharSequence;)Landroid/view/MenuItem;
.locals 0
.line 615
invoke-interface {p0, p1}, Landroid/view/MenuItem;->setContentDescription(Ljava/lang/CharSequence;)Landroid/view/MenuItem;
move-result-object p0
return-object p0
.end method
.method public static setIconTintList(Landroid/view/MenuItem;Landroid/content/res/ColorStateList;)Landroid/view/MenuItem;
.locals 0
.line 654
invoke-interface {p0, p1}, Landroid/view/MenuItem;->setIconTintList(Landroid/content/res/ColorStateList;)Landroid/view/MenuItem;
move-result-object p0
return-object p0
.end method
.method public static setIconTintMode(Landroid/view/MenuItem;Landroid/graphics/PorterDuff$Mode;)Landroid/view/MenuItem;
.locals 0
.line 662
invoke-interface {p0, p1}, Landroid/view/MenuItem;->setIconTintMode(Landroid/graphics/PorterDuff$Mode;)Landroid/view/MenuItem;
move-result-object p0
return-object p0
.end method
.method public static setNumericShortcut(Landroid/view/MenuItem;CI)Landroid/view/MenuItem;
.locals 0
.line 637
invoke-interface {p0, p1, p2}, Landroid/view/MenuItem;->setNumericShortcut(CI)Landroid/view/MenuItem;
move-result-object p0
return-object p0
.end method
.method public static setShortcut(Landroid/view/MenuItem;CCII)Landroid/view/MenuItem;
.locals 0
.line 632
invoke-interface {p0, p1, p2, p3, p4}, Landroid/view/MenuItem;->setShortcut(CCII)Landroid/view/MenuItem;
move-result-object p0
return-object p0
.end method
.method public static setTooltipText(Landroid/view/MenuItem;Ljava/lang/CharSequence;)Landroid/view/MenuItem;
.locals 0
.line 623
invoke-interface {p0, p1}, Landroid/view/MenuItem;->setTooltipText(Ljava/lang/CharSequence;)Landroid/view/MenuItem;
move-result-object p0
return-object p0
.end method