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

115 lines
2.6 KiB
Smali

.class Landroidx/appcompat/widget/LinearLayoutCompat$InspectionCompanion$2;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/util/function/IntFunction;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Landroidx/appcompat/widget/LinearLayoutCompat$InspectionCompanion;->mapProperties(Landroid/view/inspector/PropertyMapper;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Ljava/util/function/IntFunction<",
"Ljava/util/Set<",
"Ljava/lang/String;",
">;>;"
}
.end annotation
# instance fields
.field final synthetic this$0:Landroidx/appcompat/widget/LinearLayoutCompat$InspectionCompanion;
# direct methods
.method public constructor <init>(Landroidx/appcompat/widget/LinearLayoutCompat$InspectionCompanion;)V
.locals 0
iput-object p1, p0, Landroidx/appcompat/widget/LinearLayoutCompat$InspectionCompanion$2;->this$0:Landroidx/appcompat/widget/LinearLayoutCompat$InspectionCompanion;
.line 66
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public bridge synthetic apply(I)Ljava/lang/Object;
.locals 0
.line 66
invoke-virtual {p0, p1}, Landroidx/appcompat/widget/LinearLayoutCompat$InspectionCompanion$2;->apply(I)Ljava/util/Set;
move-result-object p1
return-object p1
.end method
.method public apply(I)Ljava/util/Set;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)",
"Ljava/util/Set<",
"Ljava/lang/String;",
">;"
}
.end annotation
.line 69
new-instance v0, Ljava/util/HashSet;
invoke-direct {v0}, Ljava/util/HashSet;-><init>()V
if-nez p1, :cond_0
const-string v1, "none"
.line 71
invoke-interface {v0, v1}, Ljava/util/Set;->add(Ljava/lang/Object;)Z
:cond_0
const/4 v1, 0x1
if-ne p1, v1, :cond_1
const-string v1, "beginning"
.line 74
invoke-interface {v0, v1}, Ljava/util/Set;->add(Ljava/lang/Object;)Z
:cond_1
const/4 v1, 0x2
if-ne p1, v1, :cond_2
const-string v1, "middle"
.line 77
invoke-interface {v0, v1}, Ljava/util/Set;->add(Ljava/lang/Object;)Z
:cond_2
const/4 v1, 0x4
if-ne p1, v1, :cond_3
const-string p1, "end"
.line 80
invoke-interface {v0, p1}, Ljava/util/Set;->add(Ljava/lang/Object;)Z
:cond_3
return-object v0
.end method