- 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
93 lines
1.6 KiB
Smali
93 lines
1.6 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzheo;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static zza(I)Ljava/util/HashSet;
|
|
.locals 1
|
|
|
|
.line 1
|
|
new-instance v0, Ljava/util/HashSet;
|
|
|
|
invoke-static {p0}, Lcom/google/android/gms/internal/ads/zzheo;->zzd(I)I
|
|
|
|
move-result p0
|
|
|
|
invoke-direct {v0, p0}, Ljava/util/HashSet;-><init>(I)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static zzb(I)Ljava/util/LinkedHashMap;
|
|
.locals 1
|
|
|
|
.line 1
|
|
new-instance v0, Ljava/util/LinkedHashMap;
|
|
|
|
invoke-static {p0}, Lcom/google/android/gms/internal/ads/zzheo;->zzd(I)I
|
|
|
|
move-result p0
|
|
|
|
invoke-direct {v0, p0}, Ljava/util/LinkedHashMap;-><init>(I)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static zzc(I)Ljava/util/List;
|
|
.locals 1
|
|
|
|
if-nez p0, :cond_0
|
|
|
|
.line 1
|
|
invoke-static {}, Ljava/util/Collections;->emptyList()Ljava/util/List;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
|
|
:cond_0
|
|
new-instance v0, Ljava/util/ArrayList;
|
|
|
|
.line 2
|
|
invoke-direct {v0, p0}, Ljava/util/ArrayList;-><init>(I)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method private static zzd(I)I
|
|
.locals 1
|
|
|
|
const/4 v0, 0x3
|
|
|
|
if-ge p0, v0, :cond_0
|
|
|
|
add-int/lit8 p0, p0, 0x1
|
|
|
|
return p0
|
|
|
|
:cond_0
|
|
const/high16 v0, 0x40000000 # 2.0f
|
|
|
|
if-ge p0, v0, :cond_1
|
|
|
|
int-to-float p0, p0
|
|
|
|
const/high16 v0, 0x3f400000 # 0.75f
|
|
|
|
div-float/2addr p0, v0
|
|
|
|
const/high16 v0, 0x3f800000 # 1.0f
|
|
|
|
add-float/2addr p0, v0
|
|
|
|
float-to-int p0, p0
|
|
|
|
return p0
|
|
|
|
:cond_1
|
|
const p0, 0x7fffffff
|
|
|
|
return p0
|
|
.end method
|