public class android.renderscript.Type$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.renderscript.Type$Builder
  super_class: java.lang.Object
{
  android.renderscript.RenderScript mRS;
    descriptor: Landroid/renderscript/RenderScript;
    flags: (0x0000) 

  int mDimX;
    descriptor: I
    flags: (0x0000) 

  int mDimY;
    descriptor: I
    flags: (0x0000) 

  int mDimZ;
    descriptor: I
    flags: (0x0000) 

  boolean mDimMipmaps;
    descriptor: Z
    flags: (0x0000) 

  boolean mDimFaces;
    descriptor: Z
    flags: (0x0000) 

  int mYuv;
    descriptor: I
    flags: (0x0000) 

  int[] mArray;
    descriptor: [I
    flags: (0x0000) 

  android.renderscript.Element mElement;
    descriptor: Landroid/renderscript/Element;
    flags: (0x0000) 

  public void <init>(android.renderscript.RenderScript, android.renderscript.Element);
    descriptor: (Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.renderscript.Type$Builder this
        start local 1 // android.renderscript.RenderScript rs
        start local 2 // android.renderscript.Element e
         0: .line 350
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 334
            aload 0 /* this */
            iconst_1
            putfield android.renderscript.Type$Builder.mDimX:I
         2: .line 340
            aload 0 /* this */
            iconst_4
            newarray 10
            putfield android.renderscript.Type$Builder.mArray:[I
         3: .line 351
            aload 2 /* e */
            invokevirtual android.renderscript.Element.checkValid:()V
         4: .line 352
            aload 0 /* this */
            aload 1 /* rs */
            putfield android.renderscript.Type$Builder.mRS:Landroid/renderscript/RenderScript;
         5: .line 353
            aload 0 /* this */
            aload 2 /* e */
            putfield android.renderscript.Type$Builder.mElement:Landroid/renderscript/Element;
         6: .line 354
            return
        end local 2 // android.renderscript.Element e
        end local 1 // android.renderscript.RenderScript rs
        end local 0 // android.renderscript.Type$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/renderscript/Type$Builder;
            0    7     1    rs  Landroid/renderscript/RenderScript;
            0    7     2     e  Landroid/renderscript/Element;
    MethodParameters:
      Name  Flags
      rs    
      e     

  public android.renderscript.Type$Builder setX(int);
    descriptor: (I)Landroid/renderscript/Type$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Type$Builder this
        start local 1 // int value
         0: .line 363
            iload 1 /* value */
            iconst_1
            if_icmpge 2
         1: .line 364
            new android.renderscript.RSIllegalArgumentException
            dup
            ldc "Values of less than 1 for Dimension X are not valid."
            invokespecial android.renderscript.RSIllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* value */
            putfield android.renderscript.Type$Builder.mDimX:I
         3: .line 367
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // android.renderscript.Type$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/renderscript/Type$Builder;
            0    4     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public android.renderscript.Type$Builder setY(int);
    descriptor: (I)Landroid/renderscript/Type$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Type$Builder this
        start local 1 // int value
         0: .line 371
            iload 1 /* value */
            iconst_1
            if_icmpge 2
         1: .line 372
            new android.renderscript.RSIllegalArgumentException
            dup
            ldc "Values of less than 1 for Dimension Y are not valid."
            invokespecial android.renderscript.RSIllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* value */
            putfield android.renderscript.Type$Builder.mDimY:I
         3: .line 375
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // android.renderscript.Type$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/renderscript/Type$Builder;
            0    4     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public android.renderscript.Type$Builder setZ(int);
    descriptor: (I)Landroid/renderscript/Type$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Type$Builder this
        start local 1 // int value
         0: .line 379
            iload 1 /* value */
            iconst_1
            if_icmpge 2
         1: .line 380
            new android.renderscript.RSIllegalArgumentException
            dup
            ldc "Values of less than 1 for Dimension Z are not valid."
            invokespecial android.renderscript.RSIllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 382
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* value */
            putfield android.renderscript.Type$Builder.mDimZ:I
         3: .line 383
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // android.renderscript.Type$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/renderscript/Type$Builder;
            0    4     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public android.renderscript.Type$Builder setArray(int, int);
    descriptor: (II)Landroid/renderscript/Type$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.renderscript.Type$Builder this
        start local 1 // int dim
        start local 2 // int value
         0: .line 396
            iload 1 /* dim */
            iflt 1
            iload 1 /* dim */
            iconst_4
            if_icmplt 2
         1: .line 397
      StackMap locals:
      StackMap stack:
            new android.renderscript.RSIllegalArgumentException
            dup
            ldc "Array dimension out of range."
            invokespecial android.renderscript.RSIllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mArray:[I
            iload 1 /* dim */
            iload 2 /* value */
            iastore
         3: .line 400
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int dim
        end local 0 // android.renderscript.Type$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/renderscript/Type$Builder;
            0    4     1    dim  I
            0    4     2  value  I
    MethodParameters:
       Name  Flags
      dim    
      value  

  public android.renderscript.Type$Builder setMipmaps(boolean);
    descriptor: (Z)Landroid/renderscript/Type$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.renderscript.Type$Builder this
        start local 1 // boolean value
         0: .line 404
            aload 0 /* this */
            iload 1 /* value */
            putfield android.renderscript.Type$Builder.mDimMipmaps:Z
         1: .line 405
            aload 0 /* this */
            areturn
        end local 1 // boolean value
        end local 0 // android.renderscript.Type$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/renderscript/Type$Builder;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public android.renderscript.Type$Builder setFaces(boolean);
    descriptor: (Z)Landroid/renderscript/Type$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.renderscript.Type$Builder this
        start local 1 // boolean value
         0: .line 409
            aload 0 /* this */
            iload 1 /* value */
            putfield android.renderscript.Type$Builder.mDimFaces:Z
         1: .line 410
            aload 0 /* this */
            areturn
        end local 1 // boolean value
        end local 0 // android.renderscript.Type$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/renderscript/Type$Builder;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public android.renderscript.Type$Builder setYuvFormat(int);
    descriptor: (I)Landroid/renderscript/Type$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Type$Builder this
        start local 1 // int yuvFormat
         0: .line 420
            iload 1 /* yuvFormat */
            lookupswitch { // 3
                   17: 1
                   35: 1
            842094169: 1
              default: 2
          }
         1: .line 424
      StackMap locals:
      StackMap stack:
            goto 5
         2: .line 427
      StackMap locals:
      StackMap stack:
            new android.renderscript.RSIllegalArgumentException
            dup
         3: .line 428
            ldc "Only ImageFormat.NV21, .YV12, and .YUV_420_888 are supported.."
         4: .line 427
            invokespecial android.renderscript.RSIllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 431
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* yuvFormat */
            putfield android.renderscript.Type$Builder.mYuv:I
         6: .line 432
            aload 0 /* this */
            areturn
        end local 1 // int yuvFormat
        end local 0 // android.renderscript.Type$Builder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Landroid/renderscript/Type$Builder;
            0    7     1  yuvFormat  I
    MethodParameters:
           Name  Flags
      yuvFormat  

  public android.renderscript.Type create();
    descriptor: ()Landroid/renderscript/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=1
        start local 0 // android.renderscript.Type$Builder this
         0: .line 442
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimZ:I
            ifle 5
         1: .line 443
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimX:I
            iconst_1
            if_icmplt 2
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimY:I
            iconst_1
            if_icmpge 3
         2: .line 444
      StackMap locals:
      StackMap stack:
            new android.renderscript.RSInvalidStateException
            dup
            ldc "Both X and Y dimension required when Z is present."
            invokespecial android.renderscript.RSInvalidStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimFaces:Z
            ifeq 5
         4: .line 447
            new android.renderscript.RSInvalidStateException
            dup
            ldc "Cube maps not supported with 3D types."
            invokespecial android.renderscript.RSInvalidStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimY:I
            ifle 8
         6: .line 451
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimX:I
            iconst_1
            if_icmpge 8
         7: .line 452
            new android.renderscript.RSInvalidStateException
            dup
            ldc "X dimension required when Y is present."
            invokespecial android.renderscript.RSInvalidStateException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimFaces:Z
            ifeq 11
         9: .line 456
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimY:I
            iconst_1
            if_icmpge 11
        10: .line 457
            new android.renderscript.RSInvalidStateException
            dup
            ldc "Cube maps require 2D Types."
            invokespecial android.renderscript.RSInvalidStateException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mYuv:I
            ifeq 14
        12: .line 462
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimZ:I
            ifne 13
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimFaces:Z
            ifne 13
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimMipmaps:Z
            ifeq 14
        13: .line 463
      StackMap locals:
      StackMap stack:
            new android.renderscript.RSInvalidStateException
            dup
            ldc "YUV only supports basic 2D."
            invokespecial android.renderscript.RSInvalidStateException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 467
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* arrays */
        start local 1 // int[] arrays
        15: .line 468
            iconst_3
            istore 2 /* ct */
        start local 2 // int ct
        16: goto 22
        17: .line 469
      StackMap locals: int[] int
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mArray:[I
            iload 2 /* ct */
            iaload
            ifeq 19
            aload 1 /* arrays */
            ifnonnull 19
        18: .line 470
            iload 2 /* ct */
            newarray 10
            astore 1 /* arrays */
        19: .line 472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mArray:[I
            iload 2 /* ct */
            iaload
            ifne 21
            aload 1 /* arrays */
            ifnull 21
        20: .line 473
            new android.renderscript.RSInvalidStateException
            dup
            ldc "Array dimensions must be contigous from 0."
            invokespecial android.renderscript.RSInvalidStateException.<init>:(Ljava/lang/String;)V
            athrow
        21: .line 468
      StackMap locals:
      StackMap stack:
            iinc 2 /* ct */ -1
      StackMap locals:
      StackMap stack:
        22: iload 2 /* ct */
            ifge 17
        end local 2 // int ct
        23: .line 477
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mRS:Landroid/renderscript/RenderScript;
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mElement:Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mRS:Landroid/renderscript/RenderScript;
            invokevirtual android.renderscript.Element.getID:(Landroid/renderscript/RenderScript;)J
        24: .line 478
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimX:I
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimY:I
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimZ:I
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimMipmaps:Z
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimFaces:Z
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mYuv:I
        25: .line 477
            invokevirtual android.renderscript.RenderScript.nTypeCreate:(JIIIZZI)J
            lstore 2 /* id */
        start local 2 // long id
        26: .line 479
            new android.renderscript.Type
            dup
            lload 2 /* id */
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mRS:Landroid/renderscript/RenderScript;
            invokespecial android.renderscript.Type.<init>:(JLandroid/renderscript/RenderScript;)V
            astore 4 /* t */
        start local 4 // android.renderscript.Type t
        27: .line 480
            aload 4 /* t */
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mElement:Landroid/renderscript/Element;
            putfield android.renderscript.Type.mElement:Landroid/renderscript/Element;
        28: .line 481
            aload 4 /* t */
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimX:I
            putfield android.renderscript.Type.mDimX:I
        29: .line 482
            aload 4 /* t */
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimY:I
            putfield android.renderscript.Type.mDimY:I
        30: .line 483
            aload 4 /* t */
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimZ:I
            putfield android.renderscript.Type.mDimZ:I
        31: .line 484
            aload 4 /* t */
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimMipmaps:Z
            putfield android.renderscript.Type.mDimMipmaps:Z
        32: .line 485
            aload 4 /* t */
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mDimFaces:Z
            putfield android.renderscript.Type.mDimFaces:Z
        33: .line 486
            aload 4 /* t */
            aload 0 /* this */
            getfield android.renderscript.Type$Builder.mYuv:I
            putfield android.renderscript.Type.mDimYuv:I
        34: .line 487
            aload 4 /* t */
            aload 1 /* arrays */
            putfield android.renderscript.Type.mArrays:[I
        35: .line 489
            aload 4 /* t */
            invokevirtual android.renderscript.Type.calcElementCount:()V
        36: .line 490
            aload 4 /* t */
            areturn
        end local 4 // android.renderscript.Type t
        end local 2 // long id
        end local 1 // int[] arrays
        end local 0 // android.renderscript.Type$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   37     0    this  Landroid/renderscript/Type$Builder;
           15   37     1  arrays  [I
           16   23     2      ct  I
           26   37     2      id  J
           27   37     4       t  Landroid/renderscript/Type;
}
SourceFile: "Type.java"
NestHost: android.renderscript.Type
InnerClasses:
  public Builder = android.renderscript.Type$Builder of android.renderscript.Type