class android.opengl.GLSurfaceView$SimpleEGLConfigChooser extends android.opengl.GLSurfaceView$ComponentSizeChooser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.opengl.GLSurfaceView$SimpleEGLConfigChooser
  super_class: android.opengl.GLSurfaceView$ComponentSizeChooser
{
  final android.opengl.GLSurfaceView this$0;
    descriptor: Landroid/opengl/GLSurfaceView;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(android.opengl.GLSurfaceView, boolean);
    descriptor: (Landroid/opengl/GLSurfaceView;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // android.opengl.GLSurfaceView$SimpleEGLConfigChooser this
        start local 2 // boolean withDepthBuffer
         0: .line 1005
            aload 0 /* this */
            aload 1
            putfield android.opengl.GLSurfaceView$SimpleEGLConfigChooser.this$0:Landroid/opengl/GLSurfaceView;
         1: .line 1006
            aload 0 /* this */
            aload 1
            bipush 8
            bipush 8
            bipush 8
            iconst_0
            iload 2 /* withDepthBuffer */
            ifeq 2
            bipush 16
            goto 3
      StackMap locals: uninitialized-this android.opengl.GLSurfaceView int
      StackMap stack: uninitialized-this android.opengl.GLSurfaceView int int int int
         2: iconst_0
      StackMap locals: uninitialized-this android.opengl.GLSurfaceView int
      StackMap stack: uninitialized-this android.opengl.GLSurfaceView int int int int int
         3: iconst_0
            invokespecial android.opengl.GLSurfaceView$ComponentSizeChooser.<init>:(Landroid/opengl/GLSurfaceView;IIIIII)V
         4: .line 1007
            return
        end local 2 // boolean withDepthBuffer
        end local 0 // android.opengl.GLSurfaceView$SimpleEGLConfigChooser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Landroid/opengl/GLSurfaceView$SimpleEGLConfigChooser;
            0    5     2  withDepthBuffer  Z
    MethodParameters:
                 Name  Flags
      this$0           final
      withDepthBuffer  
}
SourceFile: "GLSurfaceView.java"
NestHost: android.opengl.GLSurfaceView
InnerClasses:
  private ComponentSizeChooser = android.opengl.GLSurfaceView$ComponentSizeChooser of android.opengl.GLSurfaceView
  private SimpleEGLConfigChooser = android.opengl.GLSurfaceView$SimpleEGLConfigChooser of android.opengl.GLSurfaceView