public final class android.renderscript.ScriptIntrinsicColorMatrix extends android.renderscript.ScriptIntrinsic
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.renderscript.ScriptIntrinsicColorMatrix
  super_class: android.renderscript.ScriptIntrinsic
{
  private final android.renderscript.Matrix4f mMatrix;
    descriptor: Landroid/renderscript/Matrix4f;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.renderscript.Float4 mAdd;
    descriptor: Landroid/renderscript/Float4;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(long, android.renderscript.RenderScript);
    descriptor: (JLandroid/renderscript/RenderScript;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
        start local 1 // long id
        start local 3 // android.renderscript.RenderScript rs
         0: .line 45
            aload 0 /* this */
            lload 1 /* id */
            aload 3 /* rs */
            invokespecial android.renderscript.ScriptIntrinsic.<init>:(JLandroid/renderscript/RenderScript;)V
         1: .line 41
            aload 0 /* this */
            new android.renderscript.Matrix4f
            dup
            invokespecial android.renderscript.Matrix4f.<init>:()V
            putfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
         2: .line 42
            aload 0 /* this */
            new android.renderscript.Float4
            dup
            invokespecial android.renderscript.Float4.<init>:()V
            putfield android.renderscript.ScriptIntrinsicColorMatrix.mAdd:Landroid/renderscript/Float4;
         3: .line 46
            return
        end local 3 // android.renderscript.RenderScript rs
        end local 1 // long id
        end local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/renderscript/ScriptIntrinsicColorMatrix;
            0    4     1    id  J
            0    4     3    rs  Landroid/renderscript/RenderScript;
    MethodParameters:
      Name  Flags
      id    
      rs    

  public static android.renderscript.ScriptIntrinsicColorMatrix create(android.renderscript.RenderScript, android.renderscript.Element);
    descriptor: (Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicColorMatrix;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.renderscript.RenderScript rs
        start local 1 // android.renderscript.Element e
         0: .line 64
            aload 0 /* rs */
            invokestatic android.renderscript.ScriptIntrinsicColorMatrix.create:(Landroid/renderscript/RenderScript;)Landroid/renderscript/ScriptIntrinsicColorMatrix;
            areturn
        end local 1 // android.renderscript.Element e
        end local 0 // android.renderscript.RenderScript rs
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    rs  Landroid/renderscript/RenderScript;
            0    1     1     e  Landroid/renderscript/Element;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      rs    
      e     

  public static android.renderscript.ScriptIntrinsicColorMatrix create(android.renderscript.RenderScript);
    descriptor: (Landroid/renderscript/RenderScript;)Landroid/renderscript/ScriptIntrinsicColorMatrix;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // android.renderscript.RenderScript rs
         0: .line 76
            aload 0 /* rs */
            iconst_2
            lconst_0
            invokevirtual android.renderscript.RenderScript.nScriptIntrinsicCreate:(IJ)J
            lstore 1 /* id */
        start local 1 // long id
         1: .line 77
            new android.renderscript.ScriptIntrinsicColorMatrix
            dup
            lload 1 /* id */
            aload 0 /* rs */
            invokespecial android.renderscript.ScriptIntrinsicColorMatrix.<init>:(JLandroid/renderscript/RenderScript;)V
            areturn
        end local 1 // long id
        end local 0 // android.renderscript.RenderScript rs
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    rs  Landroid/renderscript/RenderScript;
            1    2     1    id  J
    MethodParameters:
      Name  Flags
      rs    

  private void setMatrix();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
         0: .line 82
            new android.renderscript.FieldPacker
            dup
            bipush 64
            invokespecial android.renderscript.FieldPacker.<init>:(I)V
            astore 1 /* fp */
        start local 1 // android.renderscript.FieldPacker fp
         1: .line 83
            aload 1 /* fp */
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            invokevirtual android.renderscript.FieldPacker.addMatrix:(Landroid/renderscript/Matrix4f;)V
         2: .line 84
            aload 0 /* this */
            iconst_0
            aload 1 /* fp */
            invokevirtual android.renderscript.ScriptIntrinsicColorMatrix.setVar:(ILandroid/renderscript/FieldPacker;)V
         3: .line 85
            return
        end local 1 // android.renderscript.FieldPacker fp
        end local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/renderscript/ScriptIntrinsicColorMatrix;
            1    4     1    fp  Landroid/renderscript/FieldPacker;

  public void setColorMatrix(android.renderscript.Matrix4f);
    descriptor: (Landroid/renderscript/Matrix4f;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
        start local 1 // android.renderscript.Matrix4f m
         0: .line 94
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            aload 1 /* m */
            invokevirtual android.renderscript.Matrix4f.load:(Landroid/renderscript/Matrix4f;)V
         1: .line 95
            aload 0 /* this */
            invokevirtual android.renderscript.ScriptIntrinsicColorMatrix.setMatrix:()V
         2: .line 96
            return
        end local 1 // android.renderscript.Matrix4f m
        end local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/ScriptIntrinsicColorMatrix;
            0    3     1     m  Landroid/renderscript/Matrix4f;
    MethodParameters:
      Name  Flags
      m     

  public void setColorMatrix(android.renderscript.Matrix3f);
    descriptor: (Landroid/renderscript/Matrix3f;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
        start local 1 // android.renderscript.Matrix3f m
         0: .line 105
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            aload 1 /* m */
            invokevirtual android.renderscript.Matrix4f.load:(Landroid/renderscript/Matrix3f;)V
         1: .line 106
            aload 0 /* this */
            invokevirtual android.renderscript.ScriptIntrinsicColorMatrix.setMatrix:()V
         2: .line 107
            return
        end local 1 // android.renderscript.Matrix3f m
        end local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/ScriptIntrinsicColorMatrix;
            0    3     1     m  Landroid/renderscript/Matrix3f;
    MethodParameters:
      Name  Flags
      m     

  public void setAdd(android.renderscript.Float4);
    descriptor: (Landroid/renderscript/Float4;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
        start local 1 // android.renderscript.Float4 f
         0: .line 116
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mAdd:Landroid/renderscript/Float4;
            aload 1 /* f */
            getfield android.renderscript.Float4.x:F
            putfield android.renderscript.Float4.x:F
         1: .line 117
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mAdd:Landroid/renderscript/Float4;
            aload 1 /* f */
            getfield android.renderscript.Float4.y:F
            putfield android.renderscript.Float4.y:F
         2: .line 118
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mAdd:Landroid/renderscript/Float4;
            aload 1 /* f */
            getfield android.renderscript.Float4.z:F
            putfield android.renderscript.Float4.z:F
         3: .line 119
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mAdd:Landroid/renderscript/Float4;
            aload 1 /* f */
            getfield android.renderscript.Float4.w:F
            putfield android.renderscript.Float4.w:F
         4: .line 121
            new android.renderscript.FieldPacker
            dup
            bipush 16
            invokespecial android.renderscript.FieldPacker.<init>:(I)V
            astore 2 /* fp */
        start local 2 // android.renderscript.FieldPacker fp
         5: .line 122
            aload 2 /* fp */
            aload 1 /* f */
            getfield android.renderscript.Float4.x:F
            invokevirtual android.renderscript.FieldPacker.addF32:(F)V
         6: .line 123
            aload 2 /* fp */
            aload 1 /* f */
            getfield android.renderscript.Float4.y:F
            invokevirtual android.renderscript.FieldPacker.addF32:(F)V
         7: .line 124
            aload 2 /* fp */
            aload 1 /* f */
            getfield android.renderscript.Float4.z:F
            invokevirtual android.renderscript.FieldPacker.addF32:(F)V
         8: .line 125
            aload 2 /* fp */
            aload 1 /* f */
            getfield android.renderscript.Float4.w:F
            invokevirtual android.renderscript.FieldPacker.addF32:(F)V
         9: .line 126
            aload 0 /* this */
            iconst_1
            aload 2 /* fp */
            invokevirtual android.renderscript.ScriptIntrinsicColorMatrix.setVar:(ILandroid/renderscript/FieldPacker;)V
        10: .line 127
            return
        end local 2 // android.renderscript.FieldPacker fp
        end local 1 // android.renderscript.Float4 f
        end local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Landroid/renderscript/ScriptIntrinsicColorMatrix;
            0   11     1     f  Landroid/renderscript/Float4;
            5   11     2    fp  Landroid/renderscript/FieldPacker;
    MethodParameters:
      Name  Flags
      f     

  public void setAdd(float, float, float, float);
    descriptor: (FFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
        start local 1 // float r
        start local 2 // float g
        start local 3 // float b
        start local 4 // float a
         0: .line 139
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mAdd:Landroid/renderscript/Float4;
            fload 1 /* r */
            putfield android.renderscript.Float4.x:F
         1: .line 140
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mAdd:Landroid/renderscript/Float4;
            fload 2 /* g */
            putfield android.renderscript.Float4.y:F
         2: .line 141
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mAdd:Landroid/renderscript/Float4;
            fload 3 /* b */
            putfield android.renderscript.Float4.z:F
         3: .line 142
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mAdd:Landroid/renderscript/Float4;
            fload 4 /* a */
            putfield android.renderscript.Float4.w:F
         4: .line 144
            new android.renderscript.FieldPacker
            dup
            bipush 16
            invokespecial android.renderscript.FieldPacker.<init>:(I)V
            astore 5 /* fp */
        start local 5 // android.renderscript.FieldPacker fp
         5: .line 145
            aload 5 /* fp */
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mAdd:Landroid/renderscript/Float4;
            getfield android.renderscript.Float4.x:F
            invokevirtual android.renderscript.FieldPacker.addF32:(F)V
         6: .line 146
            aload 5 /* fp */
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mAdd:Landroid/renderscript/Float4;
            getfield android.renderscript.Float4.y:F
            invokevirtual android.renderscript.FieldPacker.addF32:(F)V
         7: .line 147
            aload 5 /* fp */
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mAdd:Landroid/renderscript/Float4;
            getfield android.renderscript.Float4.z:F
            invokevirtual android.renderscript.FieldPacker.addF32:(F)V
         8: .line 148
            aload 5 /* fp */
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mAdd:Landroid/renderscript/Float4;
            getfield android.renderscript.Float4.w:F
            invokevirtual android.renderscript.FieldPacker.addF32:(F)V
         9: .line 149
            aload 0 /* this */
            iconst_1
            aload 5 /* fp */
            invokevirtual android.renderscript.ScriptIntrinsicColorMatrix.setVar:(ILandroid/renderscript/FieldPacker;)V
        10: .line 150
            return
        end local 5 // android.renderscript.FieldPacker fp
        end local 4 // float a
        end local 3 // float b
        end local 2 // float g
        end local 1 // float r
        end local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Landroid/renderscript/ScriptIntrinsicColorMatrix;
            0   11     1     r  F
            0   11     2     g  F
            0   11     3     b  F
            0   11     4     a  F
            5   11     5    fp  Landroid/renderscript/FieldPacker;
    MethodParameters:
      Name  Flags
      r     
      g     
      b     
      a     

  public void setGreyscale();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
         0: .line 158
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            invokevirtual android.renderscript.Matrix4f.loadIdentity:()V
         1: .line 159
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_0
            iconst_0
            ldc 0.299
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         2: .line 160
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_1
            iconst_0
            ldc 0.587
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         3: .line 161
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_2
            iconst_0
            ldc 0.114
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         4: .line 162
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_0
            iconst_1
            ldc 0.299
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         5: .line 163
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_1
            iconst_1
            ldc 0.587
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         6: .line 164
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_2
            iconst_1
            ldc 0.114
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         7: .line 165
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_0
            iconst_2
            ldc 0.299
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         8: .line 166
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_1
            iconst_2
            ldc 0.587
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         9: .line 167
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_2
            iconst_2
            ldc 0.114
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
        10: .line 168
            aload 0 /* this */
            invokevirtual android.renderscript.ScriptIntrinsicColorMatrix.setMatrix:()V
        11: .line 169
            return
        end local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Landroid/renderscript/ScriptIntrinsicColorMatrix;

  public void setYUVtoRGB();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
         0: .line 177
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            invokevirtual android.renderscript.Matrix4f.loadIdentity:()V
         1: .line 178
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_0
            iconst_0
            fconst_1
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         2: .line 179
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_1
            iconst_0
            fconst_0
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         3: .line 180
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_2
            iconst_0
            ldc 1.13983
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         4: .line 181
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_0
            iconst_1
            fconst_1
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         5: .line 182
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_1
            iconst_1
            ldc -0.39465
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         6: .line 183
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_2
            iconst_1
            ldc -0.5806
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         7: .line 184
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_0
            iconst_2
            fconst_1
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         8: .line 185
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_1
            iconst_2
            ldc 2.03211
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         9: .line 186
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_2
            iconst_2
            fconst_0
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
        10: .line 187
            aload 0 /* this */
            invokevirtual android.renderscript.ScriptIntrinsicColorMatrix.setMatrix:()V
        11: .line 188
            return
        end local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Landroid/renderscript/ScriptIntrinsicColorMatrix;

  public void setRGBtoYUV();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
         0: .line 196
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            invokevirtual android.renderscript.Matrix4f.loadIdentity:()V
         1: .line 197
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_0
            iconst_0
            ldc 0.299
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         2: .line 198
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_1
            iconst_0
            ldc 0.587
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         3: .line 199
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_2
            iconst_0
            ldc 0.114
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         4: .line 200
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_0
            iconst_1
            ldc -0.14713
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         5: .line 201
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_1
            iconst_1
            ldc -0.28886
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         6: .line 202
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_2
            iconst_1
            ldc 0.436
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         7: .line 203
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_0
            iconst_2
            ldc 0.615
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         8: .line 204
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_1
            iconst_2
            ldc -0.51499
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
         9: .line 205
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mMatrix:Landroid/renderscript/Matrix4f;
            iconst_2
            iconst_2
            ldc -0.10001
            invokevirtual android.renderscript.Matrix4f.set:(IIF)V
        10: .line 206
            aload 0 /* this */
            invokevirtual android.renderscript.ScriptIntrinsicColorMatrix.setMatrix:()V
        11: .line 207
            return
        end local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Landroid/renderscript/ScriptIntrinsicColorMatrix;

  public void forEach(android.renderscript.Allocation, android.renderscript.Allocation);
    descriptor: (Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 225
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicColorMatrix.forEach:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 226
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicColorMatrix;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEach(android.renderscript.Allocation, android.renderscript.Allocation, android.renderscript.Script$LaunchOptions);
    descriptor: (Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
        start local 3 // android.renderscript.Script$LaunchOptions opt
         0: .line 245
            aload 1 /* ain */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.U8:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 9
         1: .line 246
            aload 1 /* ain */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.U8_2:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 9
         2: .line 247
            aload 1 /* ain */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.U8_3:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 9
         3: .line 248
            aload 1 /* ain */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.U8_4:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 9
         4: .line 249
            aload 1 /* ain */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.F32:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 9
         5: .line 250
            aload 1 /* ain */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.F32_2:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 9
         6: .line 251
            aload 1 /* ain */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.F32_3:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 9
         7: .line 252
            aload 1 /* ain */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.F32_4:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 9
         8: .line 254
            new android.renderscript.RSIllegalArgumentException
            dup
            ldc "Unsupported element type."
            invokespecial android.renderscript.RSIllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 257
      StackMap locals:
      StackMap stack:
            aload 2 /* aout */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.U8:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 18
        10: .line 258
            aload 2 /* aout */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.U8_2:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 18
        11: .line 259
            aload 2 /* aout */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.U8_3:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 18
        12: .line 260
            aload 2 /* aout */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.U8_4:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 18
        13: .line 261
            aload 2 /* aout */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.F32:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 18
        14: .line 262
            aload 2 /* aout */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.F32_2:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 18
        15: .line 263
            aload 2 /* aout */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.F32_3:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 18
        16: .line 264
            aload 2 /* aout */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicColorMatrix.mRS:Landroid/renderscript/RenderScript;
            invokestatic android.renderscript.Element.F32_4:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.isCompatible:(Landroid/renderscript/Element;)Z
            ifne 18
        17: .line 266
            new android.renderscript.RSIllegalArgumentException
            dup
            ldc "Unsupported element type."
            invokespecial android.renderscript.RSIllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            aload 3 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicColorMatrix.forEach:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;Landroid/renderscript/Script$LaunchOptions;)V
        19: .line 270
            return
        end local 3 // android.renderscript.Script$LaunchOptions opt
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Landroid/renderscript/ScriptIntrinsicColorMatrix;
            0   20     1   ain  Landroid/renderscript/Allocation;
            0   20     2  aout  Landroid/renderscript/Allocation;
            0   20     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelID();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
         0: .line 278
            aload 0 /* this */
            iconst_0
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicColorMatrix.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicColorMatrix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicColorMatrix;
}
SourceFile: "ScriptIntrinsicColorMatrix.java"
InnerClasses:
  public final KernelID = android.renderscript.Script$KernelID of android.renderscript.Script
  public final LaunchOptions = android.renderscript.Script$LaunchOptions of android.renderscript.Script