Files
rr3-apk/smali/androidx/recyclerview/widget/ViewInfoStore$InfoRecord.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

147 lines
3.8 KiB
Smali

.class Landroidx/recyclerview/widget/ViewInfoStore$InfoRecord;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/recyclerview/widget/ViewInfoStore;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "InfoRecord"
.end annotation
# static fields
.field static final FLAG_APPEAR:I = 0x2
.field static final FLAG_APPEAR_AND_DISAPPEAR:I = 0x3
.field static final FLAG_APPEAR_PRE_AND_POST:I = 0xe
.field static final FLAG_DISAPPEARED:I = 0x1
.field static final FLAG_POST:I = 0x8
.field static final FLAG_PRE:I = 0x4
.field static final FLAG_PRE_AND_POST:I = 0xc
.field static sPool:Landroidx/core/util/Pools$Pool;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroidx/core/util/Pools$Pool<",
"Landroidx/recyclerview/widget/ViewInfoStore$InfoRecord;",
">;"
}
.end annotation
.end field
# instance fields
.field flags:I
.field postInfo:Landroidx/recyclerview/widget/RecyclerView$ItemAnimator$ItemHolderInfo;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field preInfo:Landroidx/recyclerview/widget/RecyclerView$ItemAnimator$ItemHolderInfo;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.locals 2
.line 307
new-instance v0, Landroidx/core/util/Pools$SimplePool;
const/16 v1, 0x14
invoke-direct {v0, v1}, Landroidx/core/util/Pools$SimplePool;-><init>(I)V
sput-object v0, Landroidx/recyclerview/widget/ViewInfoStore$InfoRecord;->sPool:Landroidx/core/util/Pools$Pool;
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 309
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static drainCache()V
.locals 1
:goto_0
sget-object v0, Landroidx/recyclerview/widget/ViewInfoStore$InfoRecord;->sPool:Landroidx/core/util/Pools$Pool;
.line 326
invoke-interface {v0}, Landroidx/core/util/Pools$Pool;->acquire()Ljava/lang/Object;
move-result-object v0
if-eqz v0, :cond_0
goto :goto_0
:cond_0
return-void
.end method
.method public static obtain()Landroidx/recyclerview/widget/ViewInfoStore$InfoRecord;
.locals 1
sget-object v0, Landroidx/recyclerview/widget/ViewInfoStore$InfoRecord;->sPool:Landroidx/core/util/Pools$Pool;
.line 313
invoke-interface {v0}, Landroidx/core/util/Pools$Pool;->acquire()Ljava/lang/Object;
move-result-object v0
check-cast v0, Landroidx/recyclerview/widget/ViewInfoStore$InfoRecord;
if-nez v0, :cond_0
.line 314
new-instance v0, Landroidx/recyclerview/widget/ViewInfoStore$InfoRecord;
invoke-direct {v0}, Landroidx/recyclerview/widget/ViewInfoStore$InfoRecord;-><init>()V
:cond_0
return-object v0
.end method
.method public static recycle(Landroidx/recyclerview/widget/ViewInfoStore$InfoRecord;)V
.locals 1
const/4 v0, 0x0
.line 318
iput v0, p0, Landroidx/recyclerview/widget/ViewInfoStore$InfoRecord;->flags:I
const/4 v0, 0x0
.line 319
iput-object v0, p0, Landroidx/recyclerview/widget/ViewInfoStore$InfoRecord;->preInfo:Landroidx/recyclerview/widget/RecyclerView$ItemAnimator$ItemHolderInfo;
.line 320
iput-object v0, p0, Landroidx/recyclerview/widget/ViewInfoStore$InfoRecord;->postInfo:Landroidx/recyclerview/widget/RecyclerView$ItemAnimator$ItemHolderInfo;
sget-object v0, Landroidx/recyclerview/widget/ViewInfoStore$InfoRecord;->sPool:Landroidx/core/util/Pools$Pool;
.line 321
invoke-interface {v0, p0}, Landroidx/core/util/Pools$Pool;->release(Ljava/lang/Object;)Z
return-void
.end method