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

  public void surfaceChanged(android.view.SurfaceHolder, int, int, int);
    descriptor: (Landroid/view/SurfaceHolder;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=5
        start local 0 // android.widget.VideoView$7 this
        start local 1 // android.view.SurfaceHolder holder
        start local 2 // int format
        start local 3 // int w
        start local 4 // int h
         0: .line 663
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            iload 3 /* w */
            putfield android.widget.VideoView.mSurfaceWidth:I
         1: .line 664
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            iload 4 /* h */
            putfield android.widget.VideoView.mSurfaceHeight:I
         2: .line 665
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mTargetState:I
            iconst_3
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 5 /* isValidState */
        start local 5 // boolean isValidState
         5: .line 666
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mVideoWidth:I
            iload 3 /* w */
            if_icmpne 6
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mVideoHeight:I
            iload 4 /* h */
            if_icmpne 6
            iconst_1
            goto 7
      StackMap locals: int
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 6 /* hasValidSize */
        start local 6 // boolean hasValidSize
         8: .line 667
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mMediaPlayer:Landroid/media/MediaPlayer;
            ifnull 12
            iload 5 /* isValidState */
            ifeq 12
            iload 6 /* hasValidSize */
            ifeq 12
         9: .line 668
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mSeekWhenPrepared:I
            ifeq 11
        10: .line 669
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mSeekWhenPrepared:I
            invokevirtual android.widget.VideoView.seekTo:(I)V
        11: .line 671
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            invokevirtual android.widget.VideoView.start:()V
        12: .line 673
      StackMap locals:
      StackMap stack:
            return
        end local 6 // boolean hasValidSize
        end local 5 // boolean isValidState
        end local 4 // int h
        end local 3 // int w
        end local 2 // int format
        end local 1 // android.view.SurfaceHolder holder
        end local 0 // android.widget.VideoView$7 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Landroid/widget/VideoView$7;
            0   13     1        holder  Landroid/view/SurfaceHolder;
            0   13     2        format  I
            0   13     3             w  I
            0   13     4             h  I
            5   13     5  isValidState  Z
            8   13     6  hasValidSize  Z
    MethodParameters:
        Name  Flags
      holder  
      format  
      w       
      h       

  public void surfaceCreated(android.view.SurfaceHolder);
    descriptor: (Landroid/view/SurfaceHolder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.VideoView$7 this
        start local 1 // android.view.SurfaceHolder holder
         0: .line 677
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            aload 1 /* holder */
            putfield android.widget.VideoView.mSurfaceHolder:Landroid/view/SurfaceHolder;
         1: .line 678
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            invokevirtual android.widget.VideoView.openVideo:()V
         2: .line 679
            return
        end local 1 // android.view.SurfaceHolder holder
        end local 0 // android.widget.VideoView$7 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/widget/VideoView$7;
            0    3     1  holder  Landroid/view/SurfaceHolder;
    MethodParameters:
        Name  Flags
      holder  

  public void surfaceDestroyed(android.view.SurfaceHolder);
    descriptor: (Landroid/view/SurfaceHolder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.VideoView$7 this
        start local 1 // android.view.SurfaceHolder holder
         0: .line 684
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            aconst_null
            putfield android.widget.VideoView.mSurfaceHolder:Landroid/view/SurfaceHolder;
         1: .line 685
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mMediaController:Landroid/widget/MediaController;
            ifnull 2
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            getfield android.widget.VideoView.mMediaController:Landroid/widget/MediaController;
            invokevirtual android.widget.MediaController.hide:()V
         2: .line 686
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.VideoView$7.this$0:Landroid/widget/VideoView;
            iconst_1
            invokevirtual android.widget.VideoView.release:(Z)V
         3: .line 687
            return
        end local 1 // android.view.SurfaceHolder holder
        end local 0 // android.widget.VideoView$7 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/widget/VideoView$7;
            0    4     1  holder  Landroid/view/SurfaceHolder;
    MethodParameters:
        Name  Flags
      holder  
}
SourceFile: "VideoView.java"
EnclosingMethod: android.widget.VideoView
NestHost: android.widget.VideoView
InnerClasses:
  public abstract Callback = android.view.SurfaceHolder$Callback of android.view.SurfaceHolder
  android.widget.VideoView$7