class android.widget.VideoView$3 implements android.media.MediaPlayer$OnCompletionListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.VideoView$3
  super_class: java.lang.Object
{
  final android.widget.VideoView this$0;
    descriptor: Landroid/widget/VideoView;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.widget.VideoView);
    descriptor: (Landroid/widget/VideoView;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.VideoView$3 this
         0: .line 528
            aload 0 /* this */
            aload 1
            putfield android.widget.VideoView$3.this$0:Landroid/widget/VideoView;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.widget.VideoView$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/VideoView$3;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onCompletion(android.media.MediaPlayer);
    descriptor: (Landroid/media/MediaPlayer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.VideoView$3 this
        start local 1 // android.media.MediaPlayer mp
         0: .line 530
            aload 0 /* this */
            getfield android.widget.VideoView$3.this$0:Landroid/widget/VideoView;
            iconst_5
            putfield android.widget.VideoView.mCurrentState:I
         1: .line 531
            aload 0 /* this */
            getfield android.widget.VideoView$3.this$0:Landroid/widget/VideoView;
            iconst_5
            putfield android.widget.VideoView.mTargetState:I
         2: .line 532
            aload 0 /* this */
            getfield android.widget.VideoView$3.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mMediaController:Landroid/widget/MediaController;
            ifnull 4
         3: .line 533
            aload 0 /* this */
            getfield android.widget.VideoView$3.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mMediaController:Landroid/widget/MediaController;
            invokevirtual android.widget.MediaController.hide:()V
         4: .line 535
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.VideoView$3.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mOnCompletionListener:Landroid/media/MediaPlayer$OnCompletionListener;
            ifnull 6
         5: .line 536
            aload 0 /* this */
            getfield android.widget.VideoView$3.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mOnCompletionListener:Landroid/media/MediaPlayer$OnCompletionListener;
            aload 0 /* this */
            getfield android.widget.VideoView$3.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mMediaPlayer:Landroid/media/MediaPlayer;
            invokeinterface android.media.MediaPlayer$OnCompletionListener.onCompletion:(Landroid/media/MediaPlayer;)V
         6: .line 538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.VideoView$3.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mAudioFocusType:I
            ifeq 8
         7: .line 539
            aload 0 /* this */
            getfield android.widget.VideoView$3.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mAudioManager:Landroid/media/AudioManager;
            aconst_null
            invokevirtual android.media.AudioManager.abandonAudioFocus:(Landroid/media/AudioManager$OnAudioFocusChangeListener;)I
            pop
         8: .line 541
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.media.MediaPlayer mp
        end local 0 // android.widget.VideoView$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/widget/VideoView$3;
            0    9     1    mp  Landroid/media/MediaPlayer;
    MethodParameters:
      Name  Flags
      mp    
}
SourceFile: "VideoView.java"
EnclosingMethod: android.widget.VideoView
NestHost: android.widget.VideoView
InnerClasses:
  public abstract OnAudioFocusChangeListener = android.media.AudioManager$OnAudioFocusChangeListener of android.media.AudioManager
  public abstract OnCompletionListener = android.media.MediaPlayer$OnCompletionListener of android.media.MediaPlayer
  android.widget.VideoView$3