- 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
139 lines
4.3 KiB
Smali
139 lines
4.3 KiB
Smali
.class Landroidx/appcompat/view/menu/SubMenuWrapperICS;
|
|
.super Landroidx/appcompat/view/menu/MenuWrapperICS;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Landroid/view/SubMenu;
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
value = {
|
|
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final mSubMenu:Landroidx/core/internal/view/SupportSubMenu;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/content/Context;Landroidx/core/internal/view/SupportSubMenu;)V
|
|
.locals 0
|
|
|
|
.line 38
|
|
invoke-direct {p0, p1, p2}, Landroidx/appcompat/view/menu/MenuWrapperICS;-><init>(Landroid/content/Context;Landroidx/core/internal/view/SupportMenu;)V
|
|
|
|
iput-object p2, p0, Landroidx/appcompat/view/menu/SubMenuWrapperICS;->mSubMenu:Landroidx/core/internal/view/SupportSubMenu;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public clearHeader()V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/appcompat/view/menu/SubMenuWrapperICS;->mSubMenu:Landroidx/core/internal/view/SupportSubMenu;
|
|
|
|
.line 74
|
|
invoke-interface {v0}, Landroid/view/SubMenu;->clearHeader()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public getItem()Landroid/view/MenuItem;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/appcompat/view/menu/SubMenuWrapperICS;->mSubMenu:Landroidx/core/internal/view/SupportSubMenu;
|
|
|
|
.line 91
|
|
invoke-interface {v0}, Landroid/view/SubMenu;->getItem()Landroid/view/MenuItem;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {p0, v0}, Landroidx/appcompat/view/menu/BaseMenuWrapper;->getMenuItemWrapper(Landroid/view/MenuItem;)Landroid/view/MenuItem;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public setHeaderIcon(I)Landroid/view/SubMenu;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/appcompat/view/menu/SubMenuWrapperICS;->mSubMenu:Landroidx/core/internal/view/SupportSubMenu;
|
|
|
|
.line 56
|
|
invoke-interface {v0, p1}, Landroid/view/SubMenu;->setHeaderIcon(I)Landroid/view/SubMenu;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public setHeaderIcon(Landroid/graphics/drawable/Drawable;)Landroid/view/SubMenu;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/appcompat/view/menu/SubMenuWrapperICS;->mSubMenu:Landroidx/core/internal/view/SupportSubMenu;
|
|
|
|
.line 62
|
|
invoke-interface {v0, p1}, Landroid/view/SubMenu;->setHeaderIcon(Landroid/graphics/drawable/Drawable;)Landroid/view/SubMenu;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public setHeaderTitle(I)Landroid/view/SubMenu;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/appcompat/view/menu/SubMenuWrapperICS;->mSubMenu:Landroidx/core/internal/view/SupportSubMenu;
|
|
|
|
.line 44
|
|
invoke-interface {v0, p1}, Landroid/view/SubMenu;->setHeaderTitle(I)Landroid/view/SubMenu;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public setHeaderTitle(Ljava/lang/CharSequence;)Landroid/view/SubMenu;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/appcompat/view/menu/SubMenuWrapperICS;->mSubMenu:Landroidx/core/internal/view/SupportSubMenu;
|
|
|
|
.line 50
|
|
invoke-interface {v0, p1}, Landroid/view/SubMenu;->setHeaderTitle(Ljava/lang/CharSequence;)Landroid/view/SubMenu;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public setHeaderView(Landroid/view/View;)Landroid/view/SubMenu;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/appcompat/view/menu/SubMenuWrapperICS;->mSubMenu:Landroidx/core/internal/view/SupportSubMenu;
|
|
|
|
.line 68
|
|
invoke-interface {v0, p1}, Landroid/view/SubMenu;->setHeaderView(Landroid/view/View;)Landroid/view/SubMenu;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public setIcon(I)Landroid/view/SubMenu;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/appcompat/view/menu/SubMenuWrapperICS;->mSubMenu:Landroidx/core/internal/view/SupportSubMenu;
|
|
|
|
.line 79
|
|
invoke-interface {v0, p1}, Landroid/view/SubMenu;->setIcon(I)Landroid/view/SubMenu;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public setIcon(Landroid/graphics/drawable/Drawable;)Landroid/view/SubMenu;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/appcompat/view/menu/SubMenuWrapperICS;->mSubMenu:Landroidx/core/internal/view/SupportSubMenu;
|
|
|
|
.line 85
|
|
invoke-interface {v0, p1}, Landroid/view/SubMenu;->setIcon(Landroid/graphics/drawable/Drawable;)Landroid/view/SubMenu;
|
|
|
|
return-object p0
|
|
.end method
|