public class android.renderscript.ScriptIntrinsicBlend extends android.renderscript.ScriptIntrinsic
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.renderscript.ScriptIntrinsicBlend
  super_class: android.renderscript.ScriptIntrinsic
{
  void <init>(long, android.renderscript.RenderScript);
    descriptor: (JLandroid/renderscript/RenderScript;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
        start local 1 // long id
        start local 3 // android.renderscript.RenderScript rs
         0: .line 25
            aload 0 /* this */
            lload 1 /* id */
            aload 3 /* rs */
            invokespecial android.renderscript.ScriptIntrinsic.<init>:(JLandroid/renderscript/RenderScript;)V
         1: .line 26
            return
        end local 3 // android.renderscript.RenderScript rs
        end local 1 // long id
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1    id  J
            0    2     3    rs  Landroid/renderscript/RenderScript;
    MethodParameters:
      Name  Flags
      id    
      rs    

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

  private void blend(int, android.renderscript.Allocation, android.renderscript.Allocation, android.renderscript.Script$LaunchOptions);
    descriptor: (ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
        start local 1 // int id
        start local 2 // android.renderscript.Allocation ain
        start local 3 // android.renderscript.Allocation aout
        start local 4 // android.renderscript.Script$LaunchOptions opt
         0: .line 44
            aload 2 /* ain */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicBlend.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 2
         1: .line 45
            new android.renderscript.RSIllegalArgumentException
            dup
            ldc "Input is not of expected format."
            invokespecial android.renderscript.RSIllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 47
      StackMap locals:
      StackMap stack:
            aload 3 /* aout */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicBlend.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 4
         3: .line 48
            new android.renderscript.RSIllegalArgumentException
            dup
            ldc "Output is not of expected format."
            invokespecial android.renderscript.RSIllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* id */
            aload 2 /* ain */
            aload 3 /* aout */
            aconst_null
            aload 4 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicBlend.forEach:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;Landroid/renderscript/Script$LaunchOptions;)V
         5: .line 51
            return
        end local 4 // android.renderscript.Script$LaunchOptions opt
        end local 3 // android.renderscript.Allocation aout
        end local 2 // android.renderscript.Allocation ain
        end local 1 // int id
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    6     1    id  I
            0    6     2   ain  Landroid/renderscript/Allocation;
            0    6     3  aout  Landroid/renderscript/Allocation;
            0    6     4   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      id    
      ain   
      aout  
      opt   

  public void forEachClear(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.ScriptIntrinsicBlend this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 60
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.forEachClear:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 61
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEachClear(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=5, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicBlend 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 71
            aload 0 /* this */
            iconst_0
            aload 1 /* ain */
            aload 2 /* aout */
            aload 3 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicBlend.blend:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 72
            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.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
            0    2     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelIDClear();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
         0: .line 80
            aload 0 /* this */
            iconst_0
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;

  public void forEachSrc(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.ScriptIntrinsicBlend this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 91
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.forEachSrc:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 92
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEachSrc(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=5, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicBlend 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 102
            aload 0 /* this */
            iconst_1
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.blend:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 103
            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.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
            0    2     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelIDSrc();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
         0: .line 111
            aload 0 /* this */
            iconst_1
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;

  public void forEachDst(android.renderscript.Allocation, android.renderscript.Allocation);
    descriptor: (Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 124
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    1     1   ain  Landroid/renderscript/Allocation;
            0    1     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEachDst(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=0, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicBlend 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 137
            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.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    1     1   ain  Landroid/renderscript/Allocation;
            0    1     2  aout  Landroid/renderscript/Allocation;
            0    1     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelIDDst();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
         0: .line 145
            aload 0 /* this */
            iconst_2
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;

  public void forEachSrcOver(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.ScriptIntrinsicBlend this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 155
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.forEachSrcOver:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 156
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEachSrcOver(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=5, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicBlend 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 166
            aload 0 /* this */
            iconst_3
            aload 1 /* ain */
            aload 2 /* aout */
            aload 3 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicBlend.blend:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 167
            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.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
            0    2     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelIDSrcOver();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
         0: .line 175
            aload 0 /* this */
            iconst_3
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;

  public void forEachDstOver(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.ScriptIntrinsicBlend this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 185
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.forEachDstOver:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 186
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEachDstOver(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=5, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicBlend 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 196
            aload 0 /* this */
            iconst_4
            aload 1 /* ain */
            aload 2 /* aout */
            aload 3 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicBlend.blend:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 197
            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.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
            0    2     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelIDDstOver();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
         0: .line 205
            aload 0 /* this */
            iconst_4
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;

  public void forEachSrcIn(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.ScriptIntrinsicBlend this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 215
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.forEachSrcIn:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 216
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEachSrcIn(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=5, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicBlend 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 226
            aload 0 /* this */
            iconst_5
            aload 1 /* ain */
            aload 2 /* aout */
            aload 3 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicBlend.blend:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 227
            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.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
            0    2     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelIDSrcIn();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
         0: .line 235
            aload 0 /* this */
            iconst_5
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;

  public void forEachDstIn(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.ScriptIntrinsicBlend this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 245
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.forEachDstIn:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 246
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEachDstIn(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=5, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicBlend 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 256
            aload 0 /* this */
            bipush 6
            aload 1 /* ain */
            aload 2 /* aout */
            aload 3 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicBlend.blend:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 257
            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.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
            0    2     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelIDDstIn();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
         0: .line 265
            aload 0 /* this */
            bipush 6
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;

  public void forEachSrcOut(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.ScriptIntrinsicBlend this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 275
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.forEachSrcOut:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 276
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEachSrcOut(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=5, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicBlend 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 286
            aload 0 /* this */
            bipush 7
            aload 1 /* ain */
            aload 2 /* aout */
            aload 3 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicBlend.blend:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 287
            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.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
            0    2     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelIDSrcOut();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
         0: .line 295
            aload 0 /* this */
            bipush 7
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;

  public void forEachDstOut(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.ScriptIntrinsicBlend this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 305
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.forEachDstOut:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 306
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEachDstOut(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=5, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicBlend 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 316
            aload 0 /* this */
            bipush 8
            aload 1 /* ain */
            aload 2 /* aout */
            aload 3 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicBlend.blend:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 317
            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.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
            0    2     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelIDDstOut();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
         0: .line 325
            aload 0 /* this */
            bipush 8
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;

  public void forEachSrcAtop(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.ScriptIntrinsicBlend this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 336
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.forEachSrcAtop:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 337
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEachSrcAtop(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=5, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicBlend 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 348
            aload 0 /* this */
            bipush 9
            aload 1 /* ain */
            aload 2 /* aout */
            aload 3 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicBlend.blend:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 349
            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.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
            0    2     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelIDSrcAtop();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
         0: .line 357
            aload 0 /* this */
            bipush 9
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;

  public void forEachDstAtop(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.ScriptIntrinsicBlend this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 370
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.forEachDstAtop:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 371
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEachDstAtop(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=5, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicBlend 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 384
            aload 0 /* this */
            bipush 10
            aload 1 /* ain */
            aload 2 /* aout */
            aload 3 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicBlend.blend:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 385
            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.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
            0    2     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelIDDstAtop();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
         0: .line 393
            aload 0 /* this */
            bipush 10
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;

  public void forEachXor(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.ScriptIntrinsicBlend this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 403
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.forEachXor:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 404
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEachXor(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=5, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicBlend 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 416
            aload 0 /* this */
            bipush 11
            aload 1 /* ain */
            aload 2 /* aout */
            aload 3 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicBlend.blend:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 417
            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.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
            0    2     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelIDXor();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
         0: .line 425
            aload 0 /* this */
            bipush 11
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;

  public void forEachMultiply(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.ScriptIntrinsicBlend this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 445
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.forEachMultiply:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 446
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEachMultiply(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=5, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicBlend 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 456
            aload 0 /* this */
            bipush 14
            aload 1 /* ain */
            aload 2 /* aout */
            aload 3 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicBlend.blend:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 457
            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.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
            0    2     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelIDMultiply();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
         0: .line 465
            aload 0 /* this */
            bipush 14
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;

  public void forEachAdd(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.ScriptIntrinsicBlend this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 552
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.forEachAdd:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 553
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEachAdd(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=5, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicBlend 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 563
            aload 0 /* this */
            bipush 34
            aload 1 /* ain */
            aload 2 /* aout */
            aload 3 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicBlend.blend:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 564
            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.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
            0    2     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelIDAdd();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicBlend this
         0: .line 572
            aload 0 /* this */
            bipush 34
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicBlend;

  public void forEachSubtract(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.ScriptIntrinsicBlend this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 582
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicBlend.forEachSubtract:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 583
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEachSubtract(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=5, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicBlend 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 593
            aload 0 /* this */
            bipush 35
            aload 1 /* ain */
            aload 2 /* aout */
            aload 3 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicBlend.blend:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 594
            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.ScriptIntrinsicBlend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicBlend;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
            0    2     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

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