- 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
86 lines
1.7 KiB
Smali
86 lines
1.7 KiB
Smali
.class Landroidx/core/text/util/FindAddress$ZipRange;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/core/text/util/FindAddress;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "ZipRange"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field mException1:I
|
|
|
|
.field mException2:I
|
|
|
|
.field mHigh:I
|
|
|
|
.field mLow:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(IIII)V
|
|
.locals 0
|
|
|
|
.line 42
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput p1, p0, Landroidx/core/text/util/FindAddress$ZipRange;->mLow:I
|
|
|
|
iput p2, p0, Landroidx/core/text/util/FindAddress$ZipRange;->mHigh:I
|
|
|
|
iput p3, p0, Landroidx/core/text/util/FindAddress$ZipRange;->mException1:I
|
|
|
|
iput p4, p0, Landroidx/core/text/util/FindAddress$ZipRange;->mException2:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public matches(Ljava/lang/String;)Z
|
|
.locals 2
|
|
|
|
const/4 v0, 0x2
|
|
|
|
const/4 v1, 0x0
|
|
|
|
.line 50
|
|
invoke-virtual {p1, v1, v0}, Ljava/lang/String;->substring(II)Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-static {p1}, Ljava/lang/Integer;->parseInt(Ljava/lang/String;)I
|
|
|
|
move-result p1
|
|
|
|
iget v0, p0, Landroidx/core/text/util/FindAddress$ZipRange;->mLow:I
|
|
|
|
if-gt v0, p1, :cond_0
|
|
|
|
iget v0, p0, Landroidx/core/text/util/FindAddress$ZipRange;->mHigh:I
|
|
|
|
if-le p1, v0, :cond_1
|
|
|
|
:cond_0
|
|
iget v0, p0, Landroidx/core/text/util/FindAddress$ZipRange;->mException1:I
|
|
|
|
if-eq p1, v0, :cond_1
|
|
|
|
iget v0, p0, Landroidx/core/text/util/FindAddress$ZipRange;->mException2:I
|
|
|
|
if-ne p1, v0, :cond_2
|
|
|
|
:cond_1
|
|
const/4 v1, 0x1
|
|
|
|
:cond_2
|
|
return v1
|
|
.end method
|