- 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
103 lines
2.6 KiB
Smali
103 lines
2.6 KiB
Smali
.class public abstract Lcom/fyber/inneractive/sdk/flow/h0;
|
|
.super Lcom/fyber/inneractive/sdk/flow/x;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/fyber/inneractive/sdk/external/VideoContentListener;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/fyber/inneractive/sdk/flow/x<",
|
|
"Lcom/fyber/inneractive/sdk/external/VideoContentListener;",
|
|
">;",
|
|
"Lcom/fyber/inneractive/sdk/external/VideoContentListener;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field protected isOverlayOutside:Z
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Lcom/fyber/inneractive/sdk/flow/x;-><init>()V
|
|
|
|
const/4 v0, 0x1
|
|
|
|
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/flow/h0;->isOverlayOutside:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public isOverlayOutside()Z
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Lcom/fyber/inneractive/sdk/flow/h0;->isOverlayOutside:Z
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public onCompleted()V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/fyber/inneractive/sdk/flow/x;->mEventsListener:Lcom/fyber/inneractive/sdk/external/InneractiveContentController$EventsListener;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 2
|
|
check-cast v0, Lcom/fyber/inneractive/sdk/external/VideoContentListener;
|
|
|
|
invoke-interface {v0}, Lcom/fyber/inneractive/sdk/external/VideoContentListener;->onCompleted()V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public onPlayerError()V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/fyber/inneractive/sdk/flow/x;->mEventsListener:Lcom/fyber/inneractive/sdk/external/InneractiveContentController$EventsListener;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 2
|
|
check-cast v0, Lcom/fyber/inneractive/sdk/external/VideoContentListener;
|
|
|
|
invoke-interface {v0}, Lcom/fyber/inneractive/sdk/external/VideoContentListener;->onPlayerError()V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public onProgress(II)V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/fyber/inneractive/sdk/flow/x;->mEventsListener:Lcom/fyber/inneractive/sdk/external/InneractiveContentController$EventsListener;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 2
|
|
check-cast v0, Lcom/fyber/inneractive/sdk/external/VideoContentListener;
|
|
|
|
invoke-interface {v0, p1, p2}, Lcom/fyber/inneractive/sdk/external/VideoContentListener;->onProgress(II)V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public setOverlayOutside(Z)Lcom/fyber/inneractive/sdk/flow/h0;
|
|
.locals 0
|
|
|
|
iput-boolean p1, p0, Lcom/fyber/inneractive/sdk/flow/h0;->isOverlayOutside:Z
|
|
|
|
return-object p0
|
|
.end method
|