public class android.gesture.GestureStroke
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.gesture.GestureStroke
  super_class: java.lang.Object
{
  static final float TOUCH_TOLERANCE;
    descriptor: F
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3.0

  public final android.graphics.RectF boundingBox;
    descriptor: Landroid/graphics/RectF;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final float length;
    descriptor: F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final float[] points;
    descriptor: [F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  private final long[] timestamps;
    descriptor: [J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private android.graphics.Path mCachedPath;
    descriptor: Landroid/graphics/Path;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.util.ArrayList<android.gesture.GesturePoint>);
    descriptor: (Ljava/util/ArrayList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=10, args_size=2
        start local 0 // android.gesture.GestureStroke this
        start local 1 // java.util.ArrayList points
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 1 /* points */
            invokevirtual java.util.ArrayList.size:()I
            istore 2 /* count */
        start local 2 // int count
         2: .line 51
            iload 2 /* count */
            iconst_2
            imul
            newarray 6
            astore 3 /* tmpPoints */
        start local 3 // float[] tmpPoints
         3: .line 52
            iload 2 /* count */
            newarray 11
            astore 4 /* times */
        start local 4 // long[] times
         4: .line 54
            aconst_null
            astore 5 /* bx */
        start local 5 // android.graphics.RectF bx
         5: .line 55
            fconst_0
            fstore 6 /* len */
        start local 6 // float len
         6: .line 56
            iconst_0
            istore 7 /* index */
        start local 7 // int index
         7: .line 58
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         8: goto 25
         9: .line 59
      StackMap locals: android.gesture.GestureStroke java.util.ArrayList int float[] long[] android.graphics.RectF float int int
      StackMap stack:
            aload 1 /* points */
            iload 8 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.gesture.GesturePoint
            astore 9 /* p */
        start local 9 // android.gesture.GesturePoint p
        10: .line 60
            aload 3 /* tmpPoints */
            iload 8 /* i */
            iconst_2
            imul
            aload 9 /* p */
            getfield android.gesture.GesturePoint.x:F
            fastore
        11: .line 61
            aload 3 /* tmpPoints */
            iload 8 /* i */
            iconst_2
            imul
            iconst_1
            iadd
            aload 9 /* p */
            getfield android.gesture.GesturePoint.y:F
            fastore
        12: .line 62
            aload 4 /* times */
            iload 7 /* index */
            aload 9 /* p */
            getfield android.gesture.GesturePoint.timestamp:J
            lastore
        13: .line 64
            aload 5 /* bx */
            ifnonnull 21
        14: .line 65
            new android.graphics.RectF
            dup
            invokespecial android.graphics.RectF.<init>:()V
            astore 5 /* bx */
        15: .line 66
            aload 5 /* bx */
            aload 9 /* p */
            getfield android.gesture.GesturePoint.y:F
            putfield android.graphics.RectF.top:F
        16: .line 67
            aload 5 /* bx */
            aload 9 /* p */
            getfield android.gesture.GesturePoint.x:F
            putfield android.graphics.RectF.left:F
        17: .line 68
            aload 5 /* bx */
            aload 9 /* p */
            getfield android.gesture.GesturePoint.x:F
            putfield android.graphics.RectF.right:F
        18: .line 69
            aload 5 /* bx */
            aload 9 /* p */
            getfield android.gesture.GesturePoint.y:F
            putfield android.graphics.RectF.bottom:F
        19: .line 70
            fconst_0
            fstore 6 /* len */
        20: .line 71
            goto 23
        21: .line 72
      StackMap locals: android.gesture.GesturePoint
      StackMap stack:
            fload 6 /* len */
            f2d
            aload 9 /* p */
            getfield android.gesture.GesturePoint.x:F
            aload 3 /* tmpPoints */
            iload 8 /* i */
            iconst_1
            isub
            iconst_2
            imul
            faload
            fsub
            f2d
            aload 9 /* p */
            getfield android.gesture.GesturePoint.y:F
            aload 3 /* tmpPoints */
            iload 8 /* i */
            iconst_1
            isub
            iconst_2
            imul
            iconst_1
            iadd
            faload
            fsub
            f2d
            invokestatic java.lang.Math.hypot:(DD)D
            dadd
            d2f
            fstore 6 /* len */
        22: .line 73
            aload 5 /* bx */
            aload 9 /* p */
            getfield android.gesture.GesturePoint.x:F
            aload 9 /* p */
            getfield android.gesture.GesturePoint.y:F
            invokevirtual android.graphics.RectF.union:(FF)V
        23: .line 75
      StackMap locals:
      StackMap stack:
            iinc 7 /* index */ 1
        end local 9 // android.gesture.GesturePoint p
        24: .line 58
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 8 /* i */
            iload 2 /* count */
            if_icmplt 9
        end local 8 // int i
        26: .line 78
            aload 0 /* this */
            aload 4 /* times */
            putfield android.gesture.GestureStroke.timestamps:[J
        27: .line 79
            aload 0 /* this */
            aload 3 /* tmpPoints */
            putfield android.gesture.GestureStroke.points:[F
        28: .line 80
            aload 0 /* this */
            aload 5 /* bx */
            putfield android.gesture.GestureStroke.boundingBox:Landroid/graphics/RectF;
        29: .line 81
            aload 0 /* this */
            fload 6 /* len */
            putfield android.gesture.GestureStroke.length:F
        30: .line 82
            return
        end local 7 // int index
        end local 6 // float len
        end local 5 // android.graphics.RectF bx
        end local 4 // long[] times
        end local 3 // float[] tmpPoints
        end local 2 // int count
        end local 1 // java.util.ArrayList points
        end local 0 // android.gesture.GestureStroke this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   31     0       this  Landroid/gesture/GestureStroke;
            0   31     1     points  Ljava/util/ArrayList<Landroid/gesture/GesturePoint;>;
            2   31     2      count  I
            3   31     3  tmpPoints  [F
            4   31     4      times  [J
            5   31     5         bx  Landroid/graphics/RectF;
            6   31     6        len  F
            7   31     7      index  I
            8   26     8          i  I
           10   24     9          p  Landroid/gesture/GesturePoint;
    Signature: (Ljava/util/ArrayList<Landroid/gesture/GesturePoint;>;)V
    MethodParameters:
        Name  Flags
      points  

  private void <init>(android.graphics.RectF, float, float[], long[]);
    descriptor: (Landroid/graphics/RectF;F[F[J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // android.gesture.GestureStroke this
        start local 1 // android.graphics.RectF bbx
        start local 2 // float len
        start local 3 // float[] pts
        start local 4 // long[] times
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 88
            aload 0 /* this */
            new android.graphics.RectF
            dup
            aload 1 /* bbx */
            getfield android.graphics.RectF.left:F
            aload 1 /* bbx */
            getfield android.graphics.RectF.top:F
            aload 1 /* bbx */
            getfield android.graphics.RectF.right:F
            aload 1 /* bbx */
            getfield android.graphics.RectF.bottom:F
            invokespecial android.graphics.RectF.<init>:(FFFF)V
            putfield android.gesture.GestureStroke.boundingBox:Landroid/graphics/RectF;
         2: .line 89
            aload 0 /* this */
            fload 2 /* len */
            putfield android.gesture.GestureStroke.length:F
         3: .line 90
            aload 0 /* this */
            aload 3 /* pts */
            invokevirtual float[].clone:()Ljava/lang/Object;
            checkcast float[]
            putfield android.gesture.GestureStroke.points:[F
         4: .line 91
            aload 0 /* this */
            aload 4 /* times */
            invokevirtual long[].clone:()Ljava/lang/Object;
            checkcast long[]
            putfield android.gesture.GestureStroke.timestamps:[J
         5: .line 92
            return
        end local 4 // long[] times
        end local 3 // float[] pts
        end local 2 // float len
        end local 1 // android.graphics.RectF bbx
        end local 0 // android.gesture.GestureStroke this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Landroid/gesture/GestureStroke;
            0    6     1    bbx  Landroid/graphics/RectF;
            0    6     2    len  F
            0    6     3    pts  [F
            0    6     4  times  [J
    MethodParameters:
       Name  Flags
      bbx    
      len    
      pts    
      times  

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // android.gesture.GestureStroke this
         0: .line 96
            new android.gesture.GestureStroke
            dup
            aload 0 /* this */
            getfield android.gesture.GestureStroke.boundingBox:Landroid/graphics/RectF;
            aload 0 /* this */
            getfield android.gesture.GestureStroke.length:F
            aload 0 /* this */
            getfield android.gesture.GestureStroke.points:[F
            aload 0 /* this */
            getfield android.gesture.GestureStroke.timestamps:[J
            invokespecial android.gesture.GestureStroke.<init>:(Landroid/graphics/RectF;F[F[J)V
            areturn
        end local 0 // android.gesture.GestureStroke this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/gesture/GestureStroke;

  void draw(android.graphics.Canvas, android.graphics.Paint);
    descriptor: (Landroid/graphics/Canvas;Landroid/graphics/Paint;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.gesture.GestureStroke this
        start local 1 // android.graphics.Canvas canvas
        start local 2 // android.graphics.Paint paint
         0: .line 105
            aload 0 /* this */
            getfield android.gesture.GestureStroke.mCachedPath:Landroid/graphics/Path;
            ifnonnull 2
         1: .line 106
            aload 0 /* this */
            invokevirtual android.gesture.GestureStroke.makePath:()V
         2: .line 109
      StackMap locals:
      StackMap stack:
            aload 1 /* canvas */
            aload 0 /* this */
            getfield android.gesture.GestureStroke.mCachedPath:Landroid/graphics/Path;
            aload 2 /* paint */
            invokevirtual android.graphics.Canvas.drawPath:(Landroid/graphics/Path;Landroid/graphics/Paint;)V
         3: .line 110
            return
        end local 2 // android.graphics.Paint paint
        end local 1 // android.graphics.Canvas canvas
        end local 0 // android.gesture.GestureStroke this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/gesture/GestureStroke;
            0    4     1  canvas  Landroid/graphics/Canvas;
            0    4     2   paint  Landroid/graphics/Paint;
    MethodParameters:
        Name  Flags
      canvas  
      paint   

  public android.graphics.Path getPath();
    descriptor: ()Landroid/graphics/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.gesture.GestureStroke this
         0: .line 113
            aload 0 /* this */
            getfield android.gesture.GestureStroke.mCachedPath:Landroid/graphics/Path;
            ifnonnull 2
         1: .line 114
            aload 0 /* this */
            invokevirtual android.gesture.GestureStroke.makePath:()V
         2: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.gesture.GestureStroke.mCachedPath:Landroid/graphics/Path;
            areturn
        end local 0 // android.gesture.GestureStroke this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/gesture/GestureStroke;

  private void makePath();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=11, args_size=1
        start local 0 // android.gesture.GestureStroke this
         0: .line 121
            aload 0 /* this */
            getfield android.gesture.GestureStroke.points:[F
            astore 1 /* localPoints */
        start local 1 // float[] localPoints
         1: .line 122
            aload 1 /* localPoints */
            arraylength
            istore 2 /* count */
        start local 2 // int count
         2: .line 124
            aconst_null
            astore 3 /* path */
        start local 3 // android.graphics.Path path
         3: .line 126
            fconst_0
            fstore 4 /* mX */
        start local 4 // float mX
         4: .line 127
            fconst_0
            fstore 5 /* mY */
        start local 5 // float mY
         5: .line 129
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 22
         7: .line 130
      StackMap locals: android.gesture.GestureStroke float[] int android.graphics.Path float float int
      StackMap stack:
            aload 1 /* localPoints */
            iload 6 /* i */
            faload
            fstore 7 /* x */
        start local 7 // float x
         8: .line 131
            aload 1 /* localPoints */
            iload 6 /* i */
            iconst_1
            iadd
            faload
            fstore 8 /* y */
        start local 8 // float y
         9: .line 132
            aload 3 /* path */
            ifnonnull 15
        10: .line 133
            new android.graphics.Path
            dup
            invokespecial android.graphics.Path.<init>:()V
            astore 3 /* path */
        11: .line 134
            aload 3 /* path */
            fload 7 /* x */
            fload 8 /* y */
            invokevirtual android.graphics.Path.moveTo:(FF)V
        12: .line 135
            fload 7 /* x */
            fstore 4 /* mX */
        13: .line 136
            fload 8 /* y */
            fstore 5 /* mY */
        14: .line 137
            goto 21
        15: .line 138
      StackMap locals: float float
      StackMap stack:
            fload 7 /* x */
            fload 4 /* mX */
            fsub
            invokestatic java.lang.Math.abs:(F)F
            fstore 9 /* dx */
        start local 9 // float dx
        16: .line 139
            fload 8 /* y */
            fload 5 /* mY */
            fsub
            invokestatic java.lang.Math.abs:(F)F
            fstore 10 /* dy */
        start local 10 // float dy
        17: .line 140
            fload 9 /* dx */
            ldc 3.0
            fcmpl
            ifge 18
            fload 10 /* dy */
            ldc 3.0
            fcmpl
            iflt 21
        18: .line 141
      StackMap locals: float float
      StackMap stack:
            aload 3 /* path */
            fload 4 /* mX */
            fload 5 /* mY */
            fload 7 /* x */
            fload 4 /* mX */
            fadd
            fconst_2
            fdiv
            fload 8 /* y */
            fload 5 /* mY */
            fadd
            fconst_2
            fdiv
            invokevirtual android.graphics.Path.quadTo:(FFFF)V
        19: .line 142
            fload 7 /* x */
            fstore 4 /* mX */
        20: .line 143
            fload 8 /* y */
            fstore 5 /* mY */
        end local 10 // float dy
        end local 9 // float dx
        end local 8 // float y
        end local 7 // float x
        21: .line 129
      StackMap locals: android.gesture.GestureStroke float[] int android.graphics.Path float float int
      StackMap stack:
            iinc 6 /* i */ 2
      StackMap locals:
      StackMap stack:
        22: iload 6 /* i */
            iload 2 /* count */
            if_icmplt 7
        end local 6 // int i
        23: .line 148
            aload 0 /* this */
            aload 3 /* path */
            putfield android.gesture.GestureStroke.mCachedPath:Landroid/graphics/Path;
        24: .line 149
            return
        end local 5 // float mY
        end local 4 // float mX
        end local 3 // android.graphics.Path path
        end local 2 // int count
        end local 1 // float[] localPoints
        end local 0 // android.gesture.GestureStroke this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   25     0         this  Landroid/gesture/GestureStroke;
            1   25     1  localPoints  [F
            2   25     2        count  I
            3   25     3         path  Landroid/graphics/Path;
            4   25     4           mX  F
            5   25     5           mY  F
            6   23     6            i  I
            8   21     7            x  F
            9   21     8            y  F
           16   21     9           dx  F
           17   21    10           dy  F

  public android.graphics.Path toPath(float, float, int);
    descriptor: (FFI)Landroid/graphics/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=18, args_size=4
        start local 0 // android.gesture.GestureStroke this
        start local 1 // float width
        start local 2 // float height
        start local 3 // int numSample
         0: .line 161
            aload 0 /* this */
            iload 3 /* numSample */
            invokestatic android.gesture.GestureUtils.temporalSampling:(Landroid/gesture/GestureStroke;I)[F
            astore 4 /* pts */
        start local 4 // float[] pts
         1: .line 162
            aload 0 /* this */
            getfield android.gesture.GestureStroke.boundingBox:Landroid/graphics/RectF;
            astore 5 /* rect */
        start local 5 // android.graphics.RectF rect
         2: .line 164
            aload 4 /* pts */
            aload 5 /* rect */
            getfield android.graphics.RectF.left:F
            fneg
            aload 5 /* rect */
            getfield android.graphics.RectF.top:F
            fneg
            invokestatic android.gesture.GestureUtils.translate:([FFF)[F
            pop
         3: .line 166
            fload 1 /* width */
            aload 5 /* rect */
            invokevirtual android.graphics.RectF.width:()F
            fdiv
            fstore 6 /* sx */
        start local 6 // float sx
         4: .line 167
            fload 2 /* height */
            aload 5 /* rect */
            invokevirtual android.graphics.RectF.height:()F
            fdiv
            fstore 7 /* sy */
        start local 7 // float sy
         5: .line 168
            fload 6 /* sx */
            fload 7 /* sy */
            fcmpl
            ifle 6
            fload 7 /* sy */
            goto 7
      StackMap locals: android.gesture.GestureStroke float float int float[] android.graphics.RectF float float
      StackMap stack:
         6: fload 6 /* sx */
      StackMap locals:
      StackMap stack: float
         7: fstore 8 /* scale */
        start local 8 // float scale
         8: .line 169
            aload 4 /* pts */
            fload 8 /* scale */
            fload 8 /* scale */
            invokestatic android.gesture.GestureUtils.scale:([FFF)[F
            pop
         9: .line 171
            fconst_0
            fstore 9 /* mX */
        start local 9 // float mX
        10: .line 172
            fconst_0
            fstore 10 /* mY */
        start local 10 // float mY
        11: .line 174
            aconst_null
            astore 11 /* path */
        start local 11 // android.graphics.Path path
        12: .line 176
            aload 4 /* pts */
            arraylength
            istore 12 /* count */
        start local 12 // int count
        13: .line 178
            iconst_0
            istore 13 /* i */
        start local 13 // int i
        14: goto 30
        15: .line 179
      StackMap locals: android.gesture.GestureStroke float float int float[] android.graphics.RectF float float float float float android.graphics.Path int int
      StackMap stack:
            aload 4 /* pts */
            iload 13 /* i */
            faload
            fstore 14 /* x */
        start local 14 // float x
        16: .line 180
            aload 4 /* pts */
            iload 13 /* i */
            iconst_1
            iadd
            faload
            fstore 15 /* y */
        start local 15 // float y
        17: .line 181
            aload 11 /* path */
            ifnonnull 23
        18: .line 182
            new android.graphics.Path
            dup
            invokespecial android.graphics.Path.<init>:()V
            astore 11 /* path */
        19: .line 183
            aload 11 /* path */
            fload 14 /* x */
            fload 15 /* y */
            invokevirtual android.graphics.Path.moveTo:(FF)V
        20: .line 184
            fload 14 /* x */
            fstore 9 /* mX */
        21: .line 185
            fload 15 /* y */
            fstore 10 /* mY */
        22: .line 186
            goto 29
        23: .line 187
      StackMap locals: float float
      StackMap stack:
            fload 14 /* x */
            fload 9 /* mX */
            fsub
            invokestatic java.lang.Math.abs:(F)F
            fstore 16 /* dx */
        start local 16 // float dx
        24: .line 188
            fload 15 /* y */
            fload 10 /* mY */
            fsub
            invokestatic java.lang.Math.abs:(F)F
            fstore 17 /* dy */
        start local 17 // float dy
        25: .line 189
            fload 16 /* dx */
            ldc 3.0
            fcmpl
            ifge 26
            fload 17 /* dy */
            ldc 3.0
            fcmpl
            iflt 29
        26: .line 190
      StackMap locals: float float
      StackMap stack:
            aload 11 /* path */
            fload 9 /* mX */
            fload 10 /* mY */
            fload 14 /* x */
            fload 9 /* mX */
            fadd
            fconst_2
            fdiv
            fload 15 /* y */
            fload 10 /* mY */
            fadd
            fconst_2
            fdiv
            invokevirtual android.graphics.Path.quadTo:(FFFF)V
        27: .line 191
            fload 14 /* x */
            fstore 9 /* mX */
        28: .line 192
            fload 15 /* y */
            fstore 10 /* mY */
        end local 17 // float dy
        end local 16 // float dx
        end local 15 // float y
        end local 14 // float x
        29: .line 178
      StackMap locals: android.gesture.GestureStroke float float int float[] android.graphics.RectF float float float float float android.graphics.Path int int
      StackMap stack:
            iinc 13 /* i */ 2
      StackMap locals:
      StackMap stack:
        30: iload 13 /* i */
            iload 12 /* count */
            if_icmplt 15
        end local 13 // int i
        31: .line 197
            aload 11 /* path */
            areturn
        end local 12 // int count
        end local 11 // android.graphics.Path path
        end local 10 // float mY
        end local 9 // float mX
        end local 8 // float scale
        end local 7 // float sy
        end local 6 // float sx
        end local 5 // android.graphics.RectF rect
        end local 4 // float[] pts
        end local 3 // int numSample
        end local 2 // float height
        end local 1 // float width
        end local 0 // android.gesture.GestureStroke this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   32     0       this  Landroid/gesture/GestureStroke;
            0   32     1      width  F
            0   32     2     height  F
            0   32     3  numSample  I
            1   32     4        pts  [F
            2   32     5       rect  Landroid/graphics/RectF;
            4   32     6         sx  F
            5   32     7         sy  F
            8   32     8      scale  F
           10   32     9         mX  F
           11   32    10         mY  F
           12   32    11       path  Landroid/graphics/Path;
           13   32    12      count  I
           14   31    13          i  I
           16   29    14          x  F
           17   29    15          y  F
           24   29    16         dx  F
           25   29    17         dy  F
    MethodParameters:
           Name  Flags
      width      
      height     
      numSample  

  void serialize(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // android.gesture.GestureStroke this
        start local 1 // java.io.DataOutputStream out
         0: .line 201
            aload 0 /* this */
            getfield android.gesture.GestureStroke.points:[F
            astore 2 /* pts */
        start local 2 // float[] pts
         1: .line 202
            aload 0 /* this */
            getfield android.gesture.GestureStroke.timestamps:[J
            astore 3 /* times */
        start local 3 // long[] times
         2: .line 203
            aload 0 /* this */
            getfield android.gesture.GestureStroke.points:[F
            arraylength
            istore 4 /* count */
        start local 4 // int count
         3: .line 206
            aload 1 /* out */
            iload 4 /* count */
            iconst_2
            idiv
            invokevirtual java.io.DataOutputStream.writeInt:(I)V
         4: .line 208
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 10
         6: .line 210
      StackMap locals: android.gesture.GestureStroke java.io.DataOutputStream float[] long[] int int
      StackMap stack:
            aload 1 /* out */
            aload 2 /* pts */
            iload 5 /* i */
            faload
            invokevirtual java.io.DataOutputStream.writeFloat:(F)V
         7: .line 212
            aload 1 /* out */
            aload 2 /* pts */
            iload 5 /* i */
            iconst_1
            iadd
            faload
            invokevirtual java.io.DataOutputStream.writeFloat:(F)V
         8: .line 214
            aload 1 /* out */
            aload 3 /* times */
            iload 5 /* i */
            iconst_2
            idiv
            laload
            invokevirtual java.io.DataOutputStream.writeLong:(J)V
         9: .line 208
            iinc 5 /* i */ 2
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            iload 4 /* count */
            if_icmplt 6
        end local 5 // int i
        11: .line 216
            return
        end local 4 // int count
        end local 3 // long[] times
        end local 2 // float[] pts
        end local 1 // java.io.DataOutputStream out
        end local 0 // android.gesture.GestureStroke this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Landroid/gesture/GestureStroke;
            0   12     1    out  Ljava/io/DataOutputStream;
            1   12     2    pts  [F
            2   12     3  times  [J
            3   12     4  count  I
            5   11     5      i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  static android.gesture.GestureStroke deserialize(java.io.DataInputStream);
    descriptor: (Ljava/io/DataInputStream;)Landroid/gesture/GestureStroke;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.io.DataInputStream in
         0: .line 220
            aload 0 /* in */
            invokevirtual java.io.DataInputStream.readInt:()I
            istore 1 /* count */
        start local 1 // int count
         1: .line 222
            new java.util.ArrayList
            dup
            iload 1 /* count */
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* points */
        start local 2 // java.util.ArrayList points
         2: .line 223
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 224
      StackMap locals: int java.util.ArrayList int
      StackMap stack:
            aload 2 /* points */
            aload 0 /* in */
            invokestatic android.gesture.GesturePoint.deserialize:(Ljava/io/DataInputStream;)Landroid/gesture/GesturePoint;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         5: .line 223
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 1 /* count */
            if_icmplt 4
        end local 3 // int i
         7: .line 227
            new android.gesture.GestureStroke
            dup
            aload 2 /* points */
            invokespecial android.gesture.GestureStroke.<init>:(Ljava/util/ArrayList;)V
            areturn
        end local 2 // java.util.ArrayList points
        end local 1 // int count
        end local 0 // java.io.DataInputStream in
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0      in  Ljava/io/DataInputStream;
            1    8     1   count  I
            2    8     2  points  Ljava/util/ArrayList<Landroid/gesture/GesturePoint;>;
            3    7     3       i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    

  public void clearPath();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.gesture.GestureStroke this
         0: .line 234
            aload 0 /* this */
            getfield android.gesture.GestureStroke.mCachedPath:Landroid/graphics/Path;
            ifnull 1
            aload 0 /* this */
            getfield android.gesture.GestureStroke.mCachedPath:Landroid/graphics/Path;
            invokevirtual android.graphics.Path.rewind:()V
         1: .line 235
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.gesture.GestureStroke this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/gesture/GestureStroke;

  public android.gesture.OrientedBoundingBox computeOrientedBoundingBox();
    descriptor: ()Landroid/gesture/OrientedBoundingBox;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.gesture.GestureStroke this
         0: .line 243
            aload 0 /* this */
            getfield android.gesture.GestureStroke.points:[F
            invokestatic android.gesture.GestureUtils.computeOrientedBoundingBox:([F)Landroid/gesture/OrientedBoundingBox;
            areturn
        end local 0 // android.gesture.GestureStroke this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/gesture/GestureStroke;
}
SourceFile: "GestureStroke.java"