- 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
199 lines
5.1 KiB
Smali
199 lines
5.1 KiB
Smali
.class public Lcom/google/common/collect/ImmutableList$SubList;
|
|
.super Lcom/google/common/collect/ImmutableList;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/common/collect/ImmutableList;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = "SubList"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final transient length:I
|
|
|
|
.field public final transient offset:I
|
|
|
|
.field public final synthetic this$0:Lcom/google/common/collect/ImmutableList;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/google/common/collect/ImmutableList;II)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/google/common/collect/ImmutableList$SubList;->this$0:Lcom/google/common/collect/ImmutableList;
|
|
|
|
.line 442
|
|
invoke-direct {p0}, Lcom/google/common/collect/ImmutableList;-><init>()V
|
|
|
|
iput p2, p0, Lcom/google/common/collect/ImmutableList$SubList;->offset:I
|
|
|
|
iput p3, p0, Lcom/google/common/collect/ImmutableList$SubList;->length:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public get(I)Ljava/lang/Object;
|
|
.locals 2
|
|
|
|
iget v0, p0, Lcom/google/common/collect/ImmutableList$SubList;->length:I
|
|
|
|
.line 471
|
|
invoke-static {p1, v0}, Lcom/google/common/base/Preconditions;->checkElementIndex(II)I
|
|
|
|
iget-object v0, p0, Lcom/google/common/collect/ImmutableList$SubList;->this$0:Lcom/google/common/collect/ImmutableList;
|
|
|
|
iget v1, p0, Lcom/google/common/collect/ImmutableList$SubList;->offset:I
|
|
|
|
add-int/2addr p1, v1
|
|
|
|
.line 472
|
|
invoke-interface {v0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public internalArray()[Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/common/collect/ImmutableList$SubList;->this$0:Lcom/google/common/collect/ImmutableList;
|
|
|
|
.line 456
|
|
invoke-virtual {v0}, Lcom/google/common/collect/ImmutableCollection;->internalArray()[Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public internalArrayEnd()I
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/google/common/collect/ImmutableList$SubList;->this$0:Lcom/google/common/collect/ImmutableList;
|
|
|
|
.line 466
|
|
invoke-virtual {v0}, Lcom/google/common/collect/ImmutableCollection;->internalArrayStart()I
|
|
|
|
move-result v0
|
|
|
|
iget v1, p0, Lcom/google/common/collect/ImmutableList$SubList;->offset:I
|
|
|
|
add-int/2addr v0, v1
|
|
|
|
iget v1, p0, Lcom/google/common/collect/ImmutableList$SubList;->length:I
|
|
|
|
add-int/2addr v0, v1
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public internalArrayStart()I
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/google/common/collect/ImmutableList$SubList;->this$0:Lcom/google/common/collect/ImmutableList;
|
|
|
|
.line 461
|
|
invoke-virtual {v0}, Lcom/google/common/collect/ImmutableCollection;->internalArrayStart()I
|
|
|
|
move-result v0
|
|
|
|
iget v1, p0, Lcom/google/common/collect/ImmutableList$SubList;->offset:I
|
|
|
|
add-int/2addr v0, v1
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public isPartialView()Z
|
|
.locals 1
|
|
|
|
const/4 v0, 0x1
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public bridge synthetic iterator()Ljava/util/Iterator;
|
|
.locals 1
|
|
|
|
.line 438
|
|
invoke-super {p0}, Lcom/google/common/collect/ImmutableList;->iterator()Lcom/google/common/collect/UnmodifiableIterator;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public bridge synthetic listIterator()Ljava/util/ListIterator;
|
|
.locals 1
|
|
|
|
.line 438
|
|
invoke-super {p0}, Lcom/google/common/collect/ImmutableList;->listIterator()Lcom/google/common/collect/UnmodifiableListIterator;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public bridge synthetic listIterator(I)Ljava/util/ListIterator;
|
|
.locals 0
|
|
|
|
.line 438
|
|
invoke-super {p0, p1}, Lcom/google/common/collect/ImmutableList;->listIterator(I)Lcom/google/common/collect/UnmodifiableListIterator;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public size()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/common/collect/ImmutableList$SubList;->length:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public subList(II)Lcom/google/common/collect/ImmutableList;
|
|
.locals 2
|
|
|
|
iget v0, p0, Lcom/google/common/collect/ImmutableList$SubList;->length:I
|
|
|
|
.line 477
|
|
invoke-static {p1, p2, v0}, Lcom/google/common/base/Preconditions;->checkPositionIndexes(III)V
|
|
|
|
iget-object v0, p0, Lcom/google/common/collect/ImmutableList$SubList;->this$0:Lcom/google/common/collect/ImmutableList;
|
|
|
|
iget v1, p0, Lcom/google/common/collect/ImmutableList$SubList;->offset:I
|
|
|
|
add-int/2addr p1, v1
|
|
|
|
add-int/2addr p2, v1
|
|
|
|
.line 478
|
|
invoke-virtual {v0, p1, p2}, Lcom/google/common/collect/ImmutableList;->subList(II)Lcom/google/common/collect/ImmutableList;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public bridge synthetic subList(II)Ljava/util/List;
|
|
.locals 0
|
|
|
|
.line 438
|
|
invoke-virtual {p0, p1, p2}, Lcom/google/common/collect/ImmutableList$SubList;->subList(II)Lcom/google/common/collect/ImmutableList;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|