Files
rr3-apk/smali/androidx/appcompat/widget/AppCompatImageButton$InspectionCompanion.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

194 lines
6.7 KiB
Smali

.class public final Landroidx/appcompat/widget/AppCompatImageButton$InspectionCompanion;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/view/inspector/InspectionCompanion;
# annotations
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1d
.end annotation
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Landroid/view/inspector/InspectionCompanion;"
}
.end annotation
# instance fields
.field private mBackgroundTintId:I
.field private mBackgroundTintModeId:I
.field private mPropertiesMapped:Z
.field private mTintId:I
.field private mTintModeId:I
# direct methods
.method public constructor <init>()V
.locals 1
.line 19
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
iput-boolean v0, p0, Landroidx/appcompat/widget/AppCompatImageButton$InspectionCompanion;->mPropertiesMapped:Z
return-void
.end method
# virtual methods
.method public mapProperties(Landroid/view/inspector/PropertyMapper;)V
.locals 2
.param p1 # Landroid/view/inspector/PropertyMapper;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
const-string v0, "backgroundTint"
sget v1, Landroidx/appcompat/R$attr;->backgroundTint:I
.line 32
invoke-static {p1, v0, v1}, Landroidx/appcompat/widget/AppCompatAutoCompleteTextView$InspectionCompanion$$ExternalSyntheticApiModelOutline1;->m(Landroid/view/inspector/PropertyMapper;Ljava/lang/String;I)I
move-result v0
iput v0, p0, Landroidx/appcompat/widget/AppCompatImageButton$InspectionCompanion;->mBackgroundTintId:I
const-string v0, "backgroundTintMode"
sget v1, Landroidx/appcompat/R$attr;->backgroundTintMode:I
.line 33
invoke-static {p1, v0, v1}, Landroidx/appcompat/widget/AppCompatAutoCompleteTextView$InspectionCompanion$$ExternalSyntheticApiModelOutline1;->m(Landroid/view/inspector/PropertyMapper;Ljava/lang/String;I)I
move-result v0
iput v0, p0, Landroidx/appcompat/widget/AppCompatImageButton$InspectionCompanion;->mBackgroundTintModeId:I
const-string v0, "tint"
sget v1, Landroidx/appcompat/R$attr;->tint:I
.line 34
invoke-static {p1, v0, v1}, Landroidx/appcompat/widget/AppCompatAutoCompleteTextView$InspectionCompanion$$ExternalSyntheticApiModelOutline1;->m(Landroid/view/inspector/PropertyMapper;Ljava/lang/String;I)I
move-result v0
iput v0, p0, Landroidx/appcompat/widget/AppCompatImageButton$InspectionCompanion;->mTintId:I
const-string v0, "tintMode"
sget v1, Landroidx/appcompat/R$attr;->tintMode:I
.line 35
invoke-static {p1, v0, v1}, Landroidx/appcompat/widget/AppCompatAutoCompleteTextView$InspectionCompanion$$ExternalSyntheticApiModelOutline1;->m(Landroid/view/inspector/PropertyMapper;Ljava/lang/String;I)I
move-result p1
iput p1, p0, Landroidx/appcompat/widget/AppCompatImageButton$InspectionCompanion;->mTintModeId:I
const/4 p1, 0x1
iput-boolean p1, p0, Landroidx/appcompat/widget/AppCompatImageButton$InspectionCompanion;->mPropertiesMapped:Z
return-void
.end method
.method public readProperties(Landroidx/appcompat/widget/AppCompatImageButton;Landroid/view/inspector/PropertyReader;)V
.locals 2
.param p1 # Landroidx/appcompat/widget/AppCompatImageButton;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/view/inspector/PropertyReader;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iget-boolean v0, p0, Landroidx/appcompat/widget/AppCompatImageButton$InspectionCompanion;->mPropertiesMapped:Z
if-eqz v0, :cond_0
iget v0, p0, Landroidx/appcompat/widget/AppCompatImageButton$InspectionCompanion;->mBackgroundTintId:I
.line 45
invoke-virtual {p1}, Landroid/view/View;->getBackgroundTintList()Landroid/content/res/ColorStateList;
move-result-object v1
invoke-static {p2, v0, v1}, Landroidx/appcompat/widget/AppCompatAutoCompleteTextView$InspectionCompanion$$ExternalSyntheticApiModelOutline0;->m(Landroid/view/inspector/PropertyReader;ILjava/lang/Object;)V
iget v0, p0, Landroidx/appcompat/widget/AppCompatImageButton$InspectionCompanion;->mBackgroundTintModeId:I
.line 46
invoke-virtual {p1}, Landroid/view/View;->getBackgroundTintMode()Landroid/graphics/PorterDuff$Mode;
move-result-object v1
invoke-static {p2, v0, v1}, Landroidx/appcompat/widget/AppCompatAutoCompleteTextView$InspectionCompanion$$ExternalSyntheticApiModelOutline0;->m(Landroid/view/inspector/PropertyReader;ILjava/lang/Object;)V
iget v0, p0, Landroidx/appcompat/widget/AppCompatImageButton$InspectionCompanion;->mTintId:I
.line 47
invoke-virtual {p1}, Landroid/widget/ImageView;->getImageTintList()Landroid/content/res/ColorStateList;
move-result-object v1
invoke-static {p2, v0, v1}, Landroidx/appcompat/widget/AppCompatAutoCompleteTextView$InspectionCompanion$$ExternalSyntheticApiModelOutline0;->m(Landroid/view/inspector/PropertyReader;ILjava/lang/Object;)V
iget v0, p0, Landroidx/appcompat/widget/AppCompatImageButton$InspectionCompanion;->mTintModeId:I
.line 48
invoke-virtual {p1}, Landroid/widget/ImageView;->getImageTintMode()Landroid/graphics/PorterDuff$Mode;
move-result-object p1
invoke-static {p2, v0, p1}, Landroidx/appcompat/widget/AppCompatAutoCompleteTextView$InspectionCompanion$$ExternalSyntheticApiModelOutline0;->m(Landroid/view/inspector/PropertyReader;ILjava/lang/Object;)V
return-void
.line 43
:cond_0
invoke-static {}, Landroidx/appcompat/widget/AppCompatAutoCompleteTextView$InspectionCompanion$$ExternalSyntheticApiModelOutline2;->m()Landroid/view/inspector/InspectionCompanion$UninitializedPropertyMapException;
move-result-object p1
throw p1
.end method
.method public bridge synthetic readProperties(Ljava/lang/Object;Landroid/view/inspector/PropertyReader;)V
.locals 0
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/view/inspector/PropertyReader;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 17
check-cast p1, Landroidx/appcompat/widget/AppCompatImageButton;
invoke-virtual {p0, p1, p2}, Landroidx/appcompat/widget/AppCompatImageButton$InspectionCompanion;->readProperties(Landroidx/appcompat/widget/AppCompatImageButton;Landroid/view/inspector/PropertyReader;)V
return-void
.end method