- 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
105 lines
1.9 KiB
Smali
105 lines
1.9 KiB
Smali
.class public final Lcom/vungle/ads/internal/util/RangeUtil;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final INSTANCE:Lcom/vungle/ads/internal/util/RangeUtil;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
new-instance v0, Lcom/vungle/ads/internal/util/RangeUtil;
|
|
|
|
invoke-direct {v0}, Lcom/vungle/ads/internal/util/RangeUtil;-><init>()V
|
|
|
|
sput-object v0, Lcom/vungle/ads/internal/util/RangeUtil;->INSTANCE:Lcom/vungle/ads/internal/util/RangeUtil;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 3
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic isInRange$default(Lcom/vungle/ads/internal/util/RangeUtil;FFFILjava/lang/Object;)Z
|
|
.locals 0
|
|
|
|
and-int/lit8 p4, p4, 0x4
|
|
|
|
if-eqz p4, :cond_0
|
|
|
|
const p3, 0x7f7fffff # Float.MAX_VALUE
|
|
|
|
.line 9
|
|
:cond_0
|
|
invoke-virtual {p0, p1, p2, p3}, Lcom/vungle/ads/internal/util/RangeUtil;->isInRange(FFF)Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static synthetic isInRange$default(Lcom/vungle/ads/internal/util/RangeUtil;IIIILjava/lang/Object;)Z
|
|
.locals 0
|
|
|
|
and-int/lit8 p4, p4, 0x4
|
|
|
|
if-eqz p4, :cond_0
|
|
|
|
const p3, 0x7fffffff
|
|
|
|
.line 5
|
|
:cond_0
|
|
invoke-virtual {p0, p1, p2, p3}, Lcom/vungle/ads/internal/util/RangeUtil;->isInRange(III)Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final isInRange(FFF)Z
|
|
.locals 1
|
|
|
|
.line 0
|
|
cmpg-float p2, p2, p1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
if-gtz p2, :cond_0
|
|
|
|
cmpg-float p1, p1, p3
|
|
|
|
if-gtz p1, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
:cond_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public final isInRange(III)Z
|
|
.locals 1
|
|
|
|
.line 0
|
|
const/4 v0, 0x0
|
|
|
|
if-gt p2, p1, :cond_0
|
|
|
|
if-gt p1, p3, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
:cond_0
|
|
return v0
|
|
.end method
|