MediaPlayerProxy$2.smali
.class Lcom/kwai/video/player/MediaPlayerProxy$2;
.super Ljava/lang/Object;
# interfaces
.implements Lcom/kwai/video/player/IMediaPlayer$OnCompletionListener;
# instance fields
.field final synthetic this$0:Lcom/kwai/video/player/MediaPlayerProxy;
.field final synthetic val$finalListener:Lcom/kwai/video/player/IMediaPlayer$OnCompletionListener;
# direct methods
.method constructor <init>(Lcom/kwai/video/player/MediaPlayerProxy;Lcom/kwai/video/player/IMediaPlayer$OnCompletionListener;)V
.registers 3
iput-object p1, p0, Lcom/kwai/video/player/MediaPlayerProxy$2;->this$0:Lcom/kwai/video/player/MediaPlayerProxy;
iput-object p2, p0, Lcom/kwai/video/player/MediaPlayerProxy$2;->val$finalListener:Lcom/kwai/video/player/IMediaPlayer$OnCompletionListener;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public onCompletion(Lcom/kwai/video/player/IMediaPlayer;)V
.registers 4
iget-object v0, p0, Lcom/kwai/video/player/MediaPlayerProxy$2;->val$finalListener:Lcom/kwai/video/player/IMediaPlayer$OnCompletionListener;
iget-object v1, p0, Lcom/kwai/video/player/MediaPlayerProxy$2;->this$0:Lcom/kwai/video/player/MediaPlayerProxy;
invoke-interface {v0, v1}, Lcom/kwai/video/player/IMediaPlayer$OnCompletionListener;->onCompletion(Lcom/kwai/video/player/IMediaPlayer;)V
return-void
.end method