- 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
361 lines
6.4 KiB
Smali
361 lines
6.4 KiB
Smali
.class public abstract Lcom/applovin/impl/ic;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static a()Ljava/util/ArrayList;
|
|
.locals 1
|
|
|
|
.line 856
|
|
new-instance v0, Ljava/util/ArrayList;
|
|
|
|
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static a(Ljava/util/Iterator;)Ljava/util/ArrayList;
|
|
.locals 1
|
|
|
|
.line 857
|
|
invoke-static {}, Lcom/applovin/impl/ic;->a()Ljava/util/ArrayList;
|
|
|
|
move-result-object v0
|
|
|
|
.line 858
|
|
invoke-static {v0, p0}, Lcom/applovin/impl/xb;->a(Ljava/util/Collection;Ljava/util/Iterator;)Z
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static a(Ljava/util/List;Ljava/lang/Object;)Z
|
|
.locals 6
|
|
|
|
.line 835
|
|
invoke-static {p0}, Lcom/applovin/exoplayer2/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
const/4 v1, 0x1
|
|
|
|
if-ne p1, v0, :cond_0
|
|
|
|
return v1
|
|
|
|
.line 838
|
|
:cond_0
|
|
instance-of v0, p1, Ljava/util/List;
|
|
|
|
const/4 v2, 0x0
|
|
|
|
if-nez v0, :cond_1
|
|
|
|
return v2
|
|
|
|
.line 841
|
|
:cond_1
|
|
check-cast p1, Ljava/util/List;
|
|
|
|
.line 842
|
|
invoke-interface {p0}, Ljava/util/List;->size()I
|
|
|
|
move-result v0
|
|
|
|
.line 843
|
|
invoke-interface {p1}, Ljava/util/List;->size()I
|
|
|
|
move-result v3
|
|
|
|
if-eq v0, v3, :cond_2
|
|
|
|
return v2
|
|
|
|
.line 846
|
|
:cond_2
|
|
instance-of v3, p0, Ljava/util/RandomAccess;
|
|
|
|
if-eqz v3, :cond_5
|
|
|
|
instance-of v3, p1, Ljava/util/RandomAccess;
|
|
|
|
if-eqz v3, :cond_5
|
|
|
|
move v3, v2
|
|
|
|
:goto_0
|
|
if-ge v3, v0, :cond_4
|
|
|
|
.line 849
|
|
invoke-interface {p0, v3}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v4
|
|
|
|
invoke-interface {p1, v3}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v5
|
|
|
|
invoke-static {v4, v5}, Lcom/applovin/exoplayer2/common/base/Objects;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
move-result v4
|
|
|
|
if-nez v4, :cond_3
|
|
|
|
return v2
|
|
|
|
:cond_3
|
|
add-int/lit8 v3, v3, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_4
|
|
return v1
|
|
|
|
.line 855
|
|
:cond_5
|
|
invoke-interface {p0}, Ljava/util/List;->iterator()Ljava/util/Iterator;
|
|
|
|
move-result-object p0
|
|
|
|
invoke-interface {p1}, Ljava/util/List;->iterator()Ljava/util/Iterator;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-static {p0, p1}, Lcom/applovin/impl/xb;->a(Ljava/util/Iterator;Ljava/util/Iterator;)Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static b(Ljava/util/List;Ljava/lang/Object;)I
|
|
.locals 1
|
|
|
|
.line 872
|
|
instance-of v0, p0, Ljava/util/RandomAccess;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 873
|
|
invoke-static {p0, p1}, Lcom/applovin/impl/ic;->c(Ljava/util/List;Ljava/lang/Object;)I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
|
|
.line 875
|
|
:cond_0
|
|
invoke-interface {p0}, Ljava/util/List;->listIterator()Ljava/util/ListIterator;
|
|
|
|
move-result-object p0
|
|
|
|
.line 876
|
|
:cond_1
|
|
invoke-interface {p0}, Ljava/util/ListIterator;->hasNext()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
.line 877
|
|
invoke-interface {p0}, Ljava/util/ListIterator;->next()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-static {p1, v0}, Lcom/applovin/exoplayer2/common/base/Objects;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 878
|
|
invoke-interface {p0}, Ljava/util/ListIterator;->previousIndex()I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
|
|
:cond_2
|
|
const/4 p0, -0x1
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method private static c(Ljava/util/List;Ljava/lang/Object;)I
|
|
.locals 3
|
|
|
|
.line 886
|
|
invoke-interface {p0}, Ljava/util/List;->size()I
|
|
|
|
move-result v0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
if-nez p1, :cond_1
|
|
|
|
:goto_0
|
|
if-ge v1, v0, :cond_3
|
|
|
|
.line 889
|
|
invoke-interface {p0, v1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
return v1
|
|
|
|
:cond_0
|
|
add-int/lit8 v1, v1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
:goto_1
|
|
if-ge v1, v0, :cond_3
|
|
|
|
.line 895
|
|
invoke-interface {p0, v1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {p1, v2}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v2
|
|
|
|
if-eqz v2, :cond_2
|
|
|
|
return v1
|
|
|
|
:cond_2
|
|
add-int/lit8 v1, v1, 0x1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_3
|
|
const/4 p0, -0x1
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static d(Ljava/util/List;Ljava/lang/Object;)I
|
|
.locals 1
|
|
|
|
.line 905
|
|
instance-of v0, p0, Ljava/util/RandomAccess;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 906
|
|
invoke-static {p0, p1}, Lcom/applovin/impl/ic;->e(Ljava/util/List;Ljava/lang/Object;)I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
|
|
.line 908
|
|
:cond_0
|
|
invoke-interface {p0}, Ljava/util/List;->size()I
|
|
|
|
move-result v0
|
|
|
|
invoke-interface {p0, v0}, Ljava/util/List;->listIterator(I)Ljava/util/ListIterator;
|
|
|
|
move-result-object p0
|
|
|
|
.line 909
|
|
:cond_1
|
|
invoke-interface {p0}, Ljava/util/ListIterator;->hasPrevious()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
.line 910
|
|
invoke-interface {p0}, Ljava/util/ListIterator;->previous()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-static {p1, v0}, Lcom/applovin/exoplayer2/common/base/Objects;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 911
|
|
invoke-interface {p0}, Ljava/util/ListIterator;->nextIndex()I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
|
|
:cond_2
|
|
const/4 p0, -0x1
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method private static e(Ljava/util/List;Ljava/lang/Object;)I
|
|
.locals 2
|
|
|
|
if-nez p1, :cond_1
|
|
|
|
.line 920
|
|
invoke-interface {p0}, Ljava/util/List;->size()I
|
|
|
|
move-result p1
|
|
|
|
add-int/lit8 p1, p1, -0x1
|
|
|
|
:goto_0
|
|
if-ltz p1, :cond_3
|
|
|
|
.line 921
|
|
invoke-interface {p0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
return p1
|
|
|
|
:cond_0
|
|
add-int/lit8 p1, p1, -0x1
|
|
|
|
goto :goto_0
|
|
|
|
.line 926
|
|
:cond_1
|
|
invoke-interface {p0}, Ljava/util/List;->size()I
|
|
|
|
move-result v0
|
|
|
|
add-int/lit8 v0, v0, -0x1
|
|
|
|
:goto_1
|
|
if-ltz v0, :cond_3
|
|
|
|
.line 927
|
|
invoke-interface {p0, v0}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {p1, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_2
|
|
|
|
return v0
|
|
|
|
:cond_2
|
|
add-int/lit8 v0, v0, -0x1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_3
|
|
const/4 p0, -0x1
|
|
|
|
return p0
|
|
.end method
|