Files
rr3-apk/smali/com/applovin/impl/a3$b.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

136 lines
2.2 KiB
Smali

.class final Lcom/applovin/impl/a3$b;
.super Lcom/applovin/impl/rl;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Comparable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/applovin/impl/a3;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "b"
.end annotation
# instance fields
.field private k:J
# direct methods
.method private constructor <init>()V
.locals 0
.line 177
invoke-direct {p0}, Lcom/applovin/impl/rl;-><init>()V
return-void
.end method
.method public synthetic constructor <init>(Lcom/applovin/impl/a3$a;)V
.locals 0
.line 354
invoke-direct {p0}, Lcom/applovin/impl/a3$b;-><init>()V
return-void
.end method
.method public static synthetic a(Lcom/applovin/impl/a3$b;J)J
.locals 0
.line 177
iput-wide p1, p0, Lcom/applovin/impl/a3$b;->k:J
return-wide p1
.end method
# virtual methods
.method public a(Lcom/applovin/impl/a3$b;)I
.locals 8
.line 361
invoke-virtual {p0}, Lcom/applovin/impl/l2;->e()Z
move-result v0
invoke-virtual {p1}, Lcom/applovin/impl/l2;->e()Z
move-result v1
const/4 v2, -0x1
const/4 v3, 0x1
if-eq v0, v1, :cond_1
.line 362
invoke-virtual {p0}, Lcom/applovin/impl/l2;->e()Z
move-result p1
if-eqz p1, :cond_0
move v2, v3
:cond_0
return v2
:cond_1
iget-wide v0, p0, Lcom/applovin/impl/p5;->f:J
.line 364
iget-wide v4, p1, Lcom/applovin/impl/p5;->f:J
sub-long/2addr v0, v4
const-wide/16 v4, 0x0
cmp-long v6, v0, v4
if-nez v6, :cond_2
iget-wide v0, p0, Lcom/applovin/impl/a3$b;->k:J
.line 366
iget-wide v6, p1, Lcom/applovin/impl/a3$b;->k:J
sub-long/2addr v0, v6
cmp-long p1, v0, v4
if-nez p1, :cond_2
const/4 p1, 0x0
return p1
:cond_2
cmp-long p1, v0, v4
if-lez p1, :cond_3
move v2, v3
:cond_3
return v2
.end method
.method public bridge synthetic compareTo(Ljava/lang/Object;)I
.locals 0
.line 177
check-cast p1, Lcom/applovin/impl/a3$b;
invoke-virtual {p0, p1}, Lcom/applovin/impl/a3$b;->a(Lcom/applovin/impl/a3$b;)I
move-result p1
return p1
.end method