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
This commit is contained in:
2026-02-18 16:13:44 -08:00
parent c080f0d97f
commit f3960ee359
44288 changed files with 10998761 additions and 0 deletions

View File

@@ -0,0 +1,641 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/a;
.super Lcom/fyber/inneractive/sdk/player/controller/i;
.source "SourceFile"
# instance fields
.field public p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
.field public q:I
.field public final r:I
.field public s:I
.field public t:Z
# direct methods
.method public constructor <init>(Landroid/content/Context;)V
.locals 1
.line 1
invoke-direct {p0, p1}, Lcom/fyber/inneractive/sdk/player/controller/i;-><init>(Landroid/content/Context;)V
const/4 p1, 0x0
iput p1, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->q:I
const/4 v0, 0x2
iput v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->r:I
iput p1, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->s:I
iput-boolean p1, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->t:Z
new-array p1, p1, [Ljava/lang/Object;
const-string v0, "Creating IAAndroidMediaPlayerController"
.line 17
invoke-static {v0, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
return-void
.end method
# virtual methods
.method public final a(I)V
.locals 3
.line 10
invoke-super {p0, p1}, Lcom/fyber/inneractive/sdk/player/controller/i;->a(I)V
.line 12
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/controller/a;->d()I
move-result v0
if-lt p1, v0, :cond_0
.line 13
sget-object v0, Lcom/fyber/inneractive/sdk/player/enums/b;->Completed:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {p0, v0}, Lcom/fyber/inneractive/sdk/player/controller/i;->a(Lcom/fyber/inneractive/sdk/player/enums/b;)V
goto :goto_0
:cond_0
iget v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->q:I
const/4 v1, 0x1
if-ne p1, v0, :cond_1
.line 16
invoke-static {p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v0
const-string v2, "%sVideo is stuck! Progress doesn\'t change"
.line 17
invoke-static {v2, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->s:I
add-int/2addr v0, v1
iput v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->s:I
iget v2, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->r:I
if-ne v0, v2, :cond_2
.line 20
sget-object v0, Lcom/fyber/inneractive/sdk/player/enums/b;->Buffering:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {p0, v0}, Lcom/fyber/inneractive/sdk/player/controller/i;->a(Lcom/fyber/inneractive/sdk/player/enums/b;)V
iput-boolean v1, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->t:Z
goto :goto_0
:cond_1
iget-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->t:Z
if-ne v0, v1, :cond_2
.line 25
invoke-static {p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v0
const-string v1, "%sVideo progress was stuck! but now it goes forward. Remove buffering state"
.line 26
invoke-static {v1, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
.line 27
sget-object v0, Lcom/fyber/inneractive/sdk/player/enums/b;->Playing:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {p0, v0}, Lcom/fyber/inneractive/sdk/player/controller/i;->a(Lcom/fyber/inneractive/sdk/player/enums/b;)V
const/4 v0, 0x0
iput v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->s:I
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->t:Z
:cond_2
:goto_0
iput p1, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->q:I
return-void
.end method
.method public final a(Landroid/view/Surface;)V
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
if-eqz v0, :cond_0
.line 2
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->setSurface(Landroid/view/Surface;)V
:cond_0
return-void
.end method
.method public final a(Ljava/lang/String;I)V
.locals 0
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
.line 9
invoke-virtual {p2, p1}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->a(Ljava/lang/String;)V
return-void
.end method
.method public final a(Z)V
.locals 2
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
if-nez p1, :cond_0
const/4 p1, 0x0
new-array p1, p1, [Ljava/lang/Object;
const-string v0, "MediaPlayerController: creating media player"
.line 4
invoke-static {v0, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
.line 5
new-instance p1, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->a:Landroid/content/Context;
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->i:Landroid/os/Handler;
.line 8
invoke-direct {p1, v0, p0, v1}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;-><init>(Landroid/content/Context;Lcom/fyber/inneractive/sdk/player/mediaplayer/a$k;Landroid/os/Handler;)V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
:cond_0
return-void
.end method
.method public final a()Z
.locals 1
.line 0
const/4 v0, 0x0
return v0
.end method
.method public final b()V
.locals 3
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
const/4 v1, 0x0
if-eqz v0, :cond_0
.line 2
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->reset()V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
.line 3
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->release()V
iput-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
.line 6
:cond_0
invoke-static {p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v0
const-string v2, "%sdestroy started"
.line 7
invoke-static {v2, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->h:Lcom/fyber/inneractive/sdk/player/d;
if-eqz v0, :cond_1
.line 9
iget-object v2, v0, Lcom/fyber/inneractive/sdk/player/d;->b:Ljava/util/concurrent/ScheduledThreadPoolExecutor;
if-eqz v2, :cond_1
.line 10
invoke-virtual {v2}, Ljava/util/concurrent/ScheduledThreadPoolExecutor;->shutdownNow()Ljava/util/List;
.line 11
iput-object v1, v0, Lcom/fyber/inneractive/sdk/player/d;->b:Ljava/util/concurrent/ScheduledThreadPoolExecutor;
:cond_1
iput-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->h:Lcom/fyber/inneractive/sdk/player/d;
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->i:Landroid/os/Handler;
.line 17
invoke-virtual {v0, v1}, Landroid/os/Handler;->removeCallbacksAndMessages(Ljava/lang/Object;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->b:Ljava/util/concurrent/CopyOnWriteArrayList;
.line 21
invoke-virtual {v0}, Ljava/util/concurrent/CopyOnWriteArrayList;->clear()V
iput-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->f:Lcom/fyber/inneractive/sdk/player/controller/i$c;
const/4 v0, 0x1
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->g:Z
.line 27
invoke-static {p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v0
const-string v1, "%sdestroy finished"
.line 28
invoke-static {v1, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
return-void
.end method
.method public final b(I)V
.locals 4
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
if-eqz v0, :cond_2
.line 39
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->c()Ljava/lang/String;
move-result-object v1
.line 40
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v2
sget-object v3, Ljava/lang/Boolean;->TRUE:Ljava/lang/Boolean;
filled-new-array {v1, v2, v3}, [Ljava/lang/Object;
move-result-object v1
const-string v2, "%s seek to called with = %d mPlayAfterSeek = %s"
invoke-static {v2, v1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
.line 42
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->b()Z
move-result v1
if-nez v1, :cond_0
.line 43
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->c()Ljava/lang/String;
move-result-object p1
filled-new-array {p1}, [Ljava/lang/Object;
move-result-object p1
const-string v0, "%s seek called when player is not ready!"
invoke-static {v0, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
goto :goto_0
.line 47
:cond_0
iget-object v1, v0, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->b:Lcom/fyber/inneractive/sdk/player/enums/b;
sget-object v2, Lcom/fyber/inneractive/sdk/player/enums/b;->Seeking:Lcom/fyber/inneractive/sdk/player/enums/b;
if-ne v1, v2, :cond_1
.line 48
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->c()Ljava/lang/String;
move-result-object p1
filled-new-array {p1}, [Ljava/lang/Object;
move-result-object p1
const-string v0, "%s seek called when player is already seeking!"
invoke-static {v0, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
goto :goto_0
.line 52
:cond_1
invoke-virtual {v0, v2}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->a(Lcom/fyber/inneractive/sdk/player/enums/b;)V
const/4 v1, 0x1
.line 53
iput-boolean v1, v0, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->c:Z
.line 55
new-instance v1, Lcom/fyber/inneractive/sdk/player/mediaplayer/c;
invoke-direct {v1, v0, p1}, Lcom/fyber/inneractive/sdk/player/mediaplayer/c;-><init>(Lcom/fyber/inneractive/sdk/player/mediaplayer/a;I)V
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->a(Ljava/lang/Runnable;)V
:cond_2
:goto_0
return-void
.end method
.method public final b(Z)V
.locals 1
const/4 v0, 0x1
.line 29
invoke-virtual {p0, v0}, Lcom/fyber/inneractive/sdk/player/controller/i;->c(Z)V
.line 30
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/controller/a;->i()Z
move-result v0
if-eqz v0, :cond_0
iget-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->n:Z
if-eqz v0, :cond_0
return-void
:cond_0
iput-boolean p1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->n:Z
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
if-eqz p1, :cond_1
.line 36
invoke-virtual {p1}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->e()V
:cond_1
return-void
.end method
.method public final c()I
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
if-eqz v0, :cond_0
.line 2
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->getCurrentPosition()I
move-result v0
return v0
:cond_0
const/4 v0, 0x0
return v0
.end method
.method public final d()I
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
if-eqz v0, :cond_0
.line 23
iget v0, v0, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->r:I
return v0
:cond_0
const/4 v0, 0x0
return v0
.end method
.method public final d(Z)V
.locals 3
const/4 v0, 0x0
.line 1
invoke-virtual {p0, v0}, Lcom/fyber/inneractive/sdk/player/controller/i;->c(Z)V
.line 2
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/controller/a;->i()Z
move-result v1
if-nez v1, :cond_0
iget-boolean v1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->n:Z
const/4 v2, 0x1
if-ne v1, v2, :cond_0
return-void
:cond_0
iput-boolean p1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->n:Z
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
if-eqz p1, :cond_2
.line 9
invoke-virtual {p1}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->c()Ljava/lang/String;
move-result-object v1
filled-new-array {v1}, [Ljava/lang/Object;
move-result-object v1
const-string v2, "%s unmute"
.line 10
invoke-static {v2, v1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
.line 12
iput-boolean v0, p1, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->d:Z
.line 13
invoke-virtual {p1}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->b()Z
move-result v0
if-eqz v0, :cond_1
.line 14
new-instance v0, Lcom/fyber/inneractive/sdk/player/mediaplayer/d;
invoke-direct {v0, p1}, Lcom/fyber/inneractive/sdk/player/mediaplayer/d;-><init>(Lcom/fyber/inneractive/sdk/player/mediaplayer/a;)V
invoke-virtual {p1, v0}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->a(Ljava/lang/Runnable;)V
goto :goto_0
.line 21
:cond_1
invoke-virtual {p1}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->c()Ljava/lang/String;
move-result-object p1
filled-new-array {p1}, [Ljava/lang/Object;
move-result-object p1
const-string v0, "%s unmute called when player is not ready!"
invoke-static {v0, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
:cond_2
:goto_0
return-void
.end method
.method public final e()Landroid/graphics/Bitmap;
.locals 1
const/4 v0, 0x0
return-object v0
.end method
.method public final f()Ljava/lang/String;
.locals 1
const-string v0, "media"
return-object v0
.end method
.method public final g()I
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
if-eqz v0, :cond_0
.line 2
iget v0, v0, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->t:I
return v0
:cond_0
const/4 v0, 0x0
return v0
.end method
.method public final h()I
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
if-eqz v0, :cond_0
.line 2
iget v0, v0, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->s:I
return v0
:cond_0
const/4 v0, 0x0
return v0
.end method
.method public final i()Z
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
if-eqz v0, :cond_0
.line 2
iget-boolean v0, v0, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->d:Z
return v0
:cond_0
const/4 v0, 0x0
return v0
.end method
.method public final k()V
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
if-eqz v0, :cond_0
.line 2
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->pause()V
:cond_0
return-void
.end method
.method public final l()V
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/a;->p:Lcom/fyber/inneractive/sdk/player/mediaplayer/a;
if-eqz v0, :cond_0
.line 2
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a;->start()V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,59 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/player/controller/b;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<",
"ListenerT::Lcom/fyber/inneractive/sdk/player/controller/y;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract a(J)V
.end method
.method public abstract a(Landroid/graphics/Bitmap;)V
.end method
.method public abstract a(Lcom/fyber/inneractive/sdk/player/controller/y;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(T",
"ListenerT;",
")V"
}
.end annotation
.end method
.method public abstract b(I)V
.end method
.method public abstract b(Z)V
.end method
.method public abstract c()Z
.end method
.method public abstract destroy()V
.end method
.method public abstract e(Z)V
.end method
.method public abstract f()V
.end method
.method public abstract g()Lcom/fyber/inneractive/sdk/flow/vast/e;
.end method
.method public abstract h()Z
.end method
.method public abstract pauseVideo()V
.end method

View File

@@ -0,0 +1,138 @@
.class public final synthetic Lcom/fyber/inneractive/sdk/player/controller/c$a;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/controller/c;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1009
name = null
.end annotation
# static fields
.field public static final synthetic a:[I
.field public static final synthetic b:[I
# direct methods
.method public static constructor <clinit>()V
.locals 5
.line 1
invoke-static {}, Lcom/fyber/inneractive/sdk/model/vast/h;->values()[Lcom/fyber/inneractive/sdk/model/vast/h;
move-result-object v0
array-length v0, v0
new-array v0, v0, [I
sput-object v0, Lcom/fyber/inneractive/sdk/player/controller/c$a;->b:[I
const/4 v1, 0x1
:try_start_0
sget-object v2, Lcom/fyber/inneractive/sdk/model/vast/h;->Static:Lcom/fyber/inneractive/sdk/model/vast/h;
invoke-virtual {v2}, Ljava/lang/Enum;->ordinal()I
move-result v2
aput v1, v0, v2
:try_end_0
.catch Ljava/lang/NoSuchFieldError; {:try_start_0 .. :try_end_0} :catch_0
:catch_0
const/4 v0, 0x2
:try_start_1
sget-object v2, Lcom/fyber/inneractive/sdk/player/controller/c$a;->b:[I
sget-object v3, Lcom/fyber/inneractive/sdk/model/vast/h;->Html:Lcom/fyber/inneractive/sdk/model/vast/h;
invoke-virtual {v3}, Ljava/lang/Enum;->ordinal()I
move-result v3
aput v0, v2, v3
:try_end_1
.catch Ljava/lang/NoSuchFieldError; {:try_start_1 .. :try_end_1} :catch_1
:catch_1
:try_start_2
sget-object v2, Lcom/fyber/inneractive/sdk/player/controller/c$a;->b:[I
sget-object v3, Lcom/fyber/inneractive/sdk/model/vast/h;->FMP_End_Card:Lcom/fyber/inneractive/sdk/model/vast/h;
invoke-virtual {v3}, Ljava/lang/Enum;->ordinal()I
move-result v3
const/4 v4, 0x3
aput v4, v2, v3
:try_end_2
.catch Ljava/lang/NoSuchFieldError; {:try_start_2 .. :try_end_2} :catch_2
:catch_2
:try_start_3
sget-object v2, Lcom/fyber/inneractive/sdk/player/controller/c$a;->b:[I
sget-object v3, Lcom/fyber/inneractive/sdk/model/vast/h;->Iframe:Lcom/fyber/inneractive/sdk/model/vast/h;
invoke-virtual {v3}, Ljava/lang/Enum;->ordinal()I
move-result v3
const/4 v4, 0x4
aput v4, v2, v3
:try_end_3
.catch Ljava/lang/NoSuchFieldError; {:try_start_3 .. :try_end_3} :catch_3
.line 2
:catch_3
invoke-static {}, Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;->values()[Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
move-result-object v2
array-length v2, v2
new-array v2, v2, [I
sput-object v2, Lcom/fyber/inneractive/sdk/player/controller/c$a;->a:[I
:try_start_4
sget-object v3, Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;->INTERSTITIAL:Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
invoke-virtual {v3}, Ljava/lang/Enum;->ordinal()I
move-result v3
aput v1, v2, v3
:try_end_4
.catch Ljava/lang/NoSuchFieldError; {:try_start_4 .. :try_end_4} :catch_4
:catch_4
:try_start_5
sget-object v1, Lcom/fyber/inneractive/sdk/player/controller/c$a;->a:[I
sget-object v2, Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;->REWARDED:Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
invoke-virtual {v2}, Ljava/lang/Enum;->ordinal()I
move-result v2
aput v0, v1, v2
:try_end_5
.catch Ljava/lang/NoSuchFieldError; {:try_start_5 .. :try_end_5} :catch_5
:catch_5
return-void
.end method

View File

@@ -0,0 +1,591 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/c;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field public a:Lcom/fyber/inneractive/sdk/web/g0;
.field public b:Lcom/fyber/inneractive/sdk/web/j$g;
.field public c:Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
.field public d:Lcom/fyber/inneractive/sdk/web/j$d;
.field public e:Z
# direct methods
.method public constructor <init>(Landroid/content/Context;Lcom/fyber/inneractive/sdk/flow/vast/b;Lcom/fyber/inneractive/sdk/model/vast/h;Lcom/fyber/inneractive/sdk/web/a;)V
.locals 2
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
sget-object v0, Lcom/fyber/inneractive/sdk/web/j$g;->INLINE:Lcom/fyber/inneractive/sdk/web/j$g;
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->b:Lcom/fyber/inneractive/sdk/web/j$g;
.line 6
sget-object v0, Lcom/fyber/inneractive/sdk/web/j$d;->ENABLED:Lcom/fyber/inneractive/sdk/web/j$d;
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->d:Lcom/fyber/inneractive/sdk/web/j$d;
.line 15
invoke-virtual {p2}, Lcom/fyber/inneractive/sdk/flow/vast/b;->c()Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
move-result-object v0
invoke-virtual {p2}, Lcom/fyber/inneractive/sdk/flow/vast/b;->e()Z
move-result v1
invoke-virtual {p0, v0, v1}, Lcom/fyber/inneractive/sdk/player/controller/c;->a(Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;Z)V
.line 17
:try_start_0
invoke-virtual {p2}, Lcom/fyber/inneractive/sdk/flow/vast/b;->c()Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
move-result-object v0
.line 18
invoke-static {}, Lcom/fyber/inneractive/sdk/config/IAConfigManager;->c()Lcom/fyber/inneractive/sdk/config/m;
move-result-object v1
.line 19
invoke-virtual {v1}, Lcom/fyber/inneractive/sdk/config/m;->a()Lcom/fyber/inneractive/sdk/config/k;
move-result-object v1
.line 20
invoke-static {v0, v1}, Lcom/fyber/inneractive/sdk/util/j;->a(Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;Lcom/fyber/inneractive/sdk/config/k;)Z
move-result v0
.line 23
invoke-virtual {p0, p4, p3, v0}, Lcom/fyber/inneractive/sdk/player/controller/c;->a(Lcom/fyber/inneractive/sdk/web/a;Lcom/fyber/inneractive/sdk/model/vast/h;Z)Lcom/fyber/inneractive/sdk/web/g0;
move-result-object p4
iput-object p4, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->a:Lcom/fyber/inneractive/sdk/web/g0;
.line 25
invoke-virtual {p0, p3}, Lcom/fyber/inneractive/sdk/player/controller/c;->a(Lcom/fyber/inneractive/sdk/model/vast/h;)V
iget-object p3, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->a:Lcom/fyber/inneractive/sdk/web/g0;
.line 27
invoke-virtual {p3}, Lcom/fyber/inneractive/sdk/web/f;->f()Lcom/fyber/inneractive/sdk/web/h;
move-result-object p3
if-eqz p3, :cond_0
.line 28
invoke-static {}, Lcom/fyber/inneractive/sdk/util/b0;->b()Lcom/fyber/inneractive/sdk/util/b0;
move-result-object p3
iget-object p4, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->a:Lcom/fyber/inneractive/sdk/web/g0;
invoke-virtual {p4}, Lcom/fyber/inneractive/sdk/web/f;->f()Lcom/fyber/inneractive/sdk/web/h;
move-result-object p4
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->a:Lcom/fyber/inneractive/sdk/web/g0;
invoke-virtual {p3, p1, p4, v0}, Lcom/fyber/inneractive/sdk/util/b0;->a(Landroid/content/Context;Landroid/view/ViewGroup;Lcom/fyber/inneractive/sdk/util/b0$d;)V
:cond_0
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->a:Lcom/fyber/inneractive/sdk/web/g0;
.line 30
invoke-virtual {p1}, Lcom/fyber/inneractive/sdk/web/f;->i()V
.line 32
invoke-virtual {p2}, Lcom/fyber/inneractive/sdk/flow/vast/b;->d()I
move-result p1
invoke-virtual {p2}, Lcom/fyber/inneractive/sdk/flow/vast/b;->a()I
move-result p3
.line 33
invoke-virtual {p2}, Lcom/fyber/inneractive/sdk/flow/vast/b;->b()Lcom/fyber/inneractive/sdk/config/f0;
move-result-object p2
.line 34
invoke-static {p1, p3, p2}, Lcom/fyber/inneractive/sdk/renderers/h;->a(IILcom/fyber/inneractive/sdk/config/f0;)Lcom/fyber/inneractive/sdk/util/q0;
move-result-object p1
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->a:Lcom/fyber/inneractive/sdk/web/g0;
.line 36
iget p3, p1, Lcom/fyber/inneractive/sdk/util/q0;->a:I
iget p1, p1, Lcom/fyber/inneractive/sdk/util/q0;->b:I
invoke-virtual {p2, p3, p1}, Lcom/fyber/inneractive/sdk/web/g0;->setAdDefaultSize(II)V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
goto :goto_0
:catchall_0
const/4 p1, 0x0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->a:Lcom/fyber/inneractive/sdk/web/g0;
:goto_0
return-void
.end method
# virtual methods
.method public final a(Lcom/fyber/inneractive/sdk/web/a;Lcom/fyber/inneractive/sdk/model/vast/h;Z)Lcom/fyber/inneractive/sdk/web/g0;
.locals 8
.line 1
sget-object v0, Lcom/fyber/inneractive/sdk/model/vast/h;->FMP_End_Card:Lcom/fyber/inneractive/sdk/model/vast/h;
if-ne p2, v0, :cond_0
.line 2
new-instance p2, Lcom/fyber/inneractive/sdk/web/b;
invoke-direct {p2, p1, p3}, Lcom/fyber/inneractive/sdk/web/b;-><init>(Lcom/fyber/inneractive/sdk/web/a;Z)V
return-object p2
.line 5
:cond_0
new-instance p1, Lcom/fyber/inneractive/sdk/ui/IAmraidWebViewController;
iget-object v4, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->b:Lcom/fyber/inneractive/sdk/web/j$g;
iget-object v3, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->d:Lcom/fyber/inneractive/sdk/web/j$d;
sget-object v5, Lcom/fyber/inneractive/sdk/web/j$h;->AD_CONTROLLED:Lcom/fyber/inneractive/sdk/web/j$h;
const/4 v1, 0x0
const/4 v2, 0x0
const/4 v7, 0x1
move-object v0, p1
move v6, p3
invoke-direct/range {v0 .. v7}, Lcom/fyber/inneractive/sdk/ui/IAmraidWebViewController;-><init>(Lcom/fyber/inneractive/sdk/config/global/s;Lcom/fyber/inneractive/sdk/measurement/a;Lcom/fyber/inneractive/sdk/web/j$d;Lcom/fyber/inneractive/sdk/web/j$g;Lcom/fyber/inneractive/sdk/web/j$h;ZZ)V
return-object p1
.end method
.method public final a()Lcom/fyber/inneractive/sdk/web/h;
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->a:Lcom/fyber/inneractive/sdk/web/g0;
if-nez v0, :cond_0
const/4 v0, 0x0
goto :goto_0
.line 7
:cond_0
iget-object v0, v0, Lcom/fyber/inneractive/sdk/web/f;->b:Lcom/fyber/inneractive/sdk/web/h;
:goto_0
return-object v0
.end method
.method public final a(Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;Z)V
.locals 1
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->c:Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
iput-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->e:Z
.line 102
sget-object v0, Lcom/fyber/inneractive/sdk/player/controller/c$a;->a:[I
invoke-virtual {p1}, Ljava/lang/Enum;->ordinal()I
move-result p1
aget p1, v0, p1
const/4 v0, 0x1
if-eq p1, v0, :cond_0
const/4 v0, 0x2
if-eq p1, v0, :cond_0
.line 111
sget-object p1, Lcom/fyber/inneractive/sdk/web/j$d;->ENABLED:Lcom/fyber/inneractive/sdk/web/j$d;
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->d:Lcom/fyber/inneractive/sdk/web/j$d;
goto :goto_0
.line 112
:cond_0
sget-object p1, Lcom/fyber/inneractive/sdk/web/j$d;->ENABLED:Lcom/fyber/inneractive/sdk/web/j$d;
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->d:Lcom/fyber/inneractive/sdk/web/j$d;
if-eqz p2, :cond_1
.line 114
sget-object p1, Lcom/fyber/inneractive/sdk/web/j$g;->INTERSTITIAL:Lcom/fyber/inneractive/sdk/web/j$g;
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->b:Lcom/fyber/inneractive/sdk/web/j$g;
:cond_1
:goto_0
return-void
.end method
.method public final a(Lcom/fyber/inneractive/sdk/model/vast/h;)V
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->a:Lcom/fyber/inneractive/sdk/web/g0;
if-eqz v0, :cond_0
.line 116
iget-object v0, v0, Lcom/fyber/inneractive/sdk/web/f;->b:Lcom/fyber/inneractive/sdk/web/h;
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
if-nez v0, :cond_1
return-void
.line 117
:cond_1
sget-object v1, Lcom/fyber/inneractive/sdk/player/controller/c$a;->b:[I
invoke-virtual {p1}, Ljava/lang/Enum;->ordinal()I
move-result p1
aget p1, v1, p1
const/4 v1, 0x1
if-eq p1, v1, :cond_4
const/4 v1, 0x2
if-eq p1, v1, :cond_3
const/4 v1, 0x3
if-eq p1, v1, :cond_3
const/4 v1, 0x4
if-eq p1, v1, :cond_2
goto :goto_1
:cond_2
sget p1, Lcom/fyber/inneractive/sdk/R$id;->ia_inneractive_vast_endcard_iframe:I
.line 130
invoke-virtual {v0, p1}, Landroid/view/View;->setId(I)V
goto :goto_1
:cond_3
sget p1, Lcom/fyber/inneractive/sdk/R$id;->ia_inneractive_vast_endcard_html:I
.line 131
invoke-virtual {v0, p1}, Landroid/view/View;->setId(I)V
goto :goto_1
:cond_4
sget p1, Lcom/fyber/inneractive/sdk/R$id;->ia_inneractive_vast_endcard_gif:I
.line 132
invoke-virtual {v0, p1}, Landroid/view/View;->setId(I)V
:goto_1
return-void
.end method
.method public final a(Ljava/lang/String;Lcom/fyber/inneractive/sdk/web/f$b;Z)V
.locals 10
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->a:Lcom/fyber/inneractive/sdk/web/g0;
if-eqz v0, :cond_6
.line 8
invoke-static {p1}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_6
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->a:Lcom/fyber/inneractive/sdk/web/g0;
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->c:Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
const/4 v2, 0x0
if-eqz v1, :cond_0
.line 9
invoke-virtual {v1}, Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;->isFullscreenUnit()Z
move-result v1
if-eqz v1, :cond_0
const/4 v1, 0x1
goto :goto_0
:cond_0
move v1, v2
:goto_0
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/web/g0;->setAutoplayMRAIDVideos(Z)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->a:Lcom/fyber/inneractive/sdk/web/g0;
.line 10
invoke-virtual {v0, v2}, Lcom/fyber/inneractive/sdk/web/g0;->setCenteringTagsRequired(Z)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->a:Lcom/fyber/inneractive/sdk/web/g0;
.line 12
sget v1, Lcom/fyber/inneractive/sdk/config/g;->a:I
const-string v1, "ia.testEnvironmentConfiguration.name"
.line 13
invoke-static {v1}, Ljava/lang/System;->getProperty(Ljava/lang/String;)Ljava/lang/String;
move-result-object v1
.line 14
invoke-static {v1}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v2
if-eqz v2, :cond_1
const-string v1, "wv.inner-active.mobi/simpleM2M/"
:goto_1
move-object v9, v1
goto :goto_2
.line 18
:cond_1
new-instance v2, Ljava/lang/StringBuilder;
invoke-direct {v2}, Ljava/lang/StringBuilder;-><init>()V
invoke-virtual {v2, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
const-string v1, ".inner-active.mobi/simpleM2M/"
invoke-virtual {v2, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v1
goto :goto_1
:goto_2
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->c:Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
iget-boolean v2, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->e:Z
.line 20
new-instance v3, Ljava/lang/StringBuilder;
invoke-direct {v3}, Ljava/lang/StringBuilder;-><init>()V
if-eqz v1, :cond_2
.line 23
invoke-virtual {v1}, Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;->isFullscreenUnit()Z
move-result v1
if-eqz v1, :cond_2
if-nez v2, :cond_2
const-string v1, "<script type=\"text/javascript\"> var IaCloseBtnHelper = (function initIaCloseBtnHelper(){ var styleContent = \'.celtra-close-button {display:none !important;} .close-button {display:none !important;}\'; function getStyle(doc){ var style = doc.createElement(\'style\'); style.type = \'text/css\'; if (style.styleSheet){ style.styleSheet.cssText = styleContent; } else { style.appendChild(doc.createTextNode(styleContent)); } return style; } function onDomReady(){ var iframes = window.document.getElementsByTagName(\'iframe\'), i = 0, len = iframes && iframes.length || 0; for(; i < len; ++i){ if(!iframes[i].src){ try { iframes[i].contentDocument.body.appendChild(getStyle(iframes[i].contentDocument)); }catch(e){ }}}} function registerWindowEvents(){ window.addEventListener(\'load\', function onWindowLoad(){ window.removeEventListener(\'load\', onWindowLoad); onDomReady(); }); } return { init: function init(){ if(window.document.readyState != \'complete\'){ registerWindowEvents(); }else{ onDomReady(); }}}})(); IaCloseBtnHelper.init();</script>"
.line 25
invoke-virtual {v3, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 67
:cond_2
invoke-virtual {v3}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v7
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->c:Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
.line 69
new-instance v2, Ljava/lang/StringBuilder;
invoke-direct {v2}, Ljava/lang/StringBuilder;-><init>()V
if-eqz v1, :cond_5
.line 72
invoke-virtual {v1}, Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;->isFullscreenUnit()Z
move-result v3
if-eqz v3, :cond_3
goto :goto_3
.line 83
:cond_3
sget-object v3, Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;->BANNER:Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
if-ne v1, v3, :cond_4
const-string v1, " body {display: flex;} #iawrapper { position:unset !important; display: unset !important; } "
.line 84
invoke-virtual {v2, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
goto :goto_3
:cond_4
const-string v1, " #iawrapper { position:unset !important; display: unset !important; }"
.line 87
invoke-virtual {v2, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 91
:cond_5
:goto_3
invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v8
.line 92
iput-object p2, v0, Lcom/fyber/inneractive/sdk/web/f;->f:Lcom/fyber/inneractive/sdk/web/f$b;
.line 95
:try_start_0
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/web/f;->h()V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 96
new-instance p2, Lcom/fyber/inneractive/sdk/web/e;
move-object v3, p2
move-object v4, v0
move-object v5, p1
move v6, p3
invoke-direct/range {v3 .. v9}, Lcom/fyber/inneractive/sdk/web/e;-><init>(Lcom/fyber/inneractive/sdk/web/g0;Ljava/lang/String;ZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
iput-object p2, v0, Lcom/fyber/inneractive/sdk/web/f;->o:Lcom/fyber/inneractive/sdk/web/e;
const/4 p1, 0x0
.line 97
invoke-virtual {p2, p1}, Lcom/fyber/inneractive/sdk/util/b;->b([Ljava/lang/Object;)V
goto :goto_4
:catchall_0
move-exception p1
.line 98
new-instance p2, Lcom/fyber/inneractive/sdk/external/InneractiveInfrastructureError;
sget-object p3, Lcom/fyber/inneractive/sdk/external/InneractiveErrorCode;->SDK_INTERNAL_ERROR:Lcom/fyber/inneractive/sdk/external/InneractiveErrorCode;
sget-object v1, Lcom/fyber/inneractive/sdk/flow/g;->COULD_NOT_CONFIGURE_WEBVIEW:Lcom/fyber/inneractive/sdk/flow/g;
invoke-direct {p2, p3, v1, p1}, Lcom/fyber/inneractive/sdk/external/InneractiveInfrastructureError;-><init>(Lcom/fyber/inneractive/sdk/external/InneractiveErrorCode;Lcom/fyber/inneractive/sdk/flow/g;Ljava/lang/Throwable;)V
invoke-virtual {v0, p2}, Lcom/fyber/inneractive/sdk/web/f;->a(Lcom/fyber/inneractive/sdk/external/InneractiveInfrastructureError;)V
goto :goto_4
.line 99
:cond_6
new-instance p1, Lcom/fyber/inneractive/sdk/external/InneractiveInfrastructureError;
sget-object p3, Lcom/fyber/inneractive/sdk/external/InneractiveErrorCode;->UNSPECIFIED:Lcom/fyber/inneractive/sdk/external/InneractiveErrorCode;
sget-object v0, Lcom/fyber/inneractive/sdk/flow/g;->NO_WEBVIEW_CONTROLLER_AVAILABLE:Lcom/fyber/inneractive/sdk/flow/g;
invoke-direct {p1, p3, v0}, Lcom/fyber/inneractive/sdk/external/InneractiveInfrastructureError;-><init>(Lcom/fyber/inneractive/sdk/external/InneractiveErrorCode;Lcom/fyber/inneractive/sdk/flow/g;)V
invoke-interface {p2, p1}, Lcom/fyber/inneractive/sdk/web/f$b;->a(Lcom/fyber/inneractive/sdk/external/InneractiveInfrastructureError;)V
:goto_4
return-void
.end method
.method public final b()V
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/c;->a:Lcom/fyber/inneractive/sdk/web/g0;
if-eqz v0, :cond_0
.line 2
iget-object v0, v0, Lcom/fyber/inneractive/sdk/web/f;->b:Lcom/fyber/inneractive/sdk/web/h;
if-eqz v0, :cond_0
.line 3
invoke-virtual {v0}, Landroid/webkit/WebView;->getSettings()Landroid/webkit/WebSettings;
move-result-object v0
const/4 v1, 0x0
.line 5
invoke-virtual {v0, v1}, Landroid/webkit/WebSettings;->setMediaPlaybackRequiresUserGesture(Z)V
const/4 v1, 0x1
.line 7
invoke-virtual {v0, v1}, Landroid/webkit/WebSettings;->setLoadWithOverviewMode(Z)V
.line 8
invoke-virtual {v0, v1}, Landroid/webkit/WebSettings;->setUseWideViewPort(Z)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,146 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/d$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/fyber/inneractive/sdk/player/controller/d;->b()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/controller/d;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/d;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/d$a;->a:Lcom/fyber/inneractive/sdk/player/controller/d;
.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/controller/d$a;->a:Lcom/fyber/inneractive/sdk/player/controller/d;
.line 2
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->s:Lcom/fyber/inneractive/sdk/player/exoplayer2/e;
if-eqz v0, :cond_2
.line 3
check-cast v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;
.line 4
iget-object v1, v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;->n:Lcom/fyber/inneractive/sdk/player/exoplayer2/q;
invoke-virtual {v1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/q;->c()Z
move-result v1
if-nez v1, :cond_1
iget v1, v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;->l:I
if-lez v1, :cond_0
goto :goto_0
.line 7
:cond_0
iget-object v1, v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;->n:Lcom/fyber/inneractive/sdk/player/exoplayer2/q;
iget-object v2, v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;->r:Lcom/fyber/inneractive/sdk/player/exoplayer2/h$b;
iget v2, v2, Lcom/fyber/inneractive/sdk/player/exoplayer2/h$b;->a:I
iget-object v3, v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;->h:Lcom/fyber/inneractive/sdk/player/exoplayer2/q$b;
const/4 v4, 0x0
.line 8
invoke-virtual {v1, v2, v3, v4}, Lcom/fyber/inneractive/sdk/player/exoplayer2/q;->a(ILcom/fyber/inneractive/sdk/player/exoplayer2/q$b;Z)Lcom/fyber/inneractive/sdk/player/exoplayer2/q$b;
move-result-object v1
.line 9
iget v1, v1, Lcom/fyber/inneractive/sdk/player/exoplayer2/q$b;->c:I
goto :goto_1
.line 10
:cond_1
:goto_0
iget v1, v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;->s:I
:goto_1
const-wide v2, -0x7fffffffffffffffL # -4.9E-324
.line 11
invoke-virtual {v0, v1, v2, v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;->a(IJ)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/d$a;->a:Lcom/fyber/inneractive/sdk/player/controller/d;
.line 13
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->s:Lcom/fyber/inneractive/sdk/player/exoplayer2/e;
.line 14
check-cast v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;
.line 15
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;->e:Lcom/fyber/inneractive/sdk/player/exoplayer2/h;
.line 16
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/h;->f:Landroid/os/Handler;
const/4 v1, 0x5
.line 17
invoke-virtual {v0, v1}, Landroid/os/Handler;->sendEmptyMessage(I)Z
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/d$a;->a:Lcom/fyber/inneractive/sdk/player/controller/d;
.line 19
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->s:Lcom/fyber/inneractive/sdk/player/exoplayer2/e;
.line 20
check-cast v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;
.line 21
iget-object v1, v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;->e:Lcom/fyber/inneractive/sdk/player/exoplayer2/h;
.line 22
invoke-virtual {v1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/h;->c()V
.line 23
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;->d:Lcom/fyber/inneractive/sdk/player/exoplayer2/f;
const/4 v1, 0x0
invoke-virtual {v0, v1}, Landroid/os/Handler;->removeCallbacksAndMessages(Ljava/lang/Object;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/d$a;->a:Lcom/fyber/inneractive/sdk/player/controller/d;
.line 25
iput-object v1, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->s:Lcom/fyber/inneractive/sdk/player/exoplayer2/e;
:cond_2
return-void
.end method

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,996 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/e;
.super Lcom/fyber/inneractive/sdk/player/controller/o;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/fyber/inneractive/sdk/player/controller/o<",
"Lcom/fyber/inneractive/sdk/player/controller/y;",
">;"
}
.end annotation
# instance fields
.field public final C:Z
.field public D:Z
.field public final E:Z
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/e;Lcom/fyber/inneractive/sdk/player/ui/s;Lcom/fyber/inneractive/sdk/config/f0;Lcom/fyber/inneractive/sdk/config/global/s;ZLcom/fyber/inneractive/sdk/config/enums/Skip;ZLjava/lang/String;Z)V
.locals 10
move-object v9, p0
move-object v0, p0
move-object v1, p1
move-object v2, p2
move-object v3, p3
move-object v4, p4
move v5, p5
move-object/from16 v6, p6
move-object/from16 v7, p8
move/from16 v8, p9
.line 1
invoke-direct/range {v0 .. v8}, Lcom/fyber/inneractive/sdk/player/controller/o;-><init>(Lcom/fyber/inneractive/sdk/player/e;Lcom/fyber/inneractive/sdk/player/ui/s;Lcom/fyber/inneractive/sdk/config/f0;Lcom/fyber/inneractive/sdk/config/global/s;ZLcom/fyber/inneractive/sdk/config/enums/Skip;Ljava/lang/String;Z)V
const/4 v0, 0x0
iput-boolean v0, v9, Lcom/fyber/inneractive/sdk/player/controller/e;->D:Z
iput-boolean v0, v9, Lcom/fyber/inneractive/sdk/player/controller/e;->C:Z
move/from16 v0, p7
iput-boolean v0, v9, Lcom/fyber/inneractive/sdk/player/controller/e;->E:Z
return-void
.end method
# virtual methods
.method public final a(Lcom/fyber/inneractive/sdk/util/p0;)V
.locals 3
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->b:Lcom/fyber/inneractive/sdk/config/f0;
.line 10
check-cast v0, Lcom/fyber/inneractive/sdk/config/e0;
.line 11
iget-object v0, v0, Lcom/fyber/inneractive/sdk/config/e0;->f:Lcom/fyber/inneractive/sdk/config/g0;
.line 12
iget-object v0, v0, Lcom/fyber/inneractive/sdk/config/g0;->i:Lcom/fyber/inneractive/sdk/config/enums/TapAction;
.line 13
sget-object v1, Lcom/fyber/inneractive/sdk/config/enums/TapAction;->CTR:Lcom/fyber/inneractive/sdk/config/enums/TapAction;
const/4 v2, 0x0
if-ne v0, v1, :cond_0
.line 14
sget-object v0, Lcom/fyber/inneractive/sdk/player/enums/VideoClickOrigin;->VIDEO:Lcom/fyber/inneractive/sdk/player/enums/VideoClickOrigin;
invoke-virtual {p0, v2, v0, p1}, Lcom/fyber/inneractive/sdk/player/controller/o;->a(ZLcom/fyber/inneractive/sdk/player/enums/VideoClickOrigin;Lcom/fyber/inneractive/sdk/util/p0;)Z
goto :goto_2
.line 15
:cond_0
sget-object v1, Lcom/fyber/inneractive/sdk/config/enums/TapAction;->FULLSCREEN:Lcom/fyber/inneractive/sdk/config/enums/TapAction;
if-eq v0, v1, :cond_2
sget-object v1, Lcom/fyber/inneractive/sdk/config/enums/TapAction;->DO_NOTHING:Lcom/fyber/inneractive/sdk/config/enums/TapAction;
if-ne v0, v1, :cond_1
goto :goto_0
.line 25
:cond_1
invoke-static {p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object p1
filled-new-array {p1, v0}, [Ljava/lang/Object;
move-result-object p1
const-string v0, "% sonVideoClicked called, but we recieved an unknown tap action %s"
.line 26
invoke-static {v0, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
goto :goto_2
:cond_2
:goto_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->c:Lcom/fyber/inneractive/sdk/config/global/s;
const-class v1, Lcom/fyber/inneractive/sdk/config/global/features/r;
.line 27
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/config/global/s;->a(Ljava/lang/Class;)Lcom/fyber/inneractive/sdk/config/global/features/g;
move-result-object v0
check-cast v0, Lcom/fyber/inneractive/sdk/config/global/features/r;
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/config/global/features/r;->d()Lcom/fyber/inneractive/sdk/config/global/features/r$b;
move-result-object v0
.line 28
sget-object v1, Lcom/fyber/inneractive/sdk/config/global/features/r$b;->OPEN:Lcom/fyber/inneractive/sdk/config/global/features/r$b;
invoke-virtual {v0, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_4
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->w:Lcom/fyber/inneractive/sdk/ignite/l;
.line 30
sget-object v1, Lcom/fyber/inneractive/sdk/ignite/l;->NONE:Lcom/fyber/inneractive/sdk/ignite/l;
if-eq v0, v1, :cond_3
.line 31
sget-object v0, Lcom/fyber/inneractive/sdk/config/IAConfigManager;->L:Lcom/fyber/inneractive/sdk/config/IAConfigManager;
iget-object v0, v0, Lcom/fyber/inneractive/sdk/config/IAConfigManager;->D:Lcom/fyber/inneractive/sdk/ignite/c;
.line 32
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/ignite/c;->m()Z
move-result v0
if-eqz v0, :cond_3
goto :goto_1
:cond_3
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
if-eqz v0, :cond_5
.line 34
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/ui/d;->a()Z
move-result v0
if-eqz v0, :cond_5
.line 35
:cond_4
:goto_1
sget-object v0, Lcom/fyber/inneractive/sdk/player/enums/VideoClickOrigin;->VIDEO:Lcom/fyber/inneractive/sdk/player/enums/VideoClickOrigin;
invoke-virtual {p0, v2, v0, p1}, Lcom/fyber/inneractive/sdk/player/controller/o;->a(ZLcom/fyber/inneractive/sdk/player/enums/VideoClickOrigin;Lcom/fyber/inneractive/sdk/util/p0;)Z
:cond_5
:goto_2
return-void
.end method
.method public final a(Z)V
.locals 2
if-eqz p1, :cond_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->a:Lcom/fyber/inneractive/sdk/player/c;
if-eqz v0, :cond_0
.line 2
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/c;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
if-eqz v0, :cond_0
.line 3
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->e:Lcom/fyber/inneractive/sdk/player/enums/b;
.line 4
sget-object v1, Lcom/fyber/inneractive/sdk/player/enums/b;->Completed:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {v0, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/ui/s;->i()Z
move-result v0
if-nez v0, :cond_0
const/4 v0, 0x0
.line 5
invoke-virtual {p0, v0}, Lcom/fyber/inneractive/sdk/player/controller/o;->h(Z)V
.line 9
:cond_0
invoke-super {p0, p1}, Lcom/fyber/inneractive/sdk/player/controller/o;->a(Z)V
return-void
.end method
.method public final b()V
.locals 3
iget-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->h:Z
if-eqz v0, :cond_1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
.line 2
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/ui/s;->i()Z
move-result v0
if-nez v0, :cond_2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
const/4 v1, 0x0
.line 3
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/player/ui/s;->a(Z)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->j:Ljava/lang/Runnable;
if-eqz v0, :cond_0
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
.line 5
invoke-virtual {v2, v0}, Landroid/view/View;->removeCallbacks(Ljava/lang/Runnable;)Z
const/4 v0, 0x0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->j:Ljava/lang/Runnable;
.line 7
:cond_0
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/controller/e;->x()V
iput-boolean v1, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->k:Z
const/4 v0, 0x1
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->h:Z
goto :goto_0
.line 10
:cond_1
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/controller/e;->j()V
:cond_2
:goto_0
return-void
.end method
.method public final e(Z)V
.locals 2
.line 1
invoke-super {p0, p1}, Lcom/fyber/inneractive/sdk/player/controller/o;->e(Z)V
iget-boolean p1, p0, Lcom/fyber/inneractive/sdk/player/controller/e;->C:Z
const/4 v0, 0x0
if-eqz p1, :cond_0
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
.line 5
invoke-virtual {p1}, Lcom/fyber/inneractive/sdk/player/ui/s;->o()V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
.line 6
invoke-virtual {p1, v0}, Lcom/fyber/inneractive/sdk/player/ui/s;->h(Z)V
iput v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->f:I
.line 11
:cond_0
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/controller/o;->w()V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->a:Lcom/fyber/inneractive/sdk/player/c;
if-eqz p1, :cond_3
.line 15
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/c;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
if-nez p1, :cond_1
goto :goto_0
.line 16
:cond_1
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/i;->e:Lcom/fyber/inneractive/sdk/player/enums/b;
.line 17
sget-object v1, Lcom/fyber/inneractive/sdk/player/enums/b;->Preparing:Lcom/fyber/inneractive/sdk/player/enums/b;
if-eq p1, v1, :cond_2
sget-object v1, Lcom/fyber/inneractive/sdk/player/enums/b;->Prepared:Lcom/fyber/inneractive/sdk/player/enums/b;
if-ne p1, v1, :cond_3
:cond_2
const/4 p1, 0x1
goto :goto_1
:cond_3
:goto_0
move p1, v0
:goto_1
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
.line 19
invoke-virtual {v1, p1}, Lcom/fyber/inneractive/sdk/player/ui/s;->d(Z)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
.line 20
invoke-virtual {p1, v0}, Lcom/fyber/inneractive/sdk/player/ui/s;->f(Z)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
.line 22
new-instance v1, Lcom/fyber/inneractive/sdk/player/ui/c;
invoke-direct {v1}, Lcom/fyber/inneractive/sdk/player/ui/c;-><init>()V
iput-boolean v0, v1, Lcom/fyber/inneractive/sdk/player/ui/c;->b:Z
.line 24
new-instance v0, Lcom/fyber/inneractive/sdk/player/ui/b;
invoke-direct {v0, v1}, Lcom/fyber/inneractive/sdk/player/ui/b;-><init>(Lcom/fyber/inneractive/sdk/player/ui/c;)V
.line 25
invoke-virtual {p1, v0}, Lcom/fyber/inneractive/sdk/player/ui/s;->c(Lcom/fyber/inneractive/sdk/player/ui/b;)V
return-void
.end method
.method public final j()V
.locals 6
.annotation build Landroid/annotation/SuppressLint;
value = {
"NewApi"
}
.end annotation
.line 1
invoke-super {p0}, Lcom/fyber/inneractive/sdk/player/controller/o;->j()V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->a:Lcom/fyber/inneractive/sdk/player/c;
const/4 v1, 0x0
if-eqz v0, :cond_7
.line 3
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/c;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
if-eqz v0, :cond_7
iget-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/controller/e;->D:Z
if-eqz v0, :cond_0
goto/16 :goto_3
:cond_0
const/4 v0, 0x2
:try_start_0
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
.line 13
invoke-virtual {v2}, Landroid/view/View;->getContext()Landroid/content/Context;
move-result-object v2
const-string v3, "audio"
invoke-virtual {v2, v3}, Landroid/content/Context;->getSystemService(Ljava/lang/String;)Ljava/lang/Object;
move-result-object v2
check-cast v2, Landroid/media/AudioManager;
.line 14
invoke-virtual {v2}, Landroid/media/AudioManager;->getRingerMode()I
move-result v3
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 15
:try_start_1
invoke-virtual {v2, v0}, Landroid/media/AudioManager;->getStreamVolume(I)I
move-result v2
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_1
goto :goto_0
:catchall_0
move v3, v1
:catchall_1
move v2, v1
:goto_0
iget-boolean v4, p0, Lcom/fyber/inneractive/sdk/player/controller/e;->C:Z
const/4 v5, 0x1
if-nez v4, :cond_1
iget-object v4, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->b:Lcom/fyber/inneractive/sdk/config/f0;
.line 20
check-cast v4, Lcom/fyber/inneractive/sdk/config/e0;
.line 21
iget-object v4, v4, Lcom/fyber/inneractive/sdk/config/e0;->f:Lcom/fyber/inneractive/sdk/config/g0;
.line 22
iget-object v4, v4, Lcom/fyber/inneractive/sdk/config/g0;->d:Ljava/lang/Boolean;
.line 23
invoke-virtual {v4}, Ljava/lang/Boolean;->booleanValue()Z
move-result v4
if-eqz v4, :cond_1
goto :goto_1
:cond_1
iget-boolean v4, p0, Lcom/fyber/inneractive/sdk/player/controller/e;->E:Z
if-nez v4, :cond_4
.line 25
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/controller/o;->o()Z
move-result v4
if-eqz v4, :cond_2
goto :goto_1
:cond_2
if-lez v2, :cond_6
if-ne v3, v0, :cond_6
.line 29
invoke-static {p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v0
const-string v2, "%s setting default volume. unmuting player"
.line 30
invoke-static {v2, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->a:Lcom/fyber/inneractive/sdk/player/c;
if-eqz v0, :cond_3
.line 32
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/c;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
if-eqz v0, :cond_3
.line 33
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/player/controller/i;->d(Z)V
:cond_3
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
.line 36
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/player/ui/s;->setMuteButtonState(Z)V
goto :goto_2
:cond_4
:goto_1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->a:Lcom/fyber/inneractive/sdk/player/c;
if-eqz v0, :cond_5
.line 38
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/c;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
if-eqz v0, :cond_5
.line 39
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/player/controller/i;->b(Z)V
:cond_5
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
.line 42
invoke-virtual {v0, v5}, Lcom/fyber/inneractive/sdk/player/ui/s;->setMuteButtonState(Z)V
:cond_6
:goto_2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
.line 43
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/controller/o;->o()Z
move-result v2
invoke-virtual {v0, v2}, Lcom/fyber/inneractive/sdk/player/ui/s;->setMuteButtonState(Z)V
iput-boolean v5, p0, Lcom/fyber/inneractive/sdk/player/controller/e;->D:Z
.line 45
:cond_7
:goto_3
invoke-virtual {p0, v1}, Lcom/fyber/inneractive/sdk/player/controller/o;->h(Z)V
return-void
.end method
.method public final m()I
.locals 4
.line 1
sget-object v0, Lcom/fyber/inneractive/sdk/config/IAConfigManager;->L:Lcom/fyber/inneractive/sdk/config/IAConfigManager;
iget-object v0, v0, Lcom/fyber/inneractive/sdk/config/IAConfigManager;->t:Lcom/fyber/inneractive/sdk/config/m;
.line 2
iget-object v0, v0, Lcom/fyber/inneractive/sdk/config/m;->b:Lcom/fyber/inneractive/sdk/config/k;
const/4 v1, 0x1
const-string v2, "VideoFullscreenBufferingTimeout"
const/16 v3, 0xc
.line 3
invoke-virtual {v0, v3, v1, v2}, Lcom/fyber/inneractive/sdk/config/k;->a(IILjava/lang/String;)I
move-result v0
mul-int/lit16 v0, v0, 0x3e8
return v0
.end method
.method public final n()I
.locals 10
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->c:Lcom/fyber/inneractive/sdk/config/global/s;
if-eqz v0, :cond_0
const-class v1, Lcom/fyber/inneractive/sdk/config/global/features/b;
.line 1
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/config/global/s;->a(Ljava/lang/Class;)Lcom/fyber/inneractive/sdk/config/global/features/g;
move-result-object v0
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->c:Lcom/fyber/inneractive/sdk/config/global/s;
.line 2
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/config/global/s;->a(Ljava/lang/Class;)Lcom/fyber/inneractive/sdk/config/global/features/g;
move-result-object v0
check-cast v0, Lcom/fyber/inneractive/sdk/config/global/features/b;
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 3
new-instance v2, Ljava/util/ArrayList;
iget-object v0, v0, Lcom/fyber/inneractive/sdk/config/global/features/g;->c:Ljava/util/HashMap;
invoke-virtual {v0}, Ljava/util/HashMap;->values()Ljava/util/Collection;
move-result-object v0
invoke-direct {v2, v0}, Ljava/util/ArrayList;-><init>(Ljava/util/Collection;)V
.line 4
invoke-virtual {v2}, Ljava/util/ArrayList;->size()I
move-result v0
if-lez v0, :cond_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->c:Lcom/fyber/inneractive/sdk/config/global/s;
.line 5
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/config/global/s;->a(Ljava/lang/Class;)Lcom/fyber/inneractive/sdk/config/global/features/g;
move-result-object v0
check-cast v0, Lcom/fyber/inneractive/sdk/config/global/features/b;
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
const/16 v1, 0x8
const/4 v2, 0x5
const/4 v3, -0x1
if-eqz v0, :cond_2
const-string v4, "skip_time_sec"
.line 6
invoke-virtual {v0, v4, v2}, Lcom/fyber/inneractive/sdk/config/global/features/g;->a(Ljava/lang/String;I)I
move-result v0
if-ltz v0, :cond_1
if-gt v0, v1, :cond_1
goto :goto_1
:cond_1
move v0, v2
goto :goto_1
:cond_2
move v0, v3
.line 7
:goto_1
sget-object v4, Lcom/fyber/inneractive/sdk/config/IAConfigManager;->L:Lcom/fyber/inneractive/sdk/config/IAConfigManager;
iget-object v4, v4, Lcom/fyber/inneractive/sdk/config/IAConfigManager;->t:Lcom/fyber/inneractive/sdk/config/m;
.line 8
iget-object v4, v4, Lcom/fyber/inneractive/sdk/config/m;->b:Lcom/fyber/inneractive/sdk/config/k;
iget-object v5, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->b:Lcom/fyber/inneractive/sdk/config/f0;
iget-object v6, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->A:Lcom/fyber/inneractive/sdk/config/enums/Skip;
.line 9
invoke-static {}, Lcom/fyber/inneractive/sdk/external/InneractiveAdManager;->isCurrentUserAChild()Z
move-result v7
const-string v8, "vast_configuration"
.line 10
invoke-virtual {v4, v8}, Lcom/fyber/inneractive/sdk/config/k;->a(Ljava/lang/String;)Lcom/fyber/inneractive/sdk/config/h;
move-result-object v4
const-string v8, "skip_d"
invoke-virtual {v4}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 11
:try_start_0
iget-object v9, v4, Lcom/fyber/inneractive/sdk/config/h;->a:Ljava/util/HashMap;
invoke-virtual {v9, v8}, Ljava/util/HashMap;->containsKey(Ljava/lang/Object;)Z
move-result v9
if-eqz v9, :cond_3
.line 12
iget-object v4, v4, Lcom/fyber/inneractive/sdk/config/h;->a:Ljava/util/HashMap;
invoke-virtual {v4, v8}, Ljava/util/HashMap;->get(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v4
check-cast v4, Ljava/lang/String;
invoke-static {v4}, Ljava/lang/Integer;->parseInt(Ljava/lang/String;)I
move-result v4
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_2
:catch_0
:cond_3
move v4, v3
.line 16
:goto_2
invoke-static {v4, v3}, Ljava/lang/Math;->max(II)I
move-result v4
if-nez v6, :cond_4
if-eqz v5, :cond_4
.line 17
check-cast v5, Lcom/fyber/inneractive/sdk/config/e0;
.line 18
iget-object v5, v5, Lcom/fyber/inneractive/sdk/config/e0;->f:Lcom/fyber/inneractive/sdk/config/g0;
if-eqz v5, :cond_4
.line 19
iget-object v6, v5, Lcom/fyber/inneractive/sdk/config/g0;->h:Lcom/fyber/inneractive/sdk/config/enums/Skip;
:cond_4
if-eqz v7, :cond_7
if-le v0, v3, :cond_5
if-gt v0, v1, :cond_5
move v2, v0
goto :goto_4
:cond_5
if-le v4, v3, :cond_6
if-gt v4, v1, :cond_6
goto :goto_3
.line 20
:cond_6
invoke-virtual {v6}, Lcom/fyber/inneractive/sdk/config/enums/Skip;->value()Ljava/lang/Integer;
move-result-object v0
invoke-virtual {v0}, Ljava/lang/Integer;->intValue()I
move-result v0
if-le v0, v3, :cond_a
if-gt v0, v1, :cond_a
invoke-virtual {v6}, Lcom/fyber/inneractive/sdk/config/enums/Skip;->value()Ljava/lang/Integer;
move-result-object v0
invoke-virtual {v0}, Ljava/lang/Integer;->intValue()I
move-result v2
goto :goto_4
:cond_7
if-le v4, v3, :cond_8
if-gt v4, v2, :cond_8
:goto_3
move v2, v4
goto :goto_4
.line 28
:cond_8
sget-object v0, Lcom/fyber/inneractive/sdk/config/enums/Skip;->DEFAULT:Lcom/fyber/inneractive/sdk/config/enums/Skip;
if-ne v6, v0, :cond_9
const v2, 0x1869f
goto :goto_4
.line 31
:cond_9
invoke-virtual {v6}, Lcom/fyber/inneractive/sdk/config/enums/Skip;->value()Ljava/lang/Integer;
move-result-object v0
invoke-virtual {v0}, Ljava/lang/Integer;->intValue()I
move-result v2
:cond_a
:goto_4
return v2
.end method
.method public final p()V
.locals 2
const/4 v0, 0x1
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->u:Z
.line 3
invoke-static {p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v0
const-string v1, "%s onBufferingTimeout reached. Skipping to end card"
.line 4
invoke-static {v1, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
const/4 v0, 0x0
.line 5
invoke-virtual {p0, v0}, Lcom/fyber/inneractive/sdk/player/controller/o;->b(Z)V
return-void
.end method
.method public final q()V
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->g:Lcom/fyber/inneractive/sdk/player/controller/y;
if-eqz v0, :cond_0
.line 2
invoke-interface {v0}, Lcom/fyber/inneractive/sdk/player/controller/y;->q()V
:cond_0
return-void
.end method
.method public final s()V
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
const/4 v1, 0x1
.line 1
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/player/ui/s;->h(Z)V
.line 2
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/controller/o;->w()V
.line 4
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/controller/o;->l()V
.line 6
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/controller/e;->j()V
.line 7
invoke-virtual {p0, v1}, Lcom/fyber/inneractive/sdk/player/controller/o;->h(Z)V
return-void
.end method
.method public final u()V
.locals 2
.line 1
invoke-super {p0}, Lcom/fyber/inneractive/sdk/player/controller/o;->u()V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
const/4 v1, 0x0
.line 2
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/player/ui/s;->d(Z)V
iget-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/controller/e;->C:Z
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
.line 5
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/ui/s;->o()V
:cond_0
return-void
.end method
.method public final v()Z
.locals 1
iget-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/controller/e;->C:Z
xor-int/lit8 v0, v0, 0x1
return v0
.end method
.method public final x()V
.locals 2
.line 1
invoke-super {p0}, Lcom/fyber/inneractive/sdk/player/controller/o;->x()V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->a:Lcom/fyber/inneractive/sdk/player/c;
if-eqz v0, :cond_0
.line 3
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/c;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
if-eqz v0, :cond_0
.line 4
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->e:Lcom/fyber/inneractive/sdk/player/enums/b;
.line 5
sget-object v1, Lcom/fyber/inneractive/sdk/player/enums/b;->Completed:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {v0, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_0
iget-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/controller/e;->C:Z
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
.line 7
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/ui/s;->o()V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,68 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/f$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/fyber/inneractive/sdk/player/controller/f;->onSurfaceTextureDestroyed(Landroid/graphics/SurfaceTexture;)Z
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/controller/f;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/f;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/f$a;->a:Lcom/fyber/inneractive/sdk/player/controller/f;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/f$a;->a:Lcom/fyber/inneractive/sdk/player/controller/f;
.line 1
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/f;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 2
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->d:Lcom/fyber/inneractive/sdk/player/controller/i$f;
if-eqz v0, :cond_0
.line 3
check-cast v0, Lcom/fyber/inneractive/sdk/player/controller/n;
.line 4
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/n;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 5
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
new-instance v1, Lcom/fyber/inneractive/sdk/player/controller/m;
invoke-direct {v1}, Lcom/fyber/inneractive/sdk/player/controller/m;-><init>()V
invoke-virtual {v0, v1}, Landroid/view/View;->post(Ljava/lang/Runnable;)Z
:cond_0
return-void
.end method

View File

@@ -0,0 +1,269 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/f;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/view/TextureView$SurfaceTextureListener;
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/controller/i;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/i;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/f;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final onSurfaceTextureAvailable(Landroid/graphics/SurfaceTexture;II)V
.locals 0
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/controller/f;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 1
invoke-virtual {p2}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 2
invoke-static {p2}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object p2
filled-new-array {p2}, [Ljava/lang/Object;
move-result-object p2
const-string p3, "%sonSurfaceTextureAvailable"
.line 3
invoke-static {p3, p2}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/controller/f;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 4
invoke-static {p2, p1}, Lcom/fyber/inneractive/sdk/player/controller/i;->a(Lcom/fyber/inneractive/sdk/player/controller/i;Landroid/graphics/SurfaceTexture;)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/f;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 7
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/i;->d:Lcom/fyber/inneractive/sdk/player/controller/i$f;
if-eqz p1, :cond_0
.line 9
check-cast p1, Lcom/fyber/inneractive/sdk/player/controller/n;
.line 11
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/n;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 12
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 13
invoke-static {p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object p1
filled-new-array {p1}, [Ljava/lang/Object;
move-result-object p1
.line 14
invoke-static {p3, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
:cond_0
return-void
.end method
.method public final onSurfaceTextureDestroyed(Landroid/graphics/SurfaceTexture;)Z
.locals 5
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/f;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 1
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 2
invoke-static {v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v0
const-string v1, "%s onSurfaceTextureDestroyed"
.line 3
invoke-static {v1, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/f;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 4
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/controller/i;->k()V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/f;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
const/4 v1, 0x0
.line 5
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/player/controller/i;->a(Landroid/view/Surface;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/f;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
const/4 v2, 0x1
.line 7
iput-boolean v2, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->o:Z
.line 8
iget-object v3, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->e:Lcom/fyber/inneractive/sdk/player/enums/b;
sget-object v4, Lcom/fyber/inneractive/sdk/player/enums/b;->Completed:Lcom/fyber/inneractive/sdk/player/enums/b;
if-eq v3, v4, :cond_1
sget-object v4, Lcom/fyber/inneractive/sdk/player/enums/b;->Error:Lcom/fyber/inneractive/sdk/player/enums/b;
if-eq v3, v4, :cond_1
sget-object v4, Lcom/fyber/inneractive/sdk/player/enums/b;->Idle:Lcom/fyber/inneractive/sdk/player/enums/b;
if-ne v3, v4, :cond_0
goto :goto_0
.line 14
:cond_0
invoke-static {v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v0
const-string v1, "%s caching surface texture"
.line 15
invoke-static {v1, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/f;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 17
iput-object p1, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->k:Landroid/graphics/SurfaceTexture;
.line 18
iget-object p1, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->i:Landroid/os/Handler;
.line 19
new-instance v0, Lcom/fyber/inneractive/sdk/player/controller/f$a;
invoke-direct {v0, p0}, Lcom/fyber/inneractive/sdk/player/controller/f$a;-><init>(Lcom/fyber/inneractive/sdk/player/controller/f;)V
invoke-virtual {p1, v0}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
const/4 p1, 0x0
return p1
.line 21
:cond_1
:goto_0
invoke-static {v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object p1
filled-new-array {p1}, [Ljava/lang/Object;
move-result-object p1
const-string v0, "%sReleasing surface texture"
.line 22
invoke-static {v0, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/f;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 24
iput-object v1, p1, Lcom/fyber/inneractive/sdk/player/controller/i;->k:Landroid/graphics/SurfaceTexture;
return v2
.end method
.method public final onSurfaceTextureSizeChanged(Landroid/graphics/SurfaceTexture;II)V
.locals 0
return-void
.end method
.method public final onSurfaceTextureUpdated(Landroid/graphics/SurfaceTexture;)V
.locals 2
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/f;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 2
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/i;->d:Lcom/fyber/inneractive/sdk/player/controller/i$f;
if-eqz p1, :cond_0
.line 3
check-cast p1, Lcom/fyber/inneractive/sdk/player/controller/n;
.line 4
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/n;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 5
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/o;->a:Lcom/fyber/inneractive/sdk/player/c;
if-eqz p1, :cond_0
.line 6
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/c;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
if-eqz p1, :cond_0
.line 7
iget-object v0, p1, Lcom/fyber/inneractive/sdk/player/controller/i;->i:Landroid/os/Handler;
.line 8
new-instance v1, Lcom/fyber/inneractive/sdk/player/controller/j;
invoke-direct {v1, p1}, Lcom/fyber/inneractive/sdk/player/controller/j;-><init>(Lcom/fyber/inneractive/sdk/player/controller/i;)V
invoke-virtual {v0, v1}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
:cond_0
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/f;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 10
iget-boolean v0, p1, Lcom/fyber/inneractive/sdk/player/controller/i;->o:Z
if-eqz v0, :cond_1
.line 11
iget-object v0, p1, Lcom/fyber/inneractive/sdk/player/controller/i;->l:Landroid/view/Surface;
if-eqz v0, :cond_1
.line 12
invoke-virtual {p1, v0}, Lcom/fyber/inneractive/sdk/player/controller/i;->a(Landroid/view/Surface;)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/f;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
const/4 v0, 0x0
.line 14
iput-boolean v0, p1, Lcom/fyber/inneractive/sdk/player/controller/i;->o:Z
:cond_1
return-void
.end method

View File

@@ -0,0 +1,106 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/g;
.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/controller/i;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/i;Lcom/fyber/inneractive/sdk/player/mediaplayer/a$l;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/g;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
iput-object p2, p0, Lcom/fyber/inneractive/sdk/player/controller/g;->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 3
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/g;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 2
iget-boolean v1, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->g:Z
if-eqz v1, :cond_0
return-void
.line 3
:cond_0
:try_start_0
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->b:Ljava/util/concurrent/CopyOnWriteArrayList;
.line 4
invoke-virtual {v0}, Ljava/util/concurrent/CopyOnWriteArrayList;->iterator()Ljava/util/Iterator;
move-result-object v0
:goto_0
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
move-result v1
if-eqz v1, :cond_1
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v1
check-cast v1, Lcom/fyber/inneractive/sdk/player/controller/i$e;
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/controller/g;->a:Ljava/lang/Exception;
.line 5
invoke-interface {v1, v2}, Lcom/fyber/inneractive/sdk/player/controller/i$e;->a(Ljava/lang/Exception;)V
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
move-exception v0
.line 8
sget v1, Lcom/fyber/inneractive/sdk/util/IAlog;->a:I
const/4 v2, 0x3
if-gt v1, v2, :cond_1
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/g;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 9
invoke-virtual {v1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 10
invoke-static {v1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v1
filled-new-array {v1}, [Ljava/lang/Object;
move-result-object v1
const-string v2, "%sonPlayerError callback threw an exception!"
.line 11
invoke-static {v2, v0, v1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V
:cond_1
return-void
.end method

View File

@@ -0,0 +1,111 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/h;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# instance fields
.field public final synthetic a:Z
.field public final synthetic b:Lcom/fyber/inneractive/sdk/player/controller/i;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/i;Z)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/h;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
iput-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/controller/h;->a:Z
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 3
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/h;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 2
iget-boolean v1, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->g:Z
if-eqz v1, :cond_0
return-void
.line 3
:cond_0
:try_start_0
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->b:Ljava/util/concurrent/CopyOnWriteArrayList;
.line 4
invoke-virtual {v0}, Ljava/util/concurrent/CopyOnWriteArrayList;->iterator()Ljava/util/Iterator;
move-result-object v0
:goto_0
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
move-result v1
if-eqz v1, :cond_1
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v1
check-cast v1, Lcom/fyber/inneractive/sdk/player/controller/i$e;
iget-boolean v2, p0, Lcom/fyber/inneractive/sdk/player/controller/h;->a:Z
.line 5
invoke-interface {v1, v2}, Lcom/fyber/inneractive/sdk/player/controller/i$e;->c(Z)V
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
move-exception v0
.line 8
sget v1, Lcom/fyber/inneractive/sdk/util/IAlog;->a:I
const/4 v2, 0x3
if-gt v1, v2, :cond_1
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/h;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 9
invoke-virtual {v1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 10
invoke-static {v1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v1
filled-new-array {v1}, [Ljava/lang/Object;
move-result-object v1
const-string v2, "%sonPlayerError callback threw an exception!"
.line 11
invoke-static {v2, v0, v1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V
:cond_1
return-void
.end method

View File

@@ -0,0 +1,114 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/i$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/fyber/inneractive/sdk/player/controller/i;->a(I)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic a:I
.field public final synthetic b:Lcom/fyber/inneractive/sdk/player/controller/i;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/i;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/i$a;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
iput p2, p0, Lcom/fyber/inneractive/sdk/player/controller/i$a;->a:I
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 3
:try_start_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i$a;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 2
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->c:Ljava/util/concurrent/CopyOnWriteArrayList;
.line 3
invoke-virtual {v0}, Ljava/util/concurrent/CopyOnWriteArrayList;->iterator()Ljava/util/Iterator;
move-result-object v0
:goto_0
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
move-result v1
if-eqz v1, :cond_0
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v1
check-cast v1, Lcom/fyber/inneractive/sdk/player/controller/i$d;
iget v2, p0, Lcom/fyber/inneractive/sdk/player/controller/i$a;->a:I
.line 4
invoke-interface {v1, v2}, Lcom/fyber/inneractive/sdk/player/controller/i$d;->a(I)V
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
move-exception v0
.line 7
sget v1, Lcom/fyber/inneractive/sdk/util/IAlog;->a:I
const/4 v2, 0x3
if-gt v1, v2, :cond_0
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/i$a;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 8
invoke-virtual {v1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 9
invoke-static {v1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v1
filled-new-array {v1}, [Ljava/lang/Object;
move-result-object v1
const-string v2, "%sonPlayerProgress callback threw an exception!"
.line 10
invoke-static {v2, v0, v1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,305 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/i$b;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/fyber/inneractive/sdk/player/controller/i;->a(Lcom/fyber/inneractive/sdk/player/enums/b;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/enums/b;
.field public final synthetic b:Lcom/fyber/inneractive/sdk/player/controller/i;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/i;Lcom/fyber/inneractive/sdk/player/enums/b;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
iput-object p2, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->a:Lcom/fyber/inneractive/sdk/player/enums/b;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 6
const/4 v0, 0x0
:try_start_0
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 2
iget-object v1, v1, Lcom/fyber/inneractive/sdk/player/controller/i;->b:Ljava/util/concurrent/CopyOnWriteArrayList;
.line 3
invoke-virtual {v1}, Ljava/util/concurrent/CopyOnWriteArrayList;->iterator()Ljava/util/Iterator;
move-result-object v1
:goto_0
invoke-interface {v1}, Ljava/util/Iterator;->hasNext()Z
move-result v2
if-eqz v2, :cond_0
invoke-interface {v1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v2
check-cast v2, Lcom/fyber/inneractive/sdk/player/controller/i$e;
iget-object v3, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->a:Lcom/fyber/inneractive/sdk/player/enums/b;
.line 4
invoke-interface {v2, v3}, Lcom/fyber/inneractive/sdk/player/controller/i$e;->a(Lcom/fyber/inneractive/sdk/player/enums/b;)V
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
goto :goto_0
:catchall_0
move-exception v1
goto/16 :goto_3
:catch_0
move-exception v1
goto :goto_1
:cond_0
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->a:Lcom/fyber/inneractive/sdk/player/enums/b;
.line 12
sget-object v2, Lcom/fyber/inneractive/sdk/player/enums/b;->Idle:Lcom/fyber/inneractive/sdk/player/enums/b;
if-eq v1, v2, :cond_1
sget-object v2, Lcom/fyber/inneractive/sdk/player/enums/b;->Error:Lcom/fyber/inneractive/sdk/player/enums/b;
if-eq v1, v2, :cond_1
sget-object v2, Lcom/fyber/inneractive/sdk/player/enums/b;->Completed:Lcom/fyber/inneractive/sdk/player/enums/b;
if-ne v1, v2, :cond_5
:cond_1
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 15
iget-object v2, v1, Lcom/fyber/inneractive/sdk/player/controller/i;->k:Landroid/graphics/SurfaceTexture;
if-eqz v2, :cond_4
.line 16
iget-object v1, v1, Lcom/fyber/inneractive/sdk/player/controller/i;->j:Landroid/view/TextureView;
if-eqz v1, :cond_4
.line 17
invoke-virtual {v1}, Landroid/view/View;->getParent()Landroid/view/ViewParent;
move-result-object v1
if-eqz v1, :cond_4
goto :goto_2
.line 18
:goto_1
:try_start_1
sget v2, Lcom/fyber/inneractive/sdk/util/IAlog;->a:I
const/4 v3, 0x3
if-gt v2, v3, :cond_2
const-string v2, "%sonPlayerStateChanged callback threw an exception!"
const/4 v3, 0x1
new-array v3, v3, [Ljava/lang/Object;
iget-object v4, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 19
invoke-virtual {v4}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 20
invoke-static {v4}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v4
const/4 v5, 0x0
aput-object v4, v3, v5
.line 21
invoke-static {v2, v1, v3}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
:cond_2
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->a:Lcom/fyber/inneractive/sdk/player/enums/b;
.line 24
sget-object v2, Lcom/fyber/inneractive/sdk/player/enums/b;->Idle:Lcom/fyber/inneractive/sdk/player/enums/b;
if-eq v1, v2, :cond_3
sget-object v2, Lcom/fyber/inneractive/sdk/player/enums/b;->Error:Lcom/fyber/inneractive/sdk/player/enums/b;
if-eq v1, v2, :cond_3
sget-object v2, Lcom/fyber/inneractive/sdk/player/enums/b;->Completed:Lcom/fyber/inneractive/sdk/player/enums/b;
if-ne v1, v2, :cond_5
:cond_3
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 27
iget-object v2, v1, Lcom/fyber/inneractive/sdk/player/controller/i;->k:Landroid/graphics/SurfaceTexture;
if-eqz v2, :cond_4
.line 28
iget-object v1, v1, Lcom/fyber/inneractive/sdk/player/controller/i;->j:Landroid/view/TextureView;
if-eqz v1, :cond_4
.line 29
invoke-virtual {v1}, Landroid/view/View;->getParent()Landroid/view/ViewParent;
move-result-object v1
if-eqz v1, :cond_4
:goto_2
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 31
iget-object v1, v1, Lcom/fyber/inneractive/sdk/player/controller/i;->j:Landroid/view/TextureView;
.line 32
invoke-virtual {v1}, Landroid/view/View;->getParent()Landroid/view/ViewParent;
move-result-object v1
check-cast v1, Landroid/view/ViewGroup;
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 33
iget-object v2, v2, Lcom/fyber/inneractive/sdk/player/controller/i;->j:Landroid/view/TextureView;
.line 34
invoke-virtual {v1, v2}, Landroid/view/ViewGroup;->removeView(Landroid/view/View;)V
:cond_4
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 39
iput-object v0, v1, Lcom/fyber/inneractive/sdk/player/controller/i;->j:Landroid/view/TextureView;
.line 40
iput-object v0, v1, Lcom/fyber/inneractive/sdk/player/controller/i;->k:Landroid/graphics/SurfaceTexture;
:cond_5
return-void
:goto_3
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->a:Lcom/fyber/inneractive/sdk/player/enums/b;
.line 41
sget-object v3, Lcom/fyber/inneractive/sdk/player/enums/b;->Idle:Lcom/fyber/inneractive/sdk/player/enums/b;
if-eq v2, v3, :cond_6
sget-object v3, Lcom/fyber/inneractive/sdk/player/enums/b;->Error:Lcom/fyber/inneractive/sdk/player/enums/b;
if-eq v2, v3, :cond_6
sget-object v3, Lcom/fyber/inneractive/sdk/player/enums/b;->Completed:Lcom/fyber/inneractive/sdk/player/enums/b;
if-ne v2, v3, :cond_8
:cond_6
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 44
iget-object v3, v2, Lcom/fyber/inneractive/sdk/player/controller/i;->k:Landroid/graphics/SurfaceTexture;
if-eqz v3, :cond_7
.line 45
iget-object v2, v2, Lcom/fyber/inneractive/sdk/player/controller/i;->j:Landroid/view/TextureView;
if-eqz v2, :cond_7
.line 46
invoke-virtual {v2}, Landroid/view/View;->getParent()Landroid/view/ViewParent;
move-result-object v2
if-eqz v2, :cond_7
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 48
iget-object v2, v2, Lcom/fyber/inneractive/sdk/player/controller/i;->j:Landroid/view/TextureView;
.line 49
invoke-virtual {v2}, Landroid/view/View;->getParent()Landroid/view/ViewParent;
move-result-object v2
check-cast v2, Landroid/view/ViewGroup;
iget-object v3, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 50
iget-object v3, v3, Lcom/fyber/inneractive/sdk/player/controller/i;->j:Landroid/view/TextureView;
.line 51
invoke-virtual {v2, v3}, Landroid/view/ViewGroup;->removeView(Landroid/view/View;)V
:cond_7
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/controller/i$b;->b:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 56
iput-object v0, v2, Lcom/fyber/inneractive/sdk/player/controller/i;->j:Landroid/view/TextureView;
.line 57
iput-object v0, v2, Lcom/fyber/inneractive/sdk/player/controller/i;->k:Landroid/graphics/SurfaceTexture;
.line 58
:cond_8
throw v1
.end method

View File

@@ -0,0 +1,14 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/player/controller/i$c;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/controller/i;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "c"
.end annotation

View File

@@ -0,0 +1,19 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/player/controller/i$d;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/controller/i;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "d"
.end annotation
# virtual methods
.method public abstract a(I)V
.end method

View File

@@ -0,0 +1,28 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/player/controller/i$e;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/controller/i;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "e"
.end annotation
# virtual methods
.method public abstract a(Lcom/fyber/inneractive/sdk/player/enums/b;)V
.end method
.method public abstract a(Ljava/lang/Exception;)V
.end method
.method public abstract c(Z)V
.end method
.method public abstract e()V
.end method

View File

@@ -0,0 +1,14 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/player/controller/i$f;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/controller/i;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "f"
.end annotation

View File

@@ -0,0 +1,579 @@
.class public abstract Lcom/fyber/inneractive/sdk/player/controller/i;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/player/mediaplayer/a$k;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/fyber/inneractive/sdk/player/controller/i$f;,
Lcom/fyber/inneractive/sdk/player/controller/i$c;,
Lcom/fyber/inneractive/sdk/player/controller/i$d;,
Lcom/fyber/inneractive/sdk/player/controller/i$e;
}
.end annotation
# instance fields
.field public final a:Landroid/content/Context;
.field public final b:Ljava/util/concurrent/CopyOnWriteArrayList;
.field public final c:Ljava/util/concurrent/CopyOnWriteArrayList;
.field public d:Lcom/fyber/inneractive/sdk/player/controller/i$f;
.field public e:Lcom/fyber/inneractive/sdk/player/enums/b;
.field public f:Lcom/fyber/inneractive/sdk/player/controller/i$c;
.field public g:Z
.field public h:Lcom/fyber/inneractive/sdk/player/d;
.field public final i:Landroid/os/Handler;
.field public j:Landroid/view/TextureView;
.field public k:Landroid/graphics/SurfaceTexture;
.field public l:Landroid/view/Surface;
.field public m:Lcom/fyber/inneractive/sdk/player/controller/f;
.field public n:Z
.field public o:Z
# direct methods
.method public constructor <init>(Landroid/content/Context;)V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
sget-object v0, Lcom/fyber/inneractive/sdk/player/enums/b;->Idle:Lcom/fyber/inneractive/sdk/player/enums/b;
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->e:Lcom/fyber/inneractive/sdk/player/enums/b;
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->n:Z
.line 158
new-instance v0, Ljava/util/concurrent/CopyOnWriteArrayList;
invoke-direct {v0}, Ljava/util/concurrent/CopyOnWriteArrayList;-><init>()V
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->b:Ljava/util/concurrent/CopyOnWriteArrayList;
.line 159
new-instance v0, Ljava/util/concurrent/CopyOnWriteArrayList;
invoke-direct {v0}, Ljava/util/concurrent/CopyOnWriteArrayList;-><init>()V
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->c:Ljava/util/concurrent/CopyOnWriteArrayList;
.line 161
invoke-virtual {p1}, Landroid/content/Context;->getApplicationContext()Landroid/content/Context;
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->a:Landroid/content/Context;
.line 163
new-instance v0, Landroid/os/Handler;
invoke-virtual {p1}, Landroid/content/Context;->getMainLooper()Landroid/os/Looper;
move-result-object p1
invoke-direct {v0, p1}, Landroid/os/Handler;-><init>(Landroid/os/Looper;)V
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->i:Landroid/os/Handler;
.line 164
new-instance p1, Lcom/fyber/inneractive/sdk/player/d;
invoke-direct {p1, p0}, Lcom/fyber/inneractive/sdk/player/d;-><init>(Lcom/fyber/inneractive/sdk/player/controller/i;)V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->h:Lcom/fyber/inneractive/sdk/player/d;
const/4 p1, 0x1
.line 166
invoke-virtual {p0, p1}, Lcom/fyber/inneractive/sdk/player/controller/i;->a(Z)V
return-void
.end method
.method public static a(Lcom/fyber/inneractive/sdk/player/controller/i;Landroid/graphics/SurfaceTexture;)V
.locals 1
.line 31
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->k:Landroid/graphics/SurfaceTexture;
.line 32
invoke-virtual {p1, v0}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v0
xor-int/lit8 v0, v0, 0x1
.line 35
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->k:Landroid/graphics/SurfaceTexture;
.line 38
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->l:Landroid/view/Surface;
if-eqz p1, :cond_0
if-eqz v0, :cond_1
.line 39
:cond_0
new-instance p1, Landroid/view/Surface;
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->k:Landroid/graphics/SurfaceTexture;
invoke-direct {p1, v0}, Landroid/view/Surface;-><init>(Landroid/graphics/SurfaceTexture;)V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->l:Landroid/view/Surface;
.line 43
:cond_1
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->l:Landroid/view/Surface;
invoke-virtual {p0, p1}, Lcom/fyber/inneractive/sdk/player/controller/i;->a(Landroid/view/Surface;)V
return-void
.end method
# virtual methods
.method public a(I)V
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->i:Landroid/os/Handler;
.line 44
new-instance v1, Lcom/fyber/inneractive/sdk/player/controller/i$a;
invoke-direct {v1, p0, p1}, Lcom/fyber/inneractive/sdk/player/controller/i$a;-><init>(Lcom/fyber/inneractive/sdk/player/controller/i;I)V
invoke-virtual {v0, v1}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
return-void
.end method
.method public abstract a(Landroid/view/Surface;)V
.end method
.method public final a(Lcom/fyber/inneractive/sdk/player/enums/b;)V
.locals 9
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->e:Lcom/fyber/inneractive/sdk/player/enums/b;
if-ne p1, v0, :cond_0
return-void
:cond_0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->e:Lcom/fyber/inneractive/sdk/player/enums/b;
.line 53
sget-object v0, Lcom/fyber/inneractive/sdk/player/enums/b;->Playing:Lcom/fyber/inneractive/sdk/player/enums/b;
if-ne p1, v0, :cond_1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->h:Lcom/fyber/inneractive/sdk/player/d;
if-eqz v0, :cond_3
.line 55
iget-object v1, v0, Lcom/fyber/inneractive/sdk/player/d;->b:Ljava/util/concurrent/ScheduledThreadPoolExecutor;
if-nez v1, :cond_3
.line 56
new-instance v2, Ljava/util/concurrent/ScheduledThreadPoolExecutor;
const/4 v1, 0x1
invoke-direct {v2, v1}, Ljava/util/concurrent/ScheduledThreadPoolExecutor;-><init>(I)V
iput-object v2, v0, Lcom/fyber/inneractive/sdk/player/d;->b:Ljava/util/concurrent/ScheduledThreadPoolExecutor;
.line 57
iget-object v3, v0, Lcom/fyber/inneractive/sdk/player/d;->c:Lcom/fyber/inneractive/sdk/player/d$a;
const/16 v0, 0x64
int-to-long v4, v0
const/16 v0, 0x3e8
int-to-long v6, v0
sget-object v8, Ljava/util/concurrent/TimeUnit;->MILLISECONDS:Ljava/util/concurrent/TimeUnit;
invoke-virtual/range {v2 .. v8}, Ljava/util/concurrent/ScheduledThreadPoolExecutor;->scheduleAtFixedRate(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;
goto :goto_0
.line 58
:cond_1
sget-object v0, Lcom/fyber/inneractive/sdk/player/enums/b;->Paused:Lcom/fyber/inneractive/sdk/player/enums/b;
if-eq p1, v0, :cond_2
sget-object v0, Lcom/fyber/inneractive/sdk/player/enums/b;->Idle:Lcom/fyber/inneractive/sdk/player/enums/b;
if-eq p1, v0, :cond_2
sget-object v0, Lcom/fyber/inneractive/sdk/player/enums/b;->Completed:Lcom/fyber/inneractive/sdk/player/enums/b;
if-ne p1, v0, :cond_3
:cond_2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->h:Lcom/fyber/inneractive/sdk/player/d;
if-eqz v0, :cond_3
.line 60
iget-object v1, v0, Lcom/fyber/inneractive/sdk/player/d;->b:Ljava/util/concurrent/ScheduledThreadPoolExecutor;
if-eqz v1, :cond_3
.line 61
invoke-virtual {v1}, Ljava/util/concurrent/ScheduledThreadPoolExecutor;->shutdownNow()Ljava/util/List;
const/4 v1, 0x0
.line 62
iput-object v1, v0, Lcom/fyber/inneractive/sdk/player/d;->b:Ljava/util/concurrent/ScheduledThreadPoolExecutor;
:cond_3
:goto_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->i:Landroid/os/Handler;
.line 63
new-instance v1, Lcom/fyber/inneractive/sdk/player/controller/i$b;
invoke-direct {v1, p0, p1}, Lcom/fyber/inneractive/sdk/player/controller/i$b;-><init>(Lcom/fyber/inneractive/sdk/player/controller/i;Lcom/fyber/inneractive/sdk/player/enums/b;)V
invoke-virtual {v0, v1}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
return-void
.end method
.method public final a(Lcom/fyber/inneractive/sdk/player/ui/f;)V
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->j:Landroid/view/TextureView;
if-eq v0, p1, :cond_5
if-eqz v0, :cond_0
const/4 v1, 0x0
.line 4
invoke-virtual {v0, v1}, Landroid/view/TextureView;->setSurfaceTextureListener(Landroid/view/TextureView$SurfaceTextureListener;)V
:cond_0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->j:Landroid/view/TextureView;
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->m:Lcom/fyber/inneractive/sdk/player/controller/f;
if-eqz v0, :cond_1
goto :goto_0
.line 12
:cond_1
new-instance v0, Lcom/fyber/inneractive/sdk/player/controller/f;
invoke-direct {v0, p0}, Lcom/fyber/inneractive/sdk/player/controller/f;-><init>(Lcom/fyber/inneractive/sdk/player/controller/i;)V
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->m:Lcom/fyber/inneractive/sdk/player/controller/f;
:goto_0
if-eqz p1, :cond_2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->m:Lcom/fyber/inneractive/sdk/player/controller/f;
.line 13
invoke-virtual {p1, v0}, Landroid/view/TextureView;->setSurfaceTextureListener(Landroid/view/TextureView$SurfaceTextureListener;)V
:cond_2
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->k:Landroid/graphics/SurfaceTexture;
if-eqz p1, :cond_5
.line 18
invoke-static {p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object p1
filled-new-array {p1}, [Ljava/lang/Object;
move-result-object p1
const-string v0, "%scalling setSurfaceTexture with cached texture"
.line 19
invoke-static {v0, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->j:Landroid/view/TextureView;
.line 20
invoke-virtual {p1}, Landroid/view/TextureView;->getSurfaceTexture()Landroid/graphics/SurfaceTexture;
move-result-object p1
if-eqz p1, :cond_4
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->j:Landroid/view/TextureView;
invoke-virtual {p1}, Landroid/view/TextureView;->getSurfaceTexture()Landroid/graphics/SurfaceTexture;
move-result-object p1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->k:Landroid/graphics/SurfaceTexture;
invoke-virtual {p1, v0}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result p1
if-nez p1, :cond_3
goto :goto_1
.line 25
:cond_3
invoke-static {p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object p1
filled-new-array {p1}, [Ljava/lang/Object;
move-result-object p1
const-string v0, "%scalling setSurfaceTexture with cached texture failed"
.line 26
invoke-static {v0, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
goto :goto_2
.line 28
:cond_4
:goto_1
invoke-static {p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object p1
filled-new-array {p1}, [Ljava/lang/Object;
move-result-object p1
const-string v0, "%scalling setSurfaceTexture with cached texture success"
.line 29
invoke-static {v0, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->j:Landroid/view/TextureView;
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->k:Landroid/graphics/SurfaceTexture;
.line 30
invoke-virtual {p1, v0}, Landroid/view/TextureView;->setSurfaceTexture(Landroid/graphics/SurfaceTexture;)V
:cond_5
:goto_2
return-void
.end method
.method public abstract a(Ljava/lang/String;I)V
.end method
.method public abstract a(Z)V
.end method
.method public abstract a()Z
.end method
.method public abstract b()V
.annotation build Landroid/annotation/SuppressLint;
value = {
"NewApi"
}
.end annotation
.end method
.method public abstract b(I)V
.end method
.method public abstract b(Z)V
.end method
.method public abstract c()I
.end method
.method public final c(Z)V
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->f:Lcom/fyber/inneractive/sdk/player/controller/i$c;
if-eqz v0, :cond_1
.line 2
check-cast v0, Lcom/fyber/inneractive/sdk/player/c$a;
.line 3
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/c$a;->a:Lcom/fyber/inneractive/sdk/player/c;
.line 4
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/c;->h:Lcom/fyber/inneractive/sdk/measurement/d;
if-eqz v0, :cond_1
const-string v1, "OMVideo"
if-eqz p1, :cond_0
.line 5
iget-object p1, v0, Lcom/fyber/inneractive/sdk/measurement/d;->c:Lcom/iab/omid/library/fyber/adsession/media/MediaEvents;
if-eqz p1, :cond_1
.line 6
iget-boolean p1, v0, Lcom/fyber/inneractive/sdk/measurement/d;->d:Z
if-eqz p1, :cond_1
filled-new-array {v1}, [Ljava/lang/Object;
move-result-object p1
const-string v1, "%s mute"
.line 7
invoke-static {v1, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
.line 9
:try_start_0
iget-object p1, v0, Lcom/fyber/inneractive/sdk/measurement/d;->c:Lcom/iab/omid/library/fyber/adsession/media/MediaEvents;
const/4 v1, 0x0
invoke-virtual {p1, v1}, Lcom/iab/omid/library/fyber/adsession/media/MediaEvents;->volumeChange(F)V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
goto :goto_0
:catchall_0
move-exception p1
.line 11
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/measurement/d;->a(Ljava/lang/Throwable;)V
goto :goto_0
.line 12
:cond_0
iget-object p1, v0, Lcom/fyber/inneractive/sdk/measurement/d;->c:Lcom/iab/omid/library/fyber/adsession/media/MediaEvents;
if-eqz p1, :cond_1
.line 13
iget-boolean p1, v0, Lcom/fyber/inneractive/sdk/measurement/d;->d:Z
if-eqz p1, :cond_1
filled-new-array {v1}, [Ljava/lang/Object;
move-result-object p1
const-string v1, "%s unMute"
.line 14
invoke-static {v1, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
.line 16
:try_start_1
iget-object p1, v0, Lcom/fyber/inneractive/sdk/measurement/d;->c:Lcom/iab/omid/library/fyber/adsession/media/MediaEvents;
const/high16 v1, 0x3f800000 # 1.0f
invoke-virtual {p1, v1}, Lcom/iab/omid/library/fyber/adsession/media/MediaEvents;->volumeChange(F)V
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_1
goto :goto_0
:catchall_1
move-exception p1
.line 18
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/measurement/d;->a(Ljava/lang/Throwable;)V
:cond_1
:goto_0
return-void
.end method
.method public abstract d()I
.end method
.method public abstract d(Z)V
.end method
.method public abstract e()Landroid/graphics/Bitmap;
.end method
.method public abstract f()Ljava/lang/String;
.end method
.method public abstract g()I
.end method
.method public abstract h()I
.end method
.method public abstract i()Z
.end method
.method public j()Z
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/i;->e:Lcom/fyber/inneractive/sdk/player/enums/b;
.line 1
sget-object v1, Lcom/fyber/inneractive/sdk/player/enums/b;->Playing:Lcom/fyber/inneractive/sdk/player/enums/b;
if-ne v0, v1, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
return v0
.end method
.method public abstract k()V
.end method
.method public abstract l()V
.end method

View File

@@ -0,0 +1,92 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/j;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/controller/i;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/i;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/j;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 3
:try_start_0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/j;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 2
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->b:Ljava/util/concurrent/CopyOnWriteArrayList;
.line 3
invoke-virtual {v0}, Ljava/util/concurrent/CopyOnWriteArrayList;->iterator()Ljava/util/Iterator;
move-result-object v0
:goto_0
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
move-result v1
if-eqz v1, :cond_0
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v1
check-cast v1, Lcom/fyber/inneractive/sdk/player/controller/i$e;
.line 4
invoke-interface {v1}, Lcom/fyber/inneractive/sdk/player/controller/i$e;->e()V
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
move-exception v0
.line 7
sget v1, Lcom/fyber/inneractive/sdk/util/IAlog;->a:I
const/4 v2, 0x3
if-gt v1, v2, :cond_0
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/j;->a:Lcom/fyber/inneractive/sdk/player/controller/i;
.line 8
invoke-virtual {v1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 9
invoke-static {v1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v1
filled-new-array {v1}, [Ljava/lang/Object;
move-result-object v1
const-string v2, "%sonDrawnToSurface callback threw an exception!"
.line 10
invoke-static {v2, v0, v1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,56 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/k$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/fyber/inneractive/sdk/player/controller/k;->b(I)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/controller/k;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/k;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/k$a;->a:Lcom/fyber/inneractive/sdk/player/controller/k;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/k$a;->a:Lcom/fyber/inneractive/sdk/player/controller/k;
const/4 v1, 0x0
.line 1
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/player/controller/k;->h(Z)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/k$a;->a:Lcom/fyber/inneractive/sdk/player/controller/k;
const/4 v1, 0x0
.line 2
iput-object v1, v0, Lcom/fyber/inneractive/sdk/player/controller/k;->C:Lcom/fyber/inneractive/sdk/player/controller/k$a;
return-void
.end method

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,40 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/l;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/util/s0;
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/controller/k;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/k;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/l;->a:Lcom/fyber/inneractive/sdk/player/controller/k;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final a(Landroid/graphics/Bitmap;)V
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/l;->a:Lcom/fyber/inneractive/sdk/player/controller/k;
.line 1
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
const/4 v1, 0x1
invoke-static {v0, p1, v1, v1}, Lcom/fyber/inneractive/sdk/player/controller/o;->a(Lcom/fyber/inneractive/sdk/player/ui/s;Landroid/graphics/Bitmap;ZZ)V
return-void
.end method

View File

@@ -0,0 +1,25 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/m;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 0
return-void
.end method

View File

@@ -0,0 +1,23 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/n;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/player/controller/i$f;
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/controller/o;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/o;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/n;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method

View File

@@ -0,0 +1,163 @@
.class public final synthetic Lcom/fyber/inneractive/sdk/player/controller/o$a;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/controller/o;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1009
name = null
.end annotation
# static fields
.field public static final synthetic a:[I
# direct methods
.method public static constructor <clinit>()V
.locals 3
.line 1
invoke-static {}, Lcom/fyber/inneractive/sdk/player/enums/b;->values()[Lcom/fyber/inneractive/sdk/player/enums/b;
move-result-object v0
array-length v0, v0
new-array v0, v0, [I
sput-object v0, Lcom/fyber/inneractive/sdk/player/controller/o$a;->a:[I
:try_start_0
sget-object v1, Lcom/fyber/inneractive/sdk/player/enums/b;->Prepared:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
move-result v1
const/4 v2, 0x1
aput v2, v0, v1
:try_end_0
.catch Ljava/lang/NoSuchFieldError; {:try_start_0 .. :try_end_0} :catch_0
:catch_0
:try_start_1
sget-object v0, Lcom/fyber/inneractive/sdk/player/controller/o$a;->a:[I
sget-object v1, Lcom/fyber/inneractive/sdk/player/enums/b;->Buffering:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
move-result v1
const/4 v2, 0x2
aput v2, v0, v1
:try_end_1
.catch Ljava/lang/NoSuchFieldError; {:try_start_1 .. :try_end_1} :catch_1
:catch_1
:try_start_2
sget-object v0, Lcom/fyber/inneractive/sdk/player/controller/o$a;->a:[I
sget-object v1, Lcom/fyber/inneractive/sdk/player/enums/b;->Playing:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
move-result v1
const/4 v2, 0x3
aput v2, v0, v1
:try_end_2
.catch Ljava/lang/NoSuchFieldError; {:try_start_2 .. :try_end_2} :catch_2
:catch_2
:try_start_3
sget-object v0, Lcom/fyber/inneractive/sdk/player/controller/o$a;->a:[I
sget-object v1, Lcom/fyber/inneractive/sdk/player/enums/b;->Paused:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
move-result v1
const/4 v2, 0x4
aput v2, v0, v1
:try_end_3
.catch Ljava/lang/NoSuchFieldError; {:try_start_3 .. :try_end_3} :catch_3
:catch_3
:try_start_4
sget-object v0, Lcom/fyber/inneractive/sdk/player/controller/o$a;->a:[I
sget-object v1, Lcom/fyber/inneractive/sdk/player/enums/b;->Completed:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
move-result v1
const/4 v2, 0x5
aput v2, v0, v1
:try_end_4
.catch Ljava/lang/NoSuchFieldError; {:try_start_4 .. :try_end_4} :catch_4
:catch_4
:try_start_5
sget-object v0, Lcom/fyber/inneractive/sdk/player/controller/o$a;->a:[I
sget-object v1, Lcom/fyber/inneractive/sdk/player/enums/b;->Error:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
move-result v1
const/4 v2, 0x6
aput v2, v0, v1
:try_end_5
.catch Ljava/lang/NoSuchFieldError; {:try_start_5 .. :try_end_5} :catch_5
:catch_5
:try_start_6
sget-object v0, Lcom/fyber/inneractive/sdk/player/controller/o$a;->a:[I
sget-object v1, Lcom/fyber/inneractive/sdk/player/enums/b;->Preparing:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
move-result v1
const/4 v2, 0x7
aput v2, v0, v1
:try_end_6
.catch Ljava/lang/NoSuchFieldError; {:try_start_6 .. :try_end_6} :catch_6
:catch_6
:try_start_7
sget-object v0, Lcom/fyber/inneractive/sdk/player/controller/o$a;->a:[I
sget-object v1, Lcom/fyber/inneractive/sdk/player/enums/b;->Seeking:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
move-result v1
const/16 v2, 0x8
aput v2, v0, v1
:try_end_7
.catch Ljava/lang/NoSuchFieldError; {:try_start_7 .. :try_end_7} :catch_7
:catch_7
return-void
.end method

View File

@@ -0,0 +1,51 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/o$b;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/util/s0;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/fyber/inneractive/sdk/player/controller/o;->k()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/controller/o;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/o;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/o$b;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final a(Landroid/graphics/Bitmap;)V
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o$b;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
const/4 v1, 0x1
invoke-static {v0, p1, v1, v1}, Lcom/fyber/inneractive/sdk/player/controller/o;->a(Lcom/fyber/inneractive/sdk/player/ui/s;Landroid/graphics/Bitmap;ZZ)V
return-void
.end method

View File

@@ -0,0 +1,154 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/o$c;
.super Lcom/fyber/inneractive/sdk/util/b;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/fyber/inneractive/sdk/player/controller/o;->a(II)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/fyber/inneractive/sdk/util/b<",
"Ljava/lang/Integer;",
"Ljava/lang/Void;",
"Landroid/graphics/Bitmap;",
">;"
}
.end annotation
# instance fields
.field public final synthetic g:Lcom/fyber/inneractive/sdk/player/controller/o;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/o;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/o$c;->g:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
invoke-direct {p0}, Lcom/fyber/inneractive/sdk/util/b;-><init>()V
return-void
.end method
# virtual methods
.method public final a([Ljava/lang/Object;)Ljava/lang/Object;
.locals 2
.line 1
check-cast p1, [Ljava/lang/Integer;
if-eqz p1, :cond_0
const/4 v0, 0x0
.line 2
aget-object v0, p1, v0
invoke-virtual {v0}, Ljava/lang/Integer;->intValue()I
move-result v0
const/4 v1, 0x1
.line 3
aget-object p1, p1, v1
invoke-virtual {p1}, Ljava/lang/Integer;->intValue()I
move-result p1
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/o$c;->g:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 4
invoke-static {v1, v0, p1}, Lcom/fyber/inneractive/sdk/player/controller/o;->a(Lcom/fyber/inneractive/sdk/player/controller/o;II)Landroid/graphics/Bitmap;
move-result-object p1
.line 5
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/util/b;->a()Z
move-result v0
if-nez v0, :cond_0
goto :goto_0
:cond_0
const/4 p1, 0x0
:goto_0
return-object p1
.end method
.method public final a(Ljava/lang/Object;)V
.locals 2
.line 6
check-cast p1, Landroid/graphics/Bitmap;
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o$c;->g:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 7
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/util/b;->a()Z
move-result v1
.line 8
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
if-eqz v1, :cond_0
if-eqz p1, :cond_1
.line 9
:cond_0
iput-object p1, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->p:Landroid/graphics/Bitmap;
.line 10
:cond_1
:goto_0
iget-object p1, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->q:Ljava/util/LinkedList;
invoke-virtual {p1}, Ljava/util/LinkedList;->peek()Ljava/lang/Object;
move-result-object p1
if-eqz p1, :cond_2
.line 11
iget-object p1, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->q:Ljava/util/LinkedList;
invoke-virtual {p1}, Ljava/util/LinkedList;->poll()Ljava/lang/Object;
move-result-object p1
check-cast p1, Lcom/fyber/inneractive/sdk/util/b;
if-eqz p1, :cond_1
.line 12
invoke-virtual {p1}, Lcom/fyber/inneractive/sdk/util/b;->a()Z
move-result v1
if-nez v1, :cond_1
.line 13
invoke-virtual {p1}, Lcom/fyber/inneractive/sdk/util/b;->b()V
goto :goto_0
:cond_2
return-void
.end method

View File

@@ -0,0 +1,64 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/o$d$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/fyber/inneractive/sdk/player/controller/o$d;->run()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic a:Landroid/graphics/Bitmap;
.field public final synthetic b:Lcom/fyber/inneractive/sdk/player/controller/o$d;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/o$d;Landroid/graphics/Bitmap;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/o$d$a;->b:Lcom/fyber/inneractive/sdk/player/controller/o$d;
iput-object p2, p0, Lcom/fyber/inneractive/sdk/player/controller/o$d$a;->a:Landroid/graphics/Bitmap;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o$d$a;->b:Lcom/fyber/inneractive/sdk/player/controller/o$d;
.line 1
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o$d;->b:Lcom/fyber/inneractive/sdk/util/s0;
if-eqz v0, :cond_0
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/o$d$a;->a:Landroid/graphics/Bitmap;
.line 2
invoke-interface {v0, v1}, Lcom/fyber/inneractive/sdk/util/s0;->a(Landroid/graphics/Bitmap;)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,74 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/o$d;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/fyber/inneractive/sdk/player/controller/o;->a(ZLcom/fyber/inneractive/sdk/util/s0;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic a:Z
.field public final synthetic b:Lcom/fyber/inneractive/sdk/util/s0;
.field public final synthetic c:Lcom/fyber/inneractive/sdk/player/controller/o;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/o;ZLcom/fyber/inneractive/sdk/util/s0;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/o$d;->c:Lcom/fyber/inneractive/sdk/player/controller/o;
iput-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/controller/o$d;->a:Z
iput-object p3, p0, Lcom/fyber/inneractive/sdk/player/controller/o$d;->b:Lcom/fyber/inneractive/sdk/util/s0;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 3
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/o$d;->c:Lcom/fyber/inneractive/sdk/player/controller/o;
iget-boolean v1, p0, Lcom/fyber/inneractive/sdk/player/controller/o$d;->a:Z
.line 1
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/player/controller/o;->g(Z)Landroid/graphics/Bitmap;
move-result-object v0
.line 2
sget-object v1, Lcom/fyber/inneractive/sdk/util/p;->b:Landroid/os/Handler;
.line 3
new-instance v2, Lcom/fyber/inneractive/sdk/player/controller/o$d$a;
invoke-direct {v2, p0, v0}, Lcom/fyber/inneractive/sdk/player/controller/o$d$a;-><init>(Lcom/fyber/inneractive/sdk/player/controller/o$d;Landroid/graphics/Bitmap;)V
invoke-virtual {v1, v2}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
return-void
.end method

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,24 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/p;
.super Landroid/view/GestureDetector$SimpleOnGestureListener;
.source "SourceFile"
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Landroid/view/GestureDetector$SimpleOnGestureListener;-><init>()V
return-void
.end method
# virtual methods
.method public final onSingleTapConfirmed(Landroid/view/MotionEvent;)Z
.locals 0
const/4 p1, 0x1
return p1
.end method

View File

@@ -0,0 +1,41 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/q;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/controller/o;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/o;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/q;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/q;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
const/4 v1, 0x0
.line 2
iput-object v1, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->j:Ljava/lang/Runnable;
.line 3
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/controller/o;->p()V
return-void
.end method

View File

@@ -0,0 +1,40 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/r;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/util/s0;
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/controller/o;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/o;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/r;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final a(Landroid/graphics/Bitmap;)V
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/r;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
const/4 v1, 0x0
invoke-static {v0, p1, v1, v1}, Lcom/fyber/inneractive/sdk/player/controller/o;->a(Lcom/fyber/inneractive/sdk/player/ui/s;Landroid/graphics/Bitmap;ZZ)V
return-void
.end method

View File

@@ -0,0 +1,127 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/s;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/app/Application$ActivityLifecycleCallbacks;
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/controller/o;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/o;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/s;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final onActivityCreated(Landroid/app/Activity;Landroid/os/Bundle;)V
.locals 0
return-void
.end method
.method public final onActivityDestroyed(Landroid/app/Activity;)V
.locals 0
return-void
.end method
.method public final onActivityPaused(Landroid/app/Activity;)V
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/s;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
invoke-virtual {v0}, Landroid/view/View;->getContext()Landroid/content/Context;
move-result-object v0
invoke-virtual {p1, v0}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_0
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/s;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 2
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
invoke-virtual {p1}, Lcom/fyber/inneractive/sdk/player/ui/d;->c()V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/s;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 3
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
invoke-virtual {p1}, Lcom/fyber/inneractive/sdk/player/ui/d;->e()V
:cond_0
return-void
.end method
.method public final onActivityResumed(Landroid/app/Activity;)V
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/s;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
invoke-virtual {v0}, Landroid/view/View;->getContext()Landroid/content/Context;
move-result-object v0
invoke-virtual {p1, v0}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_0
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/s;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 2
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
invoke-virtual {p1}, Lcom/fyber/inneractive/sdk/player/ui/d;->d()V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/s;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 3
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
invoke-virtual {p1}, Lcom/fyber/inneractive/sdk/player/ui/d;->e()V
:cond_0
return-void
.end method
.method public final onActivitySaveInstanceState(Landroid/app/Activity;Landroid/os/Bundle;)V
.locals 0
return-void
.end method
.method public final onActivityStarted(Landroid/app/Activity;)V
.locals 0
return-void
.end method
.method public final onActivityStopped(Landroid/app/Activity;)V
.locals 0
return-void
.end method

View File

@@ -0,0 +1,32 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/t;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/player/controller/x$c;
# instance fields
.field public final synthetic a:Z
.field public final synthetic b:Lcom/fyber/inneractive/sdk/player/controller/o;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/o;Z)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/t;->b:Lcom/fyber/inneractive/sdk/player/controller/o;
iput-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/controller/t;->a:Z
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method

View File

@@ -0,0 +1,515 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/u;
.super Lcom/fyber/inneractive/sdk/web/j$l;
.source "SourceFile"
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/controller/o;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/o;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
invoke-direct {p0}, Lcom/fyber/inneractive/sdk/web/j$l;-><init>()V
return-void
.end method
# virtual methods
.method public final a(Ljava/lang/String;Lcom/fyber/inneractive/sdk/util/p0;Lcom/fyber/inneractive/sdk/web/a$b;)Lcom/fyber/inneractive/sdk/util/a0$a;
.locals 4
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 21
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 22
invoke-static {v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v0
const-string v1, "%sweb view callback: onClicked"
.line 23
invoke-static {v1, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 24
sget-object v1, Lcom/fyber/inneractive/sdk/config/i0$b;->COMPANION:Lcom/fyber/inneractive/sdk/config/i0$b;
invoke-virtual {v1}, Lcom/fyber/inneractive/sdk/config/i0$b;->e()Ljava/lang/String;
move-result-object v1
.line 25
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/player/controller/o;->a(Ljava/lang/String;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 26
iget-object v1, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->g:Lcom/fyber/inneractive/sdk/player/controller/y;
if-eqz v1, :cond_4
.line 27
iget-object v1, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->a:Lcom/fyber/inneractive/sdk/player/c;
if-eqz v1, :cond_2
.line 28
move-object v2, v1
check-cast v2, Lcom/fyber/inneractive/sdk/player/e;
.line 29
iget-object v2, v2, Lcom/fyber/inneractive/sdk/player/e;->v:Lcom/fyber/inneractive/sdk/model/vast/b;
if-eqz v2, :cond_0
.line 30
iget-object v2, v2, Lcom/fyber/inneractive/sdk/model/vast/b;->i:Lcom/fyber/inneractive/sdk/model/vast/c;
goto :goto_0
:cond_0
const/4 v2, 0x0
:goto_0
if-eqz v2, :cond_1
.line 31
sget-object v0, Lcom/fyber/inneractive/sdk/player/enums/VideoClickOrigin;->COMPANION:Lcom/fyber/inneractive/sdk/player/enums/VideoClickOrigin;
sget-object v3, Lcom/fyber/inneractive/sdk/model/vast/v;->EVENT_CLICK:Lcom/fyber/inneractive/sdk/model/vast/v;
filled-new-array {v3}, [Lcom/fyber/inneractive/sdk/model/vast/v;
move-result-object v3
invoke-virtual {v1, v2, v0, v3}, Lcom/fyber/inneractive/sdk/player/c;->a(Lcom/fyber/inneractive/sdk/response/i;Lcom/fyber/inneractive/sdk/player/enums/VideoClickOrigin;[Lcom/fyber/inneractive/sdk/model/vast/v;)V
goto :goto_1
.line 32
:cond_1
invoke-static {v0}, Lcom/fyber/inneractive/sdk/player/controller/o;->a(Lcom/fyber/inneractive/sdk/player/controller/o;)Z
move-result v0
if-eqz v0, :cond_2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 33
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->a:Lcom/fyber/inneractive/sdk/player/c;
sget-object v1, Lcom/fyber/inneractive/sdk/player/enums/VideoClickOrigin;->COMPANION:Lcom/fyber/inneractive/sdk/player/enums/VideoClickOrigin;
sget-object v2, Lcom/fyber/inneractive/sdk/model/vast/v;->EVENT_CLICK:Lcom/fyber/inneractive/sdk/model/vast/v;
filled-new-array {v2}, [Lcom/fyber/inneractive/sdk/model/vast/v;
move-result-object v2
check-cast v0, Lcom/fyber/inneractive/sdk/player/e;
.line 34
iget-object v3, v0, Lcom/fyber/inneractive/sdk/player/e;->v:Lcom/fyber/inneractive/sdk/model/vast/b;
.line 35
invoke-virtual {v0, v3, v1, v2}, Lcom/fyber/inneractive/sdk/player/e;->a(Lcom/fyber/inneractive/sdk/response/i;Lcom/fyber/inneractive/sdk/player/enums/VideoClickOrigin;[Lcom/fyber/inneractive/sdk/model/vast/v;)V
:cond_2
:goto_1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 38
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
if-eqz v0, :cond_3
.line 39
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/ui/s;->f()V
:cond_3
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 40
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->g:Lcom/fyber/inneractive/sdk/player/controller/y;
const/4 v1, 0x0
invoke-interface {v0, p1, p2, p3, v1}, Lcom/fyber/inneractive/sdk/player/controller/y;->a(Ljava/lang/String;Lcom/fyber/inneractive/sdk/util/p0;Lcom/fyber/inneractive/sdk/web/a$b;Z)Lcom/fyber/inneractive/sdk/util/a0$a;
move-result-object p1
return-object p1
.line 42
:cond_4
new-instance p1, Lcom/fyber/inneractive/sdk/util/a0$a;
sget-object p2, Lcom/fyber/inneractive/sdk/util/a0$d;->FAILED:Lcom/fyber/inneractive/sdk/util/a0$d;
new-instance p3, Ljava/lang/Exception;
const-string v0, "mListener is null, internal SDK fatal error"
invoke-direct {p3, v0}, Ljava/lang/Exception;-><init>(Ljava/lang/String;)V
invoke-direct {p1, p2, p3}, Lcom/fyber/inneractive/sdk/util/a0$a;-><init>(Lcom/fyber/inneractive/sdk/util/a0$d;Ljava/lang/Throwable;)V
return-object p1
.end method
.method public final a()V
.locals 4
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 6
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 7
invoke-static {v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v0
const-string v1, "%sweb view callback: onClickedAndOpen"
.line 8
invoke-static {v1, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 9
sget-object v1, Lcom/fyber/inneractive/sdk/config/i0$b;->COMPANION:Lcom/fyber/inneractive/sdk/config/i0$b;
invoke-virtual {v1}, Lcom/fyber/inneractive/sdk/config/i0$b;->e()Ljava/lang/String;
move-result-object v1
.line 10
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/player/controller/o;->a(Ljava/lang/String;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 11
iget-object v1, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->g:Lcom/fyber/inneractive/sdk/player/controller/y;
if-eqz v1, :cond_2
.line 12
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->a:Lcom/fyber/inneractive/sdk/player/c;
if-eqz v0, :cond_1
.line 13
move-object v1, v0
check-cast v1, Lcom/fyber/inneractive/sdk/player/e;
.line 14
iget-object v1, v1, Lcom/fyber/inneractive/sdk/player/e;->v:Lcom/fyber/inneractive/sdk/model/vast/b;
if-eqz v1, :cond_0
.line 15
iget-object v1, v1, Lcom/fyber/inneractive/sdk/model/vast/b;->i:Lcom/fyber/inneractive/sdk/model/vast/c;
goto :goto_0
:cond_0
const/4 v1, 0x0
:goto_0
if-eqz v1, :cond_1
.line 16
sget-object v2, Lcom/fyber/inneractive/sdk/player/enums/VideoClickOrigin;->COMPANION:Lcom/fyber/inneractive/sdk/player/enums/VideoClickOrigin;
sget-object v3, Lcom/fyber/inneractive/sdk/model/vast/v;->EVENT_CLICK:Lcom/fyber/inneractive/sdk/model/vast/v;
filled-new-array {v3}, [Lcom/fyber/inneractive/sdk/model/vast/v;
move-result-object v3
invoke-virtual {v0, v1, v2, v3}, Lcom/fyber/inneractive/sdk/player/c;->a(Lcom/fyber/inneractive/sdk/response/i;Lcom/fyber/inneractive/sdk/player/enums/VideoClickOrigin;[Lcom/fyber/inneractive/sdk/model/vast/v;)V
:cond_1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 20
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->g:Lcom/fyber/inneractive/sdk/player/controller/y;
invoke-interface {v0}, Lcom/fyber/inneractive/sdk/player/controller/y;->o()V
:cond_2
return-void
.end method
.method public final a(Lcom/fyber/inneractive/sdk/ui/IAmraidWebViewController$MraidVideoFailedToDisplayError;)V
.locals 0
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 46
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/o;->g:Lcom/fyber/inneractive/sdk/player/controller/y;
if-eqz p1, :cond_0
.line 47
invoke-interface {p1}, Lcom/fyber/inneractive/sdk/player/controller/y;->onPlayerError()V
:cond_0
return-void
.end method
.method public final a(Ljava/lang/String;Ljava/lang/String;)V
.locals 2
.line 1
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
invoke-virtual {v1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 2
invoke-static {v1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v1
.line 3
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
const-string v1, "web view callback: onSuspiciousNoUserWebActionDetected"
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
const/4 v1, 0x0
new-array v1, v1, [Ljava/lang/Object;
invoke-static {v0, v1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 4
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->g:Lcom/fyber/inneractive/sdk/player/controller/y;
if-eqz v0, :cond_0
.line 5
invoke-interface {v0, p1, p2}, Lcom/fyber/inneractive/sdk/player/controller/y;->a(Ljava/lang/String;Ljava/lang/String;)V
:cond_0
return-void
.end method
.method public final a(ZLcom/fyber/inneractive/sdk/config/enums/Orientation;)V
.locals 3
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 48
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 49
invoke-static {v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
.line 50
invoke-static {p1}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v1
invoke-virtual {p2}, Lcom/fyber/inneractive/sdk/config/enums/Orientation;->toString()Ljava/lang/String;
move-result-object v2
filled-new-array {v0, v1, v2}, [Ljava/lang/Object;
move-result-object v0
const-string v1, "%sonOrientationProperties: allowOrientationChange: %s, forceOrientationType: %s"
invoke-static {v1, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 51
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->g:Lcom/fyber/inneractive/sdk/player/controller/y;
if-eqz v0, :cond_0
.line 52
invoke-interface {v0, p1, p2}, Lcom/fyber/inneractive/sdk/player/controller/y;->a(ZLcom/fyber/inneractive/sdk/config/enums/Orientation;)V
:cond_0
return-void
.end method
.method public final a(Ljava/lang/String;)Z
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 43
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->d:Lcom/fyber/inneractive/sdk/player/ui/s;
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/player/ui/s;->getEndCardView()Landroid/view/View;
move-result-object v0
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 44
iget-object v1, v1, Lcom/fyber/inneractive/sdk/player/controller/o;->g:Lcom/fyber/inneractive/sdk/player/controller/y;
if-eqz v1, :cond_0
.line 45
invoke-interface {v1, v0, p1}, Lcom/fyber/inneractive/sdk/player/controller/y;->a(Landroid/view/View;Ljava/lang/String;)V
const/4 p1, 0x1
return p1
:cond_0
const/4 p1, 0x0
return p1
.end method
.method public final b(Z)V
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 2
invoke-static {v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
.line 3
invoke-static {p1}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v1
filled-new-array {v0, v1}, [Ljava/lang/Object;
move-result-object v0
const-string v1, "%sonCustomCloseButtonAvailableEnabled : %s"
invoke-static {v1, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 4
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->g:Lcom/fyber/inneractive/sdk/player/controller/y;
if-eqz v0, :cond_0
if-eqz p1, :cond_0
.line 5
invoke-interface {v0}, Lcom/fyber/inneractive/sdk/player/controller/y;->g()V
:cond_0
return-void
.end method
.method public final c()V
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->g:Lcom/fyber/inneractive/sdk/player/controller/y;
if-eqz v0, :cond_0
.line 2
invoke-interface {v0}, Lcom/fyber/inneractive/sdk/player/controller/y;->l()V
:cond_0
return-void
.end method
.method public final d()V
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->g:Lcom/fyber/inneractive/sdk/player/controller/y;
if-eqz v0, :cond_0
.line 2
invoke-interface {v0}, Lcom/fyber/inneractive/sdk/player/controller/y;->l()V
:cond_0
return-void
.end method
.method public final e()V
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->g:Lcom/fyber/inneractive/sdk/player/controller/y;
if-eqz v0, :cond_0
.line 2
invoke-interface {v0}, Lcom/fyber/inneractive/sdk/player/controller/y;->p()V
:cond_0
return-void
.end method
.method public final onClose()V
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/u;->a:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 1
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/controller/o;->g:Lcom/fyber/inneractive/sdk/player/controller/y;
if-eqz v0, :cond_0
.line 2
invoke-interface {v0}, Lcom/fyber/inneractive/sdk/player/controller/y;->q()V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,22 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/player/controller/v$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/player/controller/y;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/controller/v;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "a"
.end annotation
# virtual methods
.method public abstract c()V
.end method

View File

@@ -0,0 +1,34 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/player/controller/v;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/player/controller/b;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/fyber/inneractive/sdk/player/controller/v$a;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/fyber/inneractive/sdk/player/controller/b<",
"Lcom/fyber/inneractive/sdk/player/controller/v$a;",
">;"
}
.end annotation
# virtual methods
.method public abstract a()V
.end method
.method public abstract a(F)V
.end method
.method public abstract d(Z)V
.end method

View File

@@ -0,0 +1,608 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/w;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/player/exoplayer2/source/n$a;
.implements Lcom/fyber/inneractive/sdk/player/exoplayer2/video/VideoRendererEventListener;
.implements Lcom/fyber/inneractive/sdk/player/exoplayer2/e$a;
.implements Lcom/fyber/inneractive/sdk/player/exoplayer2/source/f;
# instance fields
.field public final a:Ljava/lang/ref/WeakReference;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/ref/WeakReference<",
"Lcom/fyber/inneractive/sdk/player/controller/d;",
">;"
}
.end annotation
.end field
.field public b:Z
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/d;)V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/controller/w;->b:Z
.line 6
new-instance v0, Ljava/lang/ref/WeakReference;
invoke-direct {v0, p1}, Ljava/lang/ref/WeakReference;-><init>(Ljava/lang/Object;)V
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/w;->a:Ljava/lang/ref/WeakReference;
return-void
.end method
# virtual methods
.method public final a()V
.locals 0
.line 0
return-void
.end method
.method public final a(IZ)V
.locals 3
.line 1
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/controller/w;->f()Ljava/lang/String;
move-result-object v0
invoke-static {p2}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v1
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v2
filled-new-array {v0, v1, v2}, [Ljava/lang/Object;
move-result-object v0
const-string v1, "%sonPlayerStateChanged called with pwr = %s state = %d"
invoke-static {v1, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/w;->a:Ljava/lang/ref/WeakReference;
.line 2
invoke-virtual {v0}, Ljava/lang/ref/Reference;->get()Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/fyber/inneractive/sdk/player/controller/d;
if-eqz v0, :cond_6
.line 3
iget-object v1, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->s:Lcom/fyber/inneractive/sdk/player/exoplayer2/e;
if-eqz v1, :cond_6
.line 4
iget-boolean v2, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->z:Z
if-eqz v2, :cond_0
goto :goto_1
:cond_0
const/4 v2, 0x3
if-ne p1, v2, :cond_4
if-nez p2, :cond_3
.line 5
iget-object p1, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->e:Lcom/fyber/inneractive/sdk/player/enums/b;
.line 6
sget-object p2, Lcom/fyber/inneractive/sdk/player/enums/b;->Preparing:Lcom/fyber/inneractive/sdk/player/enums/b;
if-ne p1, p2, :cond_6
.line 7
check-cast v1, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;
.line 8
iget-object p1, v1, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;->p:Lcom/fyber/inneractive/sdk/player/exoplayer2/trackselection/f;
if-eqz p1, :cond_2
.line 9
iget p2, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/trackselection/f;->a:I
if-lez p2, :cond_2
.line 10
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/trackselection/f;->b:[Lcom/fyber/inneractive/sdk/player/exoplayer2/trackselection/e;
const/4 p2, 0x0
.line 11
aget-object p1, p1, p2
if-nez p1, :cond_1
const/4 p1, 0x0
goto :goto_0
.line 12
:cond_1
invoke-interface {p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/trackselection/e;->d()Lcom/fyber/inneractive/sdk/player/exoplayer2/j;
move-result-object p1
:goto_0
if-eqz p1, :cond_2
.line 15
iget p2, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/j;->j:I
iget p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/j;->k:I
.line 16
iput p2, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->t:I
.line 17
iput p1, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->u:I
:cond_2
const/4 p1, 0x1
iput-boolean p1, p0, Lcom/fyber/inneractive/sdk/player/controller/w;->b:Z
.line 19
sget-object p1, Lcom/fyber/inneractive/sdk/player/enums/b;->Prepared:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/controller/i;->a(Lcom/fyber/inneractive/sdk/player/enums/b;)V
goto :goto_1
.line 24
:cond_3
sget-object p1, Lcom/fyber/inneractive/sdk/player/enums/b;->Playing:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/controller/i;->a(Lcom/fyber/inneractive/sdk/player/enums/b;)V
goto :goto_1
:cond_4
const/4 p2, 0x2
if-ne p1, p2, :cond_5
.line 25
iget-object p1, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->e:Lcom/fyber/inneractive/sdk/player/enums/b;
.line 26
sget-object p2, Lcom/fyber/inneractive/sdk/player/enums/b;->Playing:Lcom/fyber/inneractive/sdk/player/enums/b;
if-ne p1, p2, :cond_6
.line 27
sget-object p1, Lcom/fyber/inneractive/sdk/player/enums/b;->Buffering:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/controller/i;->a(Lcom/fyber/inneractive/sdk/player/enums/b;)V
goto :goto_1
:cond_5
const/4 p2, 0x4
if-ne p1, p2, :cond_6
.line 31
sget-object p1, Lcom/fyber/inneractive/sdk/player/enums/b;->Completed:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/controller/i;->a(Lcom/fyber/inneractive/sdk/player/enums/b;)V
:cond_6
:goto_1
return-void
.end method
.method public final a(Lcom/fyber/inneractive/sdk/player/exoplayer2/d;)V
.locals 5
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/w;->a:Ljava/lang/ref/WeakReference;
.line 32
invoke-virtual {v0}, Ljava/lang/ref/Reference;->get()Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/fyber/inneractive/sdk/player/controller/d;
const/4 v1, 0x1
const/4 v2, 0x0
if-eqz v0, :cond_2
.line 33
invoke-virtual {p1}, Ljava/lang/Throwable;->getCause()Ljava/lang/Throwable;
move-result-object v3
instance-of v3, v3, Lcom/fyber/inneractive/sdk/player/exoplayer2/audio/c$e;
if-eqz v3, :cond_2
iget-boolean v3, p0, Lcom/fyber/inneractive/sdk/player/controller/w;->b:Z
if-nez v3, :cond_0
.line 34
iget-boolean v3, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->G:Z
if-eqz v3, :cond_2
.line 35
iget-boolean v3, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->A:Z
if-eqz v3, :cond_2
.line 36
:cond_0
iput-boolean v1, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->v:Z
.line 37
iget-object p1, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->s:Lcom/fyber/inneractive/sdk/player/exoplayer2/e;
if-eqz p1, :cond_1
.line 38
check-cast p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;
.line 39
iget-object v1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;->e:Lcom/fyber/inneractive/sdk/player/exoplayer2/h;
invoke-virtual {v1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/h;->c()V
.line 40
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;->d:Lcom/fyber/inneractive/sdk/player/exoplayer2/f;
invoke-virtual {p1, v2}, Landroid/os/Handler;->removeCallbacksAndMessages(Ljava/lang/Object;)V
.line 41
iput-object v2, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->s:Lcom/fyber/inneractive/sdk/player/exoplayer2/e;
:cond_1
const/4 p1, 0x0
.line 43
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/controller/d;->a(Z)V
.line 44
iget-object v1, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->F:Lcom/fyber/inneractive/sdk/player/exoplayer2/source/p;
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/player/controller/d;->a(Lcom/fyber/inneractive/sdk/player/exoplayer2/source/p;)V
.line 45
iget-object v1, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->i:Landroid/os/Handler;
new-instance v2, Lcom/fyber/inneractive/sdk/player/controller/h;
invoke-direct {v2, v0, p1}, Lcom/fyber/inneractive/sdk/player/controller/h;-><init>(Lcom/fyber/inneractive/sdk/player/controller/i;Z)V
invoke-virtual {v1, v2}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
goto/16 :goto_1
:cond_2
if-eqz v0, :cond_4
.line 46
iget-boolean v3, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->A:Z
if-eqz v3, :cond_4
iget-boolean v3, p0, Lcom/fyber/inneractive/sdk/player/controller/w;->b:Z
if-nez v3, :cond_4
.line 48
sget-object v3, Lcom/fyber/inneractive/sdk/player/cache/p;->f:Lcom/fyber/inneractive/sdk/player/cache/p;
.line 49
iget-boolean v3, v3, Lcom/fyber/inneractive/sdk/player/cache/p;->c:Z
if-eqz v3, :cond_4
.line 51
invoke-static {}, Lcom/fyber/inneractive/sdk/util/s;->a()Z
move-result v3
if-eqz v3, :cond_4
.line 52
iget v3, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->H:I
.line 53
iget v4, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->p:I
if-ge v3, v4, :cond_4
.line 54
iget-object p1, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->s:Lcom/fyber/inneractive/sdk/player/exoplayer2/e;
if-eqz p1, :cond_3
.line 55
check-cast p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;
.line 56
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;->e:Lcom/fyber/inneractive/sdk/player/exoplayer2/h;
invoke-virtual {v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/h;->c()V
.line 57
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/g;->d:Lcom/fyber/inneractive/sdk/player/exoplayer2/f;
invoke-virtual {p1, v2}, Landroid/os/Handler;->removeCallbacksAndMessages(Ljava/lang/Object;)V
.line 58
iput-object v2, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->s:Lcom/fyber/inneractive/sdk/player/exoplayer2/e;
.line 60
:cond_3
invoke-virtual {v0, v1}, Lcom/fyber/inneractive/sdk/player/controller/d;->a(Z)V
.line 61
iget-object p1, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->F:Lcom/fyber/inneractive/sdk/player/exoplayer2/source/p;
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/controller/d;->a(Lcom/fyber/inneractive/sdk/player/exoplayer2/source/p;)V
.line 62
iget p1, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->H:I
add-int/2addr p1, v1
iput p1, v0, Lcom/fyber/inneractive/sdk/player/controller/d;->H:I
.line 63
iget-object p1, v0, Lcom/fyber/inneractive/sdk/player/controller/i;->i:Landroid/os/Handler;
new-instance v2, Lcom/fyber/inneractive/sdk/player/controller/h;
invoke-direct {v2, v0, v1}, Lcom/fyber/inneractive/sdk/player/controller/h;-><init>(Lcom/fyber/inneractive/sdk/player/controller/i;Z)V
invoke-virtual {p1, v2}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
goto :goto_1
.line 64
:cond_4
new-instance v0, Lcom/fyber/inneractive/sdk/player/mediaplayer/a$l;
.line 65
invoke-virtual {p1}, Ljava/lang/Throwable;->getCause()Ljava/lang/Throwable;
move-result-object v1
if-nez v1, :cond_5
const-string v1, "empty"
goto :goto_0
.line 68
:cond_5
invoke-virtual {p1}, Ljava/lang/Throwable;->getCause()Ljava/lang/Throwable;
move-result-object v1
.line 69
invoke-virtual {v1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
move-result-object v1
:goto_0
invoke-direct {v0, v1, p1}, Lcom/fyber/inneractive/sdk/player/mediaplayer/a$l;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
.line 70
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/controller/w;->f()Ljava/lang/String;
move-result-object p1
filled-new-array {p1, v0}, [Ljava/lang/Object;
move-result-object p1
const-string v1, "%sonPlayerError called with %s for sendErrorState"
invoke-static {v1, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/w;->a:Ljava/lang/ref/WeakReference;
.line 71
invoke-static {p1}, Lcom/fyber/inneractive/sdk/util/t;->a(Ljava/lang/ref/WeakReference;)Ljava/lang/Object;
move-result-object p1
check-cast p1, Lcom/fyber/inneractive/sdk/player/controller/d;
if-eqz p1, :cond_6
.line 72
sget-object v1, Lcom/fyber/inneractive/sdk/player/enums/b;->Error:Lcom/fyber/inneractive/sdk/player/enums/b;
invoke-virtual {p1, v1}, Lcom/fyber/inneractive/sdk/player/controller/i;->a(Lcom/fyber/inneractive/sdk/player/enums/b;)V
.line 74
invoke-static {p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v1
filled-new-array {v1, v0}, [Ljava/lang/Object;
move-result-object v1
const-string v3, "%sonPlayerError called with: %s for onPlayerError"
.line 75
invoke-static {v3, v1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
.line 76
iget-object v1, p1, Lcom/fyber/inneractive/sdk/player/controller/i;->i:Landroid/os/Handler;
new-instance v3, Lcom/fyber/inneractive/sdk/player/controller/g;
invoke-direct {v3, p1, v0}, Lcom/fyber/inneractive/sdk/player/controller/g;-><init>(Lcom/fyber/inneractive/sdk/player/controller/i;Lcom/fyber/inneractive/sdk/player/mediaplayer/a$l;)V
invoke-virtual {v1, v3}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
.line 77
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/i;->h:Lcom/fyber/inneractive/sdk/player/d;
if-eqz p1, :cond_6
.line 78
iget-object v0, p1, Lcom/fyber/inneractive/sdk/player/d;->b:Ljava/util/concurrent/ScheduledThreadPoolExecutor;
if-eqz v0, :cond_6
.line 79
invoke-virtual {v0}, Ljava/util/concurrent/ScheduledThreadPoolExecutor;->shutdownNow()Ljava/util/List;
.line 80
iput-object v2, p1, Lcom/fyber/inneractive/sdk/player/d;->b:Ljava/util/concurrent/ScheduledThreadPoolExecutor;
:cond_6
:goto_1
return-void
.end method
.method public final b()V
.locals 0
return-void
.end method
.method public final c()V
.locals 0
return-void
.end method
.method public final d()V
.locals 0
return-void
.end method
.method public final e()V
.locals 0
return-void
.end method
.method public final f()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/w;->a:Ljava/lang/ref/WeakReference;
.line 1
invoke-virtual {v0}, Ljava/lang/ref/Reference;->get()Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/fyber/inneractive/sdk/player/controller/d;
if-nez v0, :cond_0
const-class v0, Lcom/fyber/inneractive/sdk/player/controller/w;
.line 2
invoke-virtual {v0}, Ljava/lang/Class;->getName()Ljava/lang/String;
move-result-object v0
goto :goto_0
.line 3
:cond_0
invoke-static {v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
:goto_0
return-object v0
.end method
.method public final onDroppedFrames(IJ)V
.locals 0
return-void
.end method
.method public final onRenderedFirstFrame(Landroid/view/Surface;)V
.locals 0
return-void
.end method
.method public final onVideoDecoderInitialized(Ljava/lang/String;JJ)V
.locals 0
return-void
.end method
.method public final onVideoDisabled(Lcom/fyber/inneractive/sdk/player/exoplayer2/decoder/DecoderCounters;)V
.locals 0
return-void
.end method
.method public final onVideoEnabled(Lcom/fyber/inneractive/sdk/player/exoplayer2/decoder/DecoderCounters;)V
.locals 0
return-void
.end method
.method public final onVideoInputFormatChanged(Lcom/fyber/inneractive/sdk/player/exoplayer2/j;)V
.locals 0
return-void
.end method
.method public final onVideoSizeChanged(IIIF)V
.locals 0
iget-object p3, p0, Lcom/fyber/inneractive/sdk/player/controller/w;->a:Ljava/lang/ref/WeakReference;
.line 1
invoke-virtual {p3}, Ljava/lang/ref/Reference;->get()Ljava/lang/Object;
move-result-object p3
check-cast p3, Lcom/fyber/inneractive/sdk/player/controller/d;
if-eqz p3, :cond_0
.line 3
iput p1, p3, Lcom/fyber/inneractive/sdk/player/controller/d;->t:I
.line 4
iput p2, p3, Lcom/fyber/inneractive/sdk/player/controller/d;->u:I
:cond_0
return-void
.end method

View File

@@ -0,0 +1,67 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/x$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/view/View$OnClickListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/fyber/inneractive/sdk/player/controller/x;->a()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/controller/x;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/x;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/x$a;->a:Lcom/fyber/inneractive/sdk/player/controller/x;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final onClick(Landroid/view/View;)V
.locals 1
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/x$a;->a:Lcom/fyber/inneractive/sdk/player/controller/x;
.line 2
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/x;->c:Landroid/app/Dialog;
.line 3
invoke-virtual {p1}, Landroid/app/Dialog;->dismiss()V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/x$a;->a:Lcom/fyber/inneractive/sdk/player/controller/x;
.line 5
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/x;->b:Lcom/fyber/inneractive/sdk/player/controller/x$c;
.line 6
check-cast p1, Lcom/fyber/inneractive/sdk/player/controller/t;
.line 7
iget-object v0, p1, Lcom/fyber/inneractive/sdk/player/controller/t;->b:Lcom/fyber/inneractive/sdk/player/controller/o;
.line 8
iget-boolean p1, p1, Lcom/fyber/inneractive/sdk/player/controller/t;->a:Z
.line 9
invoke-virtual {v0, p1}, Lcom/fyber/inneractive/sdk/player/controller/o;->f(Z)V
return-void
.end method

View File

@@ -0,0 +1,58 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/x$b;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/view/View$OnClickListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/fyber/inneractive/sdk/player/controller/x;->a()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/controller/x;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/controller/x;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/x$b;->a:Lcom/fyber/inneractive/sdk/player/controller/x;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final onClick(Landroid/view/View;)V
.locals 0
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/x$b;->a:Lcom/fyber/inneractive/sdk/player/controller/x;
.line 2
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/x;->c:Landroid/app/Dialog;
.line 3
invoke-virtual {p1}, Landroid/app/Dialog;->dismiss()V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/x$b;->a:Lcom/fyber/inneractive/sdk/player/controller/x;
.line 5
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/controller/x;->b:Lcom/fyber/inneractive/sdk/player/controller/x$c;
.line 6
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
return-void
.end method

View File

@@ -0,0 +1,14 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/player/controller/x$c;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/controller/x;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "c"
.end annotation

View File

@@ -0,0 +1,361 @@
.class public final Lcom/fyber/inneractive/sdk/player/controller/x;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/fyber/inneractive/sdk/player/controller/x$c;
}
.end annotation
# instance fields
.field public final a:Landroid/content/Context;
.field public final b:Lcom/fyber/inneractive/sdk/player/controller/x$c;
.field public final c:Landroid/app/Dialog;
.field public final d:Lcom/fyber/inneractive/sdk/config/global/features/b;
# direct methods
.method public constructor <init>(Landroid/content/Context;Lcom/fyber/inneractive/sdk/config/global/features/b;Lcom/fyber/inneractive/sdk/player/controller/t;)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->a:Landroid/content/Context;
iput-object p2, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->d:Lcom/fyber/inneractive/sdk/config/global/features/b;
iput-object p3, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->b:Lcom/fyber/inneractive/sdk/player/controller/x$c;
.line 6
new-instance p2, Landroid/app/Dialog;
invoke-direct {p2, p1}, Landroid/app/Dialog;-><init>(Landroid/content/Context;)V
iput-object p2, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->c:Landroid/app/Dialog;
.line 7
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/player/controller/x;->a()V
return-void
.end method
# virtual methods
.method public final a()V
.locals 11
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->c:Landroid/app/Dialog;
const/4 v1, 0x1
.line 1
invoke-virtual {v0, v1}, Landroid/app/Dialog;->requestWindowFeature(I)Z
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->c:Landroid/app/Dialog;
sget v1, Lcom/fyber/inneractive/sdk/R$layout;->ia_layout_skip_rewarded_dialog:I
.line 2
invoke-virtual {v0, v1}, Landroid/app/Dialog;->setContentView(I)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->c:Landroid/app/Dialog;
sget v1, Lcom/fyber/inneractive/sdk/R$id;->ia_keep_watching_button:I
.line 4
invoke-virtual {v0, v1}, Landroid/app/Dialog;->findViewById(I)Landroid/view/View;
move-result-object v0
check-cast v0, Landroid/widget/Button;
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->c:Landroid/app/Dialog;
sget v2, Lcom/fyber/inneractive/sdk/R$id;->ia_close_button:I
.line 5
invoke-virtual {v1, v2}, Landroid/app/Dialog;->findViewById(I)Landroid/view/View;
move-result-object v1
check-cast v1, Landroid/widget/Button;
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->c:Landroid/app/Dialog;
sget v3, Lcom/fyber/inneractive/sdk/R$id;->ia_skip_dialog_title_textview:I
.line 6
invoke-virtual {v2, v3}, Landroid/app/Dialog;->findViewById(I)Landroid/view/View;
move-result-object v2
check-cast v2, Landroid/widget/TextView;
iget-object v3, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->c:Landroid/app/Dialog;
sget v4, Lcom/fyber/inneractive/sdk/R$id;->ia_skip_dialog_sub_title_textview:I
.line 7
invoke-virtual {v3, v4}, Landroid/app/Dialog;->findViewById(I)Landroid/view/View;
move-result-object v3
check-cast v3, Landroid/widget/TextView;
iget-object v4, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->a:Landroid/content/Context;
sget v5, Lcom/fyber/inneractive/sdk/R$string;->ia_skip_rewarded_dialog_keep_watching:I
.line 8
invoke-virtual {v4, v5}, Landroid/content/Context;->getString(I)Ljava/lang/String;
move-result-object v4
iget-object v5, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->a:Landroid/content/Context;
sget v6, Lcom/fyber/inneractive/sdk/R$string;->ia_skip_rewarded_dialog_close_button:I
.line 9
invoke-virtual {v5, v6}, Landroid/content/Context;->getString(I)Ljava/lang/String;
move-result-object v5
iget-object v6, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->a:Landroid/content/Context;
sget v7, Lcom/fyber/inneractive/sdk/R$string;->ia_skip_rewarded_dialog_title:I
.line 10
invoke-virtual {v6, v7}, Landroid/content/Context;->getString(I)Ljava/lang/String;
move-result-object v6
iget-object v7, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->a:Landroid/content/Context;
sget v8, Lcom/fyber/inneractive/sdk/R$string;->ia_skip_rewarded_dialog_sub_title:I
.line 11
invoke-virtual {v7, v8}, Landroid/content/Context;->getString(I)Ljava/lang/String;
move-result-object v7
iget-object v8, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->d:Lcom/fyber/inneractive/sdk/config/global/features/b;
if-eqz v8, :cond_8
const-string v9, "skip_reward_dialog_keep_watching_button"
const-string v10, "KEEP WATCHING"
.line 13
invoke-virtual {v8, v9, v10}, Lcom/fyber/inneractive/sdk/config/global/features/g;->a(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
move-result-object v8
.line 14
invoke-virtual {v8}, Ljava/lang/String;->trim()Ljava/lang/String;
move-result-object v9
invoke-virtual {v9}, Ljava/lang/String;->length()I
move-result v9
if-lez v9, :cond_0
invoke-virtual {v8}, Ljava/lang/String;->trim()Ljava/lang/String;
move-result-object v10
.line 15
:cond_0
invoke-static {v10}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v8
if-eqz v8, :cond_1
goto :goto_0
:cond_1
move-object v4, v10
:goto_0
iget-object v8, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->d:Lcom/fyber/inneractive/sdk/config/global/features/b;
const-string v9, "skip_reward_dialog_close_button"
const-string v10, "CLOSE"
.line 17
invoke-virtual {v8, v9, v10}, Lcom/fyber/inneractive/sdk/config/global/features/g;->a(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
move-result-object v8
.line 18
invoke-virtual {v8}, Ljava/lang/String;->trim()Ljava/lang/String;
move-result-object v9
invoke-virtual {v9}, Ljava/lang/String;->length()I
move-result v9
if-lez v9, :cond_2
invoke-virtual {v8}, Ljava/lang/String;->trim()Ljava/lang/String;
move-result-object v10
.line 19
:cond_2
invoke-static {v10}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v8
if-eqz v8, :cond_3
goto :goto_1
:cond_3
move-object v5, v10
:goto_1
iget-object v8, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->d:Lcom/fyber/inneractive/sdk/config/global/features/b;
const-string v9, "skip_reward_dialog_title"
const-string v10, "Close Video?"
.line 21
invoke-virtual {v8, v9, v10}, Lcom/fyber/inneractive/sdk/config/global/features/g;->a(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
move-result-object v8
.line 22
invoke-virtual {v8}, Ljava/lang/String;->trim()Ljava/lang/String;
move-result-object v9
invoke-virtual {v9}, Ljava/lang/String;->length()I
move-result v9
if-lez v9, :cond_4
invoke-virtual {v8}, Ljava/lang/String;->trim()Ljava/lang/String;
move-result-object v10
.line 23
:cond_4
invoke-static {v10}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v8
if-eqz v8, :cond_5
goto :goto_2
:cond_5
move-object v6, v10
:goto_2
iget-object v8, p0, Lcom/fyber/inneractive/sdk/player/controller/x;->d:Lcom/fyber/inneractive/sdk/config/global/features/b;
const-string v9, "skip_reward_dialog_sub_title"
const-string v10, "Reward will not be received before video completion."
.line 25
invoke-virtual {v8, v9, v10}, Lcom/fyber/inneractive/sdk/config/global/features/g;->a(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
move-result-object v8
.line 26
invoke-virtual {v8}, Ljava/lang/String;->trim()Ljava/lang/String;
move-result-object v9
invoke-virtual {v9}, Ljava/lang/String;->length()I
move-result v9
if-lez v9, :cond_6
invoke-virtual {v8}, Ljava/lang/String;->trim()Ljava/lang/String;
move-result-object v10
.line 27
:cond_6
invoke-static {v10}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v8
if-eqz v8, :cond_7
goto :goto_3
:cond_7
move-object v7, v10
:cond_8
:goto_3
const/16 v8, 0xd
.line 28
invoke-static {v4, v8}, Lcom/fyber/inneractive/sdk/util/t0;->a(Ljava/lang/String;I)Ljava/lang/String;
move-result-object v4
invoke-virtual {v0, v4}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V
.line 29
invoke-static {v5, v8}, Lcom/fyber/inneractive/sdk/util/t0;->a(Ljava/lang/String;I)Ljava/lang/String;
move-result-object v4
invoke-virtual {v1, v4}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V
const/16 v4, 0x14
.line 30
invoke-static {v6, v4}, Lcom/fyber/inneractive/sdk/util/t0;->a(Ljava/lang/String;I)Ljava/lang/String;
move-result-object v4
invoke-virtual {v2, v4}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V
const/16 v2, 0x64
.line 31
invoke-static {v7, v2}, Lcom/fyber/inneractive/sdk/util/t0;->a(Ljava/lang/String;I)Ljava/lang/String;
move-result-object v2
invoke-virtual {v3, v2}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V
.line 32
new-instance v2, Lcom/fyber/inneractive/sdk/player/controller/x$a;
invoke-direct {v2, p0}, Lcom/fyber/inneractive/sdk/player/controller/x$a;-><init>(Lcom/fyber/inneractive/sdk/player/controller/x;)V
invoke-virtual {v1, v2}, Landroid/view/View;->setOnClickListener(Landroid/view/View$OnClickListener;)V
.line 40
new-instance v1, Lcom/fyber/inneractive/sdk/player/controller/x$b;
invoke-direct {v1, p0}, Lcom/fyber/inneractive/sdk/player/controller/x$b;-><init>(Lcom/fyber/inneractive/sdk/player/controller/x;)V
invoke-virtual {v0, v1}, Landroid/view/View;->setOnClickListener(Landroid/view/View$OnClickListener;)V
return-void
.end method

View File

@@ -0,0 +1,56 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/player/controller/y;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract a(Lcom/fyber/inneractive/sdk/util/p0;Lcom/fyber/inneractive/sdk/util/h;)Lcom/fyber/inneractive/sdk/util/a0$a;
.end method
.method public abstract a(Ljava/lang/String;Lcom/fyber/inneractive/sdk/util/p0;Lcom/fyber/inneractive/sdk/web/a$b;Z)Lcom/fyber/inneractive/sdk/util/a0$a;
.end method
.method public abstract a(Landroid/view/View;Ljava/lang/String;)V
.end method
.method public abstract a(Ljava/lang/String;Ljava/lang/String;)V
.end method
.method public abstract a(Z)V
.end method
.method public abstract a(ZLcom/fyber/inneractive/sdk/config/enums/Orientation;)V
.end method
.method public abstract e()V
.end method
.method public abstract g()V
.end method
.method public abstract i()V
.end method
.method public abstract j()Lcom/fyber/inneractive/sdk/ignite/l;
.end method
.method public abstract l()V
.end method
.method public abstract o()V
.end method
.method public abstract onCompleted()V
.end method
.method public abstract onPlayerError()V
.end method
.method public abstract onProgress(II)V
.end method
.method public abstract p()V
.end method
.method public abstract q()V
.end method