- 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
228 lines
5.6 KiB
Smali
228 lines
5.6 KiB
Smali
.class public final Landroidx/core/util/PairKt;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static final component1(Landroid/util/Pair;)Ljava/lang/Object;
|
|
.locals 0
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"UnknownNullness"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<F:",
|
|
"Ljava/lang/Object;",
|
|
"S:",
|
|
"Ljava/lang/Object;",
|
|
">(",
|
|
"Landroid/util/Pair<",
|
|
"TF;TS;>;)TF;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 66
|
|
iget-object p0, p0, Landroid/util/Pair;->first:Ljava/lang/Object;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final component1(Landroidx/core/util/Pair;)Ljava/lang/Object;
|
|
.locals 0
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"UnknownNullness"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<F:",
|
|
"Ljava/lang/Object;",
|
|
"S:",
|
|
"Ljava/lang/Object;",
|
|
">(",
|
|
"Landroidx/core/util/Pair<",
|
|
"TF;TS;>;)TF;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 35
|
|
iget-object p0, p0, Landroidx/core/util/Pair;->first:Ljava/lang/Object;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final component2(Landroid/util/Pair;)Ljava/lang/Object;
|
|
.locals 0
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"UnknownNullness"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<F:",
|
|
"Ljava/lang/Object;",
|
|
"S:",
|
|
"Ljava/lang/Object;",
|
|
">(",
|
|
"Landroid/util/Pair<",
|
|
"TF;TS;>;)TS;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 78
|
|
iget-object p0, p0, Landroid/util/Pair;->second:Ljava/lang/Object;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final component2(Landroidx/core/util/Pair;)Ljava/lang/Object;
|
|
.locals 0
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"UnknownNullness"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<F:",
|
|
"Ljava/lang/Object;",
|
|
"S:",
|
|
"Ljava/lang/Object;",
|
|
">(",
|
|
"Landroidx/core/util/Pair<",
|
|
"TF;TS;>;)TS;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 47
|
|
iget-object p0, p0, Landroidx/core/util/Pair;->second:Ljava/lang/Object;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final toAndroidPair(Lkotlin/Pair;)Landroid/util/Pair;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<F:",
|
|
"Ljava/lang/Object;",
|
|
"S:",
|
|
"Ljava/lang/Object;",
|
|
">(",
|
|
"Lkotlin/Pair;",
|
|
")",
|
|
"Landroid/util/Pair<",
|
|
"TF;TS;>;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 87
|
|
new-instance v0, Landroid/util/Pair;
|
|
|
|
invoke-virtual {p0}, Lkotlin/Pair;->getFirst()Ljava/lang/Object;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {p0}, Lkotlin/Pair;->getSecond()Ljava/lang/Object;
|
|
|
|
move-result-object p0
|
|
|
|
invoke-direct {v0, v1, p0}, Landroid/util/Pair;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final toAndroidXPair(Lkotlin/Pair;)Landroidx/core/util/Pair;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<F:",
|
|
"Ljava/lang/Object;",
|
|
"S:",
|
|
"Ljava/lang/Object;",
|
|
">(",
|
|
"Lkotlin/Pair;",
|
|
")",
|
|
"Landroidx/core/util/Pair<",
|
|
"TF;TS;>;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 54
|
|
new-instance v0, Landroidx/core/util/Pair;
|
|
|
|
invoke-virtual {p0}, Lkotlin/Pair;->getFirst()Ljava/lang/Object;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {p0}, Lkotlin/Pair;->getSecond()Ljava/lang/Object;
|
|
|
|
move-result-object p0
|
|
|
|
invoke-direct {v0, v1, p0}, Landroidx/core/util/Pair;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final toKotlinPair(Landroid/util/Pair;)Lkotlin/Pair;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<F:",
|
|
"Ljava/lang/Object;",
|
|
"S:",
|
|
"Ljava/lang/Object;",
|
|
">(",
|
|
"Landroid/util/Pair<",
|
|
"TF;TS;>;)",
|
|
"Lkotlin/Pair;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 82
|
|
new-instance v0, Lkotlin/Pair;
|
|
|
|
iget-object v1, p0, Landroid/util/Pair;->first:Ljava/lang/Object;
|
|
|
|
iget-object p0, p0, Landroid/util/Pair;->second:Ljava/lang/Object;
|
|
|
|
invoke-direct {v0, v1, p0}, Lkotlin/Pair;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final toKotlinPair(Landroidx/core/util/Pair;)Lkotlin/Pair;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<F:",
|
|
"Ljava/lang/Object;",
|
|
"S:",
|
|
"Ljava/lang/Object;",
|
|
">(",
|
|
"Landroidx/core/util/Pair<",
|
|
"TF;TS;>;)",
|
|
"Lkotlin/Pair;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 50
|
|
new-instance v0, Lkotlin/Pair;
|
|
|
|
iget-object v1, p0, Landroidx/core/util/Pair;->first:Ljava/lang/Object;
|
|
|
|
iget-object p0, p0, Landroidx/core/util/Pair;->second:Ljava/lang/Object;
|
|
|
|
invoke-direct {v0, v1, p0}, Lkotlin/Pair;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
|
|
|
|
return-object v0
|
|
.end method
|