Files
rr3-apk/smali_classes2/com/fyber/inneractive/sdk/player/cache/i.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

105 lines
2.9 KiB
Smali

.class public final Lcom/fyber/inneractive/sdk/player/cache/i;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# instance fields
.field public final synthetic a:Ljava/lang/Exception;
.field public final synthetic b:Lcom/fyber/inneractive/sdk/player/cache/j;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/cache/j;Ljava/lang/Exception;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/cache/i;->b:Lcom/fyber/inneractive/sdk/player/cache/j;
iput-object p2, p0, Lcom/fyber/inneractive/sdk/player/cache/i;->a:Ljava/lang/Exception;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 5
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/cache/i;->b:Lcom/fyber/inneractive/sdk/player/cache/j;
.line 2
iget-object v1, v0, Lcom/fyber/inneractive/sdk/player/cache/j;->g:Lcom/fyber/inneractive/sdk/player/cache/j$g;
if-eqz v1, :cond_3
.line 3
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/cache/j;->f:Lcom/fyber/inneractive/sdk/player/cache/a;
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/cache/i;->a:Ljava/lang/Exception;
.line 4
check-cast v1, Lcom/fyber/inneractive/sdk/player/cache/d$a;
.line 5
iget-object v3, v1, Lcom/fyber/inneractive/sdk/player/cache/d$a;->d:Lcom/fyber/inneractive/sdk/player/cache/d;
.line 6
iget-boolean v4, v3, Lcom/fyber/inneractive/sdk/player/cache/d;->a:Z
if-nez v4, :cond_2
if-nez v2, :cond_1
.line 7
iget-object v2, v1, Lcom/fyber/inneractive/sdk/player/cache/d$a;->a:Lcom/fyber/inneractive/sdk/util/i;
.line 8
iget-object v2, v2, Lcom/fyber/inneractive/sdk/util/i;->b:Landroid/graphics/Bitmap;
if-eqz v2, :cond_0
.line 9
iget-object v4, v3, Lcom/fyber/inneractive/sdk/player/cache/d;->h:Lcom/fyber/inneractive/sdk/player/cache/d$b;
if-eqz v4, :cond_0
.line 10
check-cast v4, Lcom/fyber/inneractive/sdk/player/controller/d;
.line 11
iput-object v2, v4, Lcom/fyber/inneractive/sdk/player/controller/d;->B:Landroid/graphics/Bitmap;
.line 12
:cond_0
iput-object v0, v3, Lcom/fyber/inneractive/sdk/player/cache/d;->b:Lcom/fyber/inneractive/sdk/player/cache/a;
goto :goto_0
.line 13
:cond_1
iget-object v0, v1, Lcom/fyber/inneractive/sdk/player/cache/d$a;->b:Ljava/util/concurrent/atomic/AtomicReference;
invoke-virtual {v0, v2}, Ljava/util/concurrent/atomic/AtomicReference;->set(Ljava/lang/Object;)V
.line 16
:cond_2
:goto_0
iget-object v0, v1, Lcom/fyber/inneractive/sdk/player/cache/d$a;->c:Ljava/util/concurrent/CountDownLatch;
invoke-virtual {v0}, Ljava/util/concurrent/CountDownLatch;->countDown()V
:cond_3
return-void
.end method