- 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
126 lines
2.8 KiB
Smali
126 lines
2.8 KiB
Smali
.class Lcom/applovin/impl/u9$a;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/applovin/impl/v4$b;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/applovin/impl/u9;-><init>(Lcom/applovin/impl/sdk/ad/b;Landroid/app/Activity;Ljava/util/Map;Lcom/applovin/impl/sdk/j;Lcom/applovin/sdk/AppLovinAdClickListener;Lcom/applovin/sdk/AppLovinAdDisplayListener;Lcom/applovin/sdk/AppLovinAdVideoPlaybackListener;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:I
|
|
|
|
.field final synthetic b:Lcom/applovin/impl/u9;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/applovin/impl/u9;I)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/u9$a;->b:Lcom/applovin/impl/u9;
|
|
|
|
iput p2, p0, Lcom/applovin/impl/u9$a;->a:I
|
|
|
|
.line 233
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()V
|
|
.locals 6
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/u9$a;->b:Lcom/applovin/impl/u9;
|
|
|
|
.line 237
|
|
iget-object v1, v0, Lcom/applovin/impl/u9;->P:Lcom/applovin/impl/h3;
|
|
|
|
if-eqz v1, :cond_1
|
|
|
|
iget v1, p0, Lcom/applovin/impl/u9$a;->a:I
|
|
|
|
int-to-long v1, v1
|
|
|
|
.line 239
|
|
sget-object v3, Ljava/util/concurrent/TimeUnit;->MILLISECONDS:Ljava/util/concurrent/TimeUnit;
|
|
|
|
iget-object v0, v0, Lcom/applovin/impl/u9;->L:Lcom/applovin/exoplayer2/ui/e;
|
|
|
|
invoke-virtual {v0}, Lcom/applovin/exoplayer2/ui/e;->getPlayer()Lcom/applovin/impl/qh;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0}, Lcom/applovin/impl/qh;->getCurrentPosition()J
|
|
|
|
move-result-wide v4
|
|
|
|
invoke-virtual {v3, v4, v5}, Ljava/util/concurrent/TimeUnit;->toSeconds(J)J
|
|
|
|
move-result-wide v3
|
|
|
|
sub-long/2addr v1, v3
|
|
|
|
const-wide/16 v3, 0x0
|
|
|
|
cmp-long v0, v1, v3
|
|
|
|
if-gtz v0, :cond_0
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/u9$a;->b:Lcom/applovin/impl/u9;
|
|
|
|
const/4 v1, 0x1
|
|
|
|
.line 242
|
|
iput-boolean v1, v0, Lcom/applovin/impl/p9;->u:Z
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
iget-object v0, p0, Lcom/applovin/impl/u9$a;->b:Lcom/applovin/impl/u9;
|
|
|
|
.line 244
|
|
invoke-virtual {v0}, Lcom/applovin/impl/u9;->P()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/u9$a;->b:Lcom/applovin/impl/u9;
|
|
|
|
.line 246
|
|
iget-object v0, v0, Lcom/applovin/impl/u9;->P:Lcom/applovin/impl/h3;
|
|
|
|
long-to-int v1, v1
|
|
|
|
invoke-virtual {v0, v1}, Lcom/applovin/impl/h3;->setProgress(I)V
|
|
|
|
:cond_1
|
|
:goto_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public b()Z
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/u9$a;->b:Lcom/applovin/impl/u9;
|
|
|
|
.line 254
|
|
invoke-virtual {v0}, Lcom/applovin/impl/u9;->P()Z
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|