class android.widget.VideoView$1 implements android.media.MediaPlayer$OnVideoSizeChangedListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.VideoView$1
  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$1 this
         0: .line 454
            aload 0 /* this */
            aload 1
            putfield android.widget.VideoView$1.this$0:Landroid/widget/VideoView;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.widget.VideoView$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/VideoView$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onVideoSizeChanged(android.media.MediaPlayer, int, int);
    descriptor: (Landroid/media/MediaPlayer;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.widget.VideoView$1 this
        start local 1 // android.media.MediaPlayer mp
        start local 2 // int width
        start local 3 // int height
         0: .line 456
            aload 0 /* this */
            getfield android.widget.VideoView$1.this$0:Landroid/widget/VideoView;
            aload 1 /* mp */
            invokevirtual android.media.MediaPlayer.getVideoWidth:()I
            putfield android.widget.VideoView.mVideoWidth:I
         1: .line 457
            aload 0 /* this */
            getfield android.widget.VideoView$1.this$0:Landroid/widget/VideoView;
            aload 1 /* mp */
            invokevirtual android.media.MediaPlayer.getVideoHeight:()I
            putfield android.widget.VideoView.mVideoHeight:I
         2: .line 458
            aload 0 /* this */
            getfield android.widget.VideoView$1.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mVideoWidth:I
            ifeq 5
            aload 0 /* this */
            getfield android.widget.VideoView$1.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mVideoHeight:I
            ifeq 5
         3: .line 459
            aload 0 /* this */
            getfield android.widget.VideoView$1.this$0:Landroid/widget/VideoView;
            invokevirtual android.widget.VideoView.getHolder:()Landroid/view/SurfaceHolder;
            aload 0 /* this */
            getfield android.widget.VideoView$1.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mVideoWidth:I
            aload 0 /* this */
            getfield android.widget.VideoView$1.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mVideoHeight:I
            invokeinterface android.view.SurfaceHolder.setFixedSize:(II)V
         4: .line 460
            aload 0 /* this */
            getfield android.widget.VideoView$1.this$0:Landroid/widget/VideoView;
            invokevirtual android.widget.VideoView.requestLayout:()V
         5: .line 462
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int height
        end local 2 // int width
        end local 1 // android.media.MediaPlayer mp
        end local 0 // android.widget.VideoView$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Landroid/widget/VideoView$1;
            0    6     1      mp  Landroid/media/MediaPlayer;
            0    6     2   width  I
            0    6     3  height  I
    MethodParameters:
        Name  Flags
      mp      
      width   
      height  
}
SourceFile: "VideoView.java"
EnclosingMethod: android.widget.VideoView
NestHost: android.widget.VideoView
InnerClasses:
  public abstract OnVideoSizeChangedListener = android.media.MediaPlayer$OnVideoSizeChangedListener of android.media.MediaPlayer
  android.widget.VideoView$1