public final class android.renderscript.ScriptIntrinsicResize extends android.renderscript.ScriptIntrinsic
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.renderscript.ScriptIntrinsicResize
  super_class: android.renderscript.ScriptIntrinsic
{
  private android.renderscript.Allocation mInput;
    descriptor: Landroid/renderscript/Allocation;
    flags: (0x0002) ACC_PRIVATE

  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.ScriptIntrinsicResize this
        start local 1 // long id
        start local 3 // android.renderscript.RenderScript rs
         0: .line 26
            aload 0 /* this */
            lload 1 /* id */
            aload 3 /* rs */
            invokespecial android.renderscript.ScriptIntrinsic.<init>:(JLandroid/renderscript/RenderScript;)V
         1: .line 27
            return
        end local 3 // android.renderscript.RenderScript rs
        end local 1 // long id
        end local 0 // android.renderscript.ScriptIntrinsicResize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicResize;
            0    2     1    id  J
            0    2     3    rs  Landroid/renderscript/RenderScript;
    MethodParameters:
      Name  Flags
      id    
      rs    

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

  public void setInput(android.renderscript.Allocation);
    descriptor: (Landroid/renderscript/Allocation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.ScriptIntrinsicResize this
        start local 1 // android.renderscript.Allocation ain
         0: .line 53
            aload 1 /* ain */
            invokevirtual android.renderscript.Allocation.getElement:()Landroid/renderscript/Element;
            astore 2 /* e */
        start local 2 // android.renderscript.Element e
         1: .line 54
            aload 2 /* e */
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicResize.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 10
         2: .line 55
            aload 2 /* e */
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicResize.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 10
         3: .line 56
            aload 2 /* e */
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicResize.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 10
         4: .line 57
            aload 2 /* e */
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicResize.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 10
         5: .line 58
            aload 2 /* e */
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicResize.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 10
         6: .line 59
            aload 2 /* e */
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicResize.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 10
         7: .line 60
            aload 2 /* e */
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicResize.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 10
         8: .line 61
            aload 2 /* e */
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicResize.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 10
         9: .line 62
            new android.renderscript.RSIllegalArgumentException
            dup
            ldc "Unsupported element type."
            invokespecial android.renderscript.RSIllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 65
      StackMap locals: android.renderscript.Element
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ain */
            putfield android.renderscript.ScriptIntrinsicResize.mInput:Landroid/renderscript/Allocation;
        11: .line 66
            aload 0 /* this */
            iconst_0
            aload 1 /* ain */
            invokevirtual android.renderscript.ScriptIntrinsicResize.setVar:(ILandroid/renderscript/BaseObj;)V
        12: .line 67
            return
        end local 2 // android.renderscript.Element e
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicResize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Landroid/renderscript/ScriptIntrinsicResize;
            0   13     1   ain  Landroid/renderscript/Allocation;
            1   13     2     e  Landroid/renderscript/Element;
    MethodParameters:
      Name  Flags
      ain   

  public android.renderscript.Script$FieldID getFieldID_Input();
    descriptor: ()Landroid/renderscript/Script$FieldID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicResize this
         0: .line 75
            aload 0 /* this */
            iconst_0
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicResize.createFieldID:(ILandroid/renderscript/Element;)Landroid/renderscript/Script$FieldID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicResize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicResize;

  public void forEach_bicubic(android.renderscript.Allocation);
    descriptor: (Landroid/renderscript/Allocation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.ScriptIntrinsicResize this
        start local 1 // android.renderscript.Allocation aout
         0: .line 88
            aload 1 /* aout */
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicResize.mInput:Landroid/renderscript/Allocation;
            if_acmpne 2
         1: .line 89
            new android.renderscript.RSIllegalArgumentException
            dup
            ldc "Output cannot be same as Input."
            invokespecial android.renderscript.RSIllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicResize.forEach_bicubic:(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         3: .line 92
            return
        end local 1 // android.renderscript.Allocation aout
        end local 0 // android.renderscript.ScriptIntrinsicResize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/renderscript/ScriptIntrinsicResize;
            0    4     1  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      aout  

  public void forEach_bicubic(android.renderscript.Allocation, android.renderscript.Script$LaunchOptions);
    descriptor: (Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // android.renderscript.ScriptIntrinsicResize this
        start local 1 // android.renderscript.Allocation aout
        start local 2 // android.renderscript.Script$LaunchOptions opt
         0: .line 104
            aload 0 /* this */
            iconst_0
            aconst_null
            aload 1 /* aout */
            aconst_null
            aload 2 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicResize.forEach:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 105
            return
        end local 2 // android.renderscript.Script$LaunchOptions opt
        end local 1 // android.renderscript.Allocation aout
        end local 0 // android.renderscript.ScriptIntrinsicResize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicResize;
            0    2     1  aout  Landroid/renderscript/Allocation;
            0    2     2   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      aout  
      opt   

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