- 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
117 lines
2.1 KiB
Smali
117 lines
2.1 KiB
Smali
.class public abstract Landroidx/recyclerview/widget/AsyncListUtil$ViewCallback;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/recyclerview/widget/AsyncListUtil;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x409
|
|
name = "ViewCallback"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final HINT_SCROLL_ASC:I = 0x2
|
|
|
|
.field public static final HINT_SCROLL_DESC:I = 0x1
|
|
|
|
.field public static final HINT_SCROLL_NONE:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 521
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public extendRangeInto([I[II)V
|
|
.locals 6
|
|
.param p1 # [I
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p2 # [I
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/UiThread;
|
|
.end annotation
|
|
|
|
const/4 v0, 0x1
|
|
|
|
.line 577
|
|
aget v1, p1, v0
|
|
|
|
const/4 v2, 0x0
|
|
|
|
aget p1, p1, v2
|
|
|
|
sub-int v3, v1, p1
|
|
|
|
add-int/2addr v3, v0
|
|
|
|
.line 578
|
|
div-int/lit8 v4, v3, 0x2
|
|
|
|
if-ne p3, v0, :cond_0
|
|
|
|
move v5, v3
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
move v5, v4
|
|
|
|
:goto_0
|
|
sub-int/2addr p1, v5
|
|
|
|
.line 579
|
|
aput p1, p2, v2
|
|
|
|
const/4 p1, 0x2
|
|
|
|
if-ne p3, p1, :cond_1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
move v3, v4
|
|
|
|
:goto_1
|
|
add-int/2addr v1, v3
|
|
|
|
.line 580
|
|
aput v1, p2, v0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public abstract getItemRangeInto([I)V
|
|
.param p1 # [I
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/UiThread;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract onDataRefresh()V
|
|
.annotation build Landroidx/annotation/UiThread;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract onItemLoaded(I)V
|
|
.annotation build Landroidx/annotation/UiThread;
|
|
.end annotation
|
|
.end method
|