public class android.graphics.PathMeasure
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.graphics.PathMeasure
  super_class: java.lang.Object
{
  private android.graphics.Path mPath;
    descriptor: Landroid/graphics/Path;
    flags: (0x0002) ACC_PRIVATE

  public static final int POSITION_MATRIX_FLAG;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int TANGENT_MATRIX_FLAG;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private long native_instance;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.graphics.PathMeasure this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            aconst_null
            putfield android.graphics.PathMeasure.mPath:Landroid/graphics/Path;
         2: .line 33
            aload 0 /* this */
            lconst_0
            iconst_0
            invokestatic android.graphics.PathMeasure.native_create:(JZ)J
            putfield android.graphics.PathMeasure.native_instance:J
         3: .line 34
            return
        end local 0 // android.graphics.PathMeasure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/graphics/PathMeasure;

  public void <init>(android.graphics.Path, boolean);
    descriptor: (Landroid/graphics/Path;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.graphics.PathMeasure this
        start local 1 // android.graphics.Path path
        start local 2 // boolean forceClosed
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 1 /* path */
            putfield android.graphics.PathMeasure.mPath:Landroid/graphics/Path;
         2: .line 53
            aload 0 /* this */
            aload 1 /* path */
            ifnull 3
            aload 1 /* path */
            invokevirtual android.graphics.Path.readOnlyNI:()J
            goto 4
      StackMap locals: android.graphics.PathMeasure android.graphics.Path int
      StackMap stack: android.graphics.PathMeasure
         3: lconst_0
         4: .line 54
      StackMap locals: android.graphics.PathMeasure android.graphics.Path int
      StackMap stack: android.graphics.PathMeasure long
            iload 2 /* forceClosed */
         5: .line 53
            invokestatic android.graphics.PathMeasure.native_create:(JZ)J
            putfield android.graphics.PathMeasure.native_instance:J
         6: .line 55
            return
        end local 2 // boolean forceClosed
        end local 1 // android.graphics.Path path
        end local 0 // android.graphics.PathMeasure this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Landroid/graphics/PathMeasure;
            0    7     1         path  Landroid/graphics/Path;
            0    7     2  forceClosed  Z
    MethodParameters:
             Name  Flags
      path         
      forceClosed  

  public void setPath(android.graphics.Path, boolean);
    descriptor: (Landroid/graphics/Path;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // android.graphics.PathMeasure this
        start local 1 // android.graphics.Path path
        start local 2 // boolean forceClosed
         0: .line 61
            aload 0 /* this */
            aload 1 /* path */
            putfield android.graphics.PathMeasure.mPath:Landroid/graphics/Path;
         1: .line 62
            aload 0 /* this */
            getfield android.graphics.PathMeasure.native_instance:J
         2: .line 63
            aload 1 /* path */
            ifnull 3
            aload 1 /* path */
            invokevirtual android.graphics.Path.readOnlyNI:()J
            goto 4
      StackMap locals:
      StackMap stack: long
         3: lconst_0
         4: .line 64
      StackMap locals: android.graphics.PathMeasure android.graphics.Path int
      StackMap stack: long long
            iload 2 /* forceClosed */
         5: .line 62
            invokestatic android.graphics.PathMeasure.native_setPath:(JJZ)V
         6: .line 65
            return
        end local 2 // boolean forceClosed
        end local 1 // android.graphics.Path path
        end local 0 // android.graphics.PathMeasure this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Landroid/graphics/PathMeasure;
            0    7     1         path  Landroid/graphics/Path;
            0    7     2  forceClosed  Z
    MethodParameters:
             Name  Flags
      path         
      forceClosed  

  public float getLength();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.PathMeasure this
         0: .line 72
            aload 0 /* this */
            getfield android.graphics.PathMeasure.native_instance:J
            invokestatic android.graphics.PathMeasure.native_getLength:(J)F
            freturn
        end local 0 // android.graphics.PathMeasure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/PathMeasure;

  public boolean getPosTan(float, float[], float[]);
    descriptor: (F[F[F)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // android.graphics.PathMeasure this
        start local 1 // float distance
        start local 2 // float[] pos
        start local 3 // float[] tan
         0: .line 87
            aload 2 /* pos */
            ifnull 1
            aload 2 /* pos */
            arraylength
            iconst_2
            if_icmplt 2
         1: .line 88
      StackMap locals:
      StackMap stack:
            aload 3 /* tan */
            ifnull 3
            aload 3 /* tan */
            arraylength
            iconst_2
            if_icmpge 3
         2: .line 89
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.PathMeasure.native_instance:J
            fload 1 /* distance */
            aload 2 /* pos */
            aload 3 /* tan */
            invokestatic android.graphics.PathMeasure.native_getPosTan:(JF[F[F)Z
            ireturn
        end local 3 // float[] tan
        end local 2 // float[] pos
        end local 1 // float distance
        end local 0 // android.graphics.PathMeasure this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Landroid/graphics/PathMeasure;
            0    4     1  distance  F
            0    4     2       pos  [F
            0    4     3       tan  [F
    MethodParameters:
          Name  Flags
      distance  
      pos       
      tan       

  public boolean getMatrix(float, android.graphics.Matrix, int);
    descriptor: (FLandroid/graphics/Matrix;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // android.graphics.PathMeasure this
        start local 1 // float distance
        start local 2 // android.graphics.Matrix matrix
        start local 3 // int flags
         0: .line 108
            aload 0 /* this */
            getfield android.graphics.PathMeasure.native_instance:J
            fload 1 /* distance */
            aload 2 /* matrix */
            getfield android.graphics.Matrix.native_instance:J
            iload 3 /* flags */
            invokestatic android.graphics.PathMeasure.native_getMatrix:(JFJI)Z
            ireturn
        end local 3 // int flags
        end local 2 // android.graphics.Matrix matrix
        end local 1 // float distance
        end local 0 // android.graphics.PathMeasure this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/graphics/PathMeasure;
            0    1     1  distance  F
            0    1     2    matrix  Landroid/graphics/Matrix;
            0    1     3     flags  I
    MethodParameters:
          Name  Flags
      distance  
      matrix    
      flags     

  public boolean getSegment(float, float, android.graphics.Path, boolean);
    descriptor: (FFLandroid/graphics/Path;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // android.graphics.PathMeasure this
        start local 1 // float startD
        start local 2 // float stopD
        start local 3 // android.graphics.Path dst
        start local 4 // boolean startWithMoveTo
         0: .line 126
            aload 0 /* this */
            invokevirtual android.graphics.PathMeasure.getLength:()F
            fstore 5 /* length */
        start local 5 // float length
         1: .line 127
            fload 1 /* startD */
            fconst_0
            fcmpg
            ifge 3
         2: .line 128
            fconst_0
            fstore 1 /* startD */
         3: .line 130
      StackMap locals: float
      StackMap stack:
            fload 2 /* stopD */
            fload 5 /* length */
            fcmpl
            ifle 5
         4: .line 131
            fload 5 /* length */
            fstore 2 /* stopD */
         5: .line 133
      StackMap locals:
      StackMap stack:
            fload 1 /* startD */
            fload 2 /* stopD */
            fcmpl
            iflt 7
         6: .line 134
            iconst_0
            ireturn
         7: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.PathMeasure.native_instance:J
            fload 1 /* startD */
            fload 2 /* stopD */
            aload 3 /* dst */
            invokevirtual android.graphics.Path.mutateNI:()J
            iload 4 /* startWithMoveTo */
            invokestatic android.graphics.PathMeasure.native_getSegment:(JFFJZ)Z
            ireturn
        end local 5 // float length
        end local 4 // boolean startWithMoveTo
        end local 3 // android.graphics.Path dst
        end local 2 // float stopD
        end local 1 // float startD
        end local 0 // android.graphics.PathMeasure this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Landroid/graphics/PathMeasure;
            0    8     1           startD  F
            0    8     2            stopD  F
            0    8     3              dst  Landroid/graphics/Path;
            0    8     4  startWithMoveTo  Z
            1    8     5           length  F
    MethodParameters:
                 Name  Flags
      startD           
      stopD            
      dst              
      startWithMoveTo  

  public boolean isClosed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.PathMeasure this
         0: .line 144
            aload 0 /* this */
            getfield android.graphics.PathMeasure.native_instance:J
            invokestatic android.graphics.PathMeasure.native_isClosed:(J)Z
            ireturn
        end local 0 // android.graphics.PathMeasure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/PathMeasure;

  public boolean nextContour();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.PathMeasure this
         0: .line 152
            aload 0 /* this */
            getfield android.graphics.PathMeasure.native_instance:J
            invokestatic android.graphics.PathMeasure.native_nextContour:(J)Z
            ireturn
        end local 0 // android.graphics.PathMeasure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/PathMeasure;

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.graphics.PathMeasure this
         0: .line 156
            aload 0 /* this */
            getfield android.graphics.PathMeasure.native_instance:J
            invokestatic android.graphics.PathMeasure.native_destroy:(J)V
         1: .line 157
            aload 0 /* this */
            lconst_0
            putfield android.graphics.PathMeasure.native_instance:J
         2: .line 158
            return
        end local 0 // android.graphics.PathMeasure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/graphics/PathMeasure;
    Exceptions:
      throws java.lang.Throwable

  private static native long native_create(long, boolean);
    descriptor: (JZ)J
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
             Name  Flags
      native_path  
      forceClosed  

  private static native void native_setPath(long, long, boolean);
    descriptor: (JJZ)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
                 Name  Flags
      native_instance  
      native_path      
      forceClosed      

  private static native float native_getLength(long);
    descriptor: (J)F
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
                 Name  Flags
      native_instance  

  private static native boolean native_getPosTan(long, float, float[], float[]);
    descriptor: (JF[F[F)Z
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
                 Name  Flags
      native_instance  
      distance         
      pos              
      tan              

  private static native boolean native_getMatrix(long, float, long, int);
    descriptor: (JFJI)Z
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
                 Name  Flags
      native_instance  
      distance         
      native_matrix    
      flags            

  private static native boolean native_getSegment(long, float, float, long, boolean);
    descriptor: (JFFJZ)Z
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
                 Name  Flags
      native_instance  
      startD           
      stopD            
      native_path      
      startWithMoveTo  

  private static native boolean native_isClosed(long);
    descriptor: (J)Z
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
                 Name  Flags
      native_instance  

  private static native boolean native_nextContour(long);
    descriptor: (J)Z
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
                 Name  Flags
      native_instance  

  private static native void native_destroy(long);
    descriptor: (J)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
                 Name  Flags
      native_instance  
}
SourceFile: "PathMeasure.java"