final class com.sun.glass.ui.mac.MacGestureSupport
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.glass.ui.mac.MacGestureSupport
  super_class: java.lang.Object
{
  private static final int GESTURE_ROTATE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  private static final int GESTURE_MAGNIFY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 101

  private static final int GESTURE_SWIPE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 102

  private static final int SCROLL_SRC_WHEEL;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 50

  private static final int SCROLL_SRC_GESTURE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 51

  private static final int SCROLL_SRC_INERTIA;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 52

  private static final double multiplier;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10.0

  private static final boolean isDirect;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final com.sun.glass.ui.GestureSupport gestures;
    descriptor: Lcom/sun/glass/ui/GestureSupport;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final com.sun.glass.ui.TouchInputSupport touches;
    descriptor: Lcom/sun/glass/ui/TouchInputSupport;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 38
            invokestatic com.sun.glass.ui.mac.MacGestureSupport._initIDs:()V
         1: .line 56
            new com.sun.glass.ui.GestureSupport
            dup
            iconst_0
            invokespecial com.sun.glass.ui.GestureSupport.<init>:(Z)V
            putstatic com.sun.glass.ui.mac.MacGestureSupport.gestures:Lcom/sun/glass/ui/GestureSupport;
         2: .line 58
            new com.sun.glass.ui.mac.MacTouchInputSupport
            dup
            getstatic com.sun.glass.ui.mac.MacGestureSupport.gestures:Lcom/sun/glass/ui/GestureSupport;
            invokevirtual com.sun.glass.ui.GestureSupport.createTouchCountListener:()Lcom/sun/glass/ui/TouchInputSupport$TouchCountListener;
            iconst_0
            invokespecial com.sun.glass.ui.mac.MacTouchInputSupport.<init>:(Lcom/sun/glass/ui/TouchInputSupport$TouchCountListener;Z)V
         3: .line 57
            putstatic com.sun.glass.ui.mac.MacGestureSupport.touches:Lcom/sun/glass/ui/TouchInputSupport;
         4: .line 58
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.mac.MacGestureSupport this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.glass.ui.mac.MacGestureSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/mac/MacGestureSupport;

  private static native void _initIDs();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  public static void notifyBeginTouchEvent(com.sun.glass.ui.View, int, int);
    descriptor: (Lcom/sun/glass/ui/View;II)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.glass.ui.View view
        start local 1 // int modifiers
        start local 2 // int touchEventCount
         0: .line 62
            getstatic com.sun.glass.ui.mac.MacGestureSupport.touches:Lcom/sun/glass/ui/TouchInputSupport;
            aload 0 /* view */
            iload 1 /* modifiers */
            iconst_0
            iload 2 /* touchEventCount */
            invokevirtual com.sun.glass.ui.TouchInputSupport.notifyBeginTouchEvent:(Lcom/sun/glass/ui/View;IZI)V
         1: .line 63
            return
        end local 2 // int touchEventCount
        end local 1 // int modifiers
        end local 0 // com.sun.glass.ui.View view
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             view  Lcom/sun/glass/ui/View;
            0    2     1        modifiers  I
            0    2     2  touchEventCount  I
    MethodParameters:
                 Name  Flags
      view             
      modifiers        
      touchEventCount  

  public static void notifyNextTouchEvent(com.sun.glass.ui.View, int, long, float, float);
    descriptor: (Lcom/sun/glass/ui/View;IJFF)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=9, locals=8, args_size=5
        start local 0 // com.sun.glass.ui.View view
        start local 1 // int state
        start local 2 // long id
        start local 4 // float x
        start local 5 // float y
         0: .line 75
            ldc 10000.0
            fload 4 /* x */
            fmul
            f2i
            istore 6 /* intX */
        start local 6 // int intX
         1: .line 76
            sipush 10000
            ldc 10000.0
            fload 5 /* y */
            fmul
            f2i
            isub
            istore 7 /* intY */
        start local 7 // int intY
         2: .line 77
            getstatic com.sun.glass.ui.mac.MacGestureSupport.touches:Lcom/sun/glass/ui/TouchInputSupport;
            aload 0 /* view */
            iload 1 /* state */
            lload 2 /* id */
            iload 6 /* intX */
            iload 7 /* intY */
            iload 6 /* intX */
            iload 7 /* intY */
            invokevirtual com.sun.glass.ui.TouchInputSupport.notifyNextTouchEvent:(Lcom/sun/glass/ui/View;IJIIII)V
         3: .line 78
            return
        end local 7 // int intY
        end local 6 // int intX
        end local 5 // float y
        end local 4 // float x
        end local 2 // long id
        end local 1 // int state
        end local 0 // com.sun.glass.ui.View view
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   view  Lcom/sun/glass/ui/View;
            0    4     1  state  I
            0    4     2     id  J
            0    4     4      x  F
            0    4     5      y  F
            1    4     6   intX  I
            2    4     7   intY  I
    MethodParameters:
       Name  Flags
      view   
      state  
      id     
      x      
      y      

  public static void notifyEndTouchEvent(com.sun.glass.ui.View);
    descriptor: (Lcom/sun/glass/ui/View;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.View view
         0: .line 81
            getstatic com.sun.glass.ui.mac.MacGestureSupport.touches:Lcom/sun/glass/ui/TouchInputSupport;
            aload 0 /* view */
            invokevirtual com.sun.glass.ui.TouchInputSupport.notifyEndTouchEvent:(Lcom/sun/glass/ui/View;)V
         1: .line 82
            return
        end local 0 // com.sun.glass.ui.View view
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  view  Lcom/sun/glass/ui/View;
    MethodParameters:
      Name  Flags
      view  

  public static void rotateGesturePerformed(com.sun.glass.ui.View, int, int, int, int, int, float);
    descriptor: (Lcom/sun/glass/ui/View;IIIIIF)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=11, locals=7, args_size=7
        start local 0 // com.sun.glass.ui.View view
        start local 1 // int modifiers
        start local 2 // int x
        start local 3 // int y
        start local 4 // int xAbs
        start local 5 // int yAbs
        start local 6 // float rotation
         0: .line 87
            getstatic com.sun.glass.ui.mac.MacGestureSupport.gestures:Lcom/sun/glass/ui/GestureSupport;
            aload 0 /* view */
            iload 1 /* modifiers */
            iconst_0
            iconst_0
            iload 2 /* x */
            iload 3 /* y */
         1: .line 88
            iload 4 /* xAbs */
            iload 5 /* yAbs */
            fload 6 /* rotation */
            fneg
            f2d
         2: .line 87
            invokevirtual com.sun.glass.ui.GestureSupport.handleDeltaRotation:(Lcom/sun/glass/ui/View;IZZIIIID)V
         3: .line 89
            return
        end local 6 // float rotation
        end local 5 // int yAbs
        end local 4 // int xAbs
        end local 3 // int y
        end local 2 // int x
        end local 1 // int modifiers
        end local 0 // com.sun.glass.ui.View view
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       view  Lcom/sun/glass/ui/View;
            0    4     1  modifiers  I
            0    4     2          x  I
            0    4     3          y  I
            0    4     4       xAbs  I
            0    4     5       yAbs  I
            0    4     6   rotation  F
    MethodParameters:
           Name  Flags
      view       
      modifiers  
      x          
      y          
      xAbs       
      yAbs       
      rotation   

  public static void scrollGesturePerformed(com.sun.glass.ui.View, int, int, int, int, int, int, float, float);
    descriptor: (Lcom/sun/glass/ui/View;IIIIIIFF)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=18, locals=11, args_size=9
        start local 0 // com.sun.glass.ui.View view
        start local 1 // int modifiers
        start local 2 // int sender
        start local 3 // int x
        start local 4 // int y
        start local 5 // int xAbs
        start local 6 // int yAbs
        start local 7 // float dx
        start local 8 // float dy
         0: .line 95
            getstatic com.sun.glass.ui.mac.MacGestureSupport.touches:Lcom/sun/glass/ui/TouchInputSupport;
            invokevirtual com.sun.glass.ui.TouchInputSupport.getTouchCount:()I
            istore 9 /* touchCount */
        start local 9 // int touchCount
         1: .line 96
            iload 2 /* sender */
            bipush 52
            if_icmpne 2
            iconst_1
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 10 /* isInertia */
        start local 10 // boolean isInertia
         4: .line 97
            iload 2 /* sender */
            tableswitch { // 50 - 52
                   50: 5
                   51: 11
                   52: 5
              default: 16
          }
         5: .line 110
      StackMap locals: int
      StackMap stack:
            aload 0 /* view */
            iload 1 /* modifiers */
            iconst_0
         6: .line 111
            iload 10 /* isInertia */
            iload 9 /* touchCount */
            iload 3 /* x */
            iload 4 /* y */
         7: .line 112
            iload 5 /* xAbs */
            iload 6 /* yAbs */
            fload 7 /* dx */
            f2d
            fload 8 /* dy */
            f2d
            ldc 10.0
         8: .line 113
            ldc 10.0
         9: .line 110
            invokestatic com.sun.glass.ui.GestureSupport.handleScrollingPerformed:(Lcom/sun/glass/ui/View;IZZIIIIIDDDD)V
        10: .line 114
            goto 17
        11: .line 116
      StackMap locals:
      StackMap stack:
            getstatic com.sun.glass.ui.mac.MacGestureSupport.gestures:Lcom/sun/glass/ui/GestureSupport;
            aload 0 /* view */
            iload 1 /* modifiers */
            iconst_0
        12: .line 117
            iload 10 /* isInertia */
            iload 9 /* touchCount */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* xAbs */
        13: .line 118
            iload 6 /* yAbs */
            fload 7 /* dx */
            f2d
            fload 8 /* dy */
            f2d
            ldc 10.0
            ldc 10.0
        14: .line 116
            invokevirtual com.sun.glass.ui.GestureSupport.handleDeltaScrolling:(Lcom/sun/glass/ui/View;IZZIIIIIDDDD)V
        15: .line 119
            goto 17
        16: .line 121
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Unknown scroll gesture sender: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* sender */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        17: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 10 // boolean isInertia
        end local 9 // int touchCount
        end local 8 // float dy
        end local 7 // float dx
        end local 6 // int yAbs
        end local 5 // int xAbs
        end local 4 // int y
        end local 3 // int x
        end local 2 // int sender
        end local 1 // int modifiers
        end local 0 // com.sun.glass.ui.View view
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        view  Lcom/sun/glass/ui/View;
            0   18     1   modifiers  I
            0   18     2      sender  I
            0   18     3           x  I
            0   18     4           y  I
            0   18     5        xAbs  I
            0   18     6        yAbs  I
            0   18     7          dx  F
            0   18     8          dy  F
            1   18     9  touchCount  I
            4   18    10   isInertia  Z
    MethodParameters:
           Name  Flags
      view       
      modifiers  
      sender     
      x          
      y          
      xAbs       
      yAbs       
      dx         
      dy         

  public static void swipeGesturePerformed(com.sun.glass.ui.View, int, int, int, int, int, int);
    descriptor: (Lcom/sun/glass/ui/View;IIIIII)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=7, args_size=7
        start local 0 // com.sun.glass.ui.View view
        start local 1 // int modifiers
        start local 2 // int dir
        start local 3 // int x
        start local 4 // int y
        start local 5 // int xAbs
        start local 6 // int yAbs
         0: .line 131
            aload 0 /* view */
            iload 1 /* modifiers */
            iconst_0
            iconst_0
            getstatic com.sun.glass.ui.mac.MacGestureSupport.touches:Lcom/sun/glass/ui/TouchInputSupport;
         1: .line 132
            invokevirtual com.sun.glass.ui.TouchInputSupport.getTouchCount:()I
            iload 2 /* dir */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* xAbs */
            iload 6 /* yAbs */
         2: .line 131
            invokestatic com.sun.glass.ui.GestureSupport.handleSwipePerformed:(Lcom/sun/glass/ui/View;IZZIIIIII)V
         3: .line 133
            return
        end local 6 // int yAbs
        end local 5 // int xAbs
        end local 4 // int y
        end local 3 // int x
        end local 2 // int dir
        end local 1 // int modifiers
        end local 0 // com.sun.glass.ui.View view
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       view  Lcom/sun/glass/ui/View;
            0    4     1  modifiers  I
            0    4     2        dir  I
            0    4     3          x  I
            0    4     4          y  I
            0    4     5       xAbs  I
            0    4     6       yAbs  I
    MethodParameters:
           Name  Flags
      view       
      modifiers  
      dir        
      x          
      y          
      xAbs       
      yAbs       

  public static void magnifyGesturePerformed(com.sun.glass.ui.View, int, int, int, int, int, float);
    descriptor: (Lcom/sun/glass/ui/View;IIIIIF)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=13, locals=7, args_size=7
        start local 0 // com.sun.glass.ui.View view
        start local 1 // int modifiers
        start local 2 // int x
        start local 3 // int y
        start local 4 // int xAbs
        start local 5 // int yAbs
        start local 6 // float scale
         0: .line 138
            getstatic com.sun.glass.ui.mac.MacGestureSupport.gestures:Lcom/sun/glass/ui/GestureSupport;
            aload 0 /* view */
            iload 1 /* modifiers */
            iconst_0
            iconst_0
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* xAbs */
         1: .line 139
            iload 5 /* yAbs */
            fload 6 /* scale */
            f2d
            ldc NaN
         2: .line 138
            invokevirtual com.sun.glass.ui.GestureSupport.handleDeltaZooming:(Lcom/sun/glass/ui/View;IZZIIIIDD)V
         3: .line 140
            return
        end local 6 // float scale
        end local 5 // int yAbs
        end local 4 // int xAbs
        end local 3 // int y
        end local 2 // int x
        end local 1 // int modifiers
        end local 0 // com.sun.glass.ui.View view
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       view  Lcom/sun/glass/ui/View;
            0    4     1  modifiers  I
            0    4     2          x  I
            0    4     3          y  I
            0    4     4       xAbs  I
            0    4     5       yAbs  I
            0    4     6      scale  F
    MethodParameters:
           Name  Flags
      view       
      modifiers  
      x          
      y          
      xAbs       
      yAbs       
      scale      

  public static void gestureFinished(com.sun.glass.ui.View, int, int, int, int, int);
    descriptor: (Lcom/sun/glass/ui/View;IIIII)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=6, args_size=6
        start local 0 // com.sun.glass.ui.View view
        start local 1 // int modifiers
        start local 2 // int x
        start local 3 // int y
        start local 4 // int xAbs
        start local 5 // int yAbs
         0: .line 144
            getstatic com.sun.glass.ui.mac.MacGestureSupport.gestures:Lcom/sun/glass/ui/GestureSupport;
            invokevirtual com.sun.glass.ui.GestureSupport.isScrolling:()Z
            ifeq 4
         1: .line 145
            getstatic com.sun.glass.ui.mac.MacGestureSupport.gestures:Lcom/sun/glass/ui/GestureSupport;
            aload 0 /* view */
            iload 1 /* modifiers */
            getstatic com.sun.glass.ui.mac.MacGestureSupport.touches:Lcom/sun/glass/ui/TouchInputSupport;
            invokevirtual com.sun.glass.ui.TouchInputSupport.getTouchCount:()I
         2: .line 146
            iconst_0
            iconst_0
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* xAbs */
            iload 5 /* yAbs */
         3: .line 145
            invokevirtual com.sun.glass.ui.GestureSupport.handleScrollingEnd:(Lcom/sun/glass/ui/View;IIZZIIII)V
         4: .line 149
      StackMap locals:
      StackMap stack:
            getstatic com.sun.glass.ui.mac.MacGestureSupport.gestures:Lcom/sun/glass/ui/GestureSupport;
            invokevirtual com.sun.glass.ui.GestureSupport.isRotating:()Z
            ifeq 8
         5: .line 150
            getstatic com.sun.glass.ui.mac.MacGestureSupport.gestures:Lcom/sun/glass/ui/GestureSupport;
            aload 0 /* view */
            iload 1 /* modifiers */
            iconst_0
            iconst_0
            iload 2 /* x */
            iload 3 /* y */
         6: .line 151
            iload 4 /* xAbs */
            iload 5 /* yAbs */
         7: .line 150
            invokevirtual com.sun.glass.ui.GestureSupport.handleRotationEnd:(Lcom/sun/glass/ui/View;IZZIIII)V
         8: .line 154
      StackMap locals:
      StackMap stack:
            getstatic com.sun.glass.ui.mac.MacGestureSupport.gestures:Lcom/sun/glass/ui/GestureSupport;
            invokevirtual com.sun.glass.ui.GestureSupport.isZooming:()Z
            ifeq 12
         9: .line 155
            getstatic com.sun.glass.ui.mac.MacGestureSupport.gestures:Lcom/sun/glass/ui/GestureSupport;
            aload 0 /* view */
            iload 1 /* modifiers */
            iconst_0
            iconst_0
            iload 2 /* x */
            iload 3 /* y */
        10: .line 156
            iload 4 /* xAbs */
            iload 5 /* yAbs */
        11: .line 155
            invokevirtual com.sun.glass.ui.GestureSupport.handleZoomingEnd:(Lcom/sun/glass/ui/View;IZZIIII)V
        12: .line 158
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int yAbs
        end local 4 // int xAbs
        end local 3 // int y
        end local 2 // int x
        end local 1 // int modifiers
        end local 0 // com.sun.glass.ui.View view
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       view  Lcom/sun/glass/ui/View;
            0   13     1  modifiers  I
            0   13     2          x  I
            0   13     3          y  I
            0   13     4       xAbs  I
            0   13     5       yAbs  I
    MethodParameters:
           Name  Flags
      view       
      modifiers  
      x          
      y          
      xAbs       
      yAbs       
}
SourceFile: "MacGestureSupport.java"
InnerClasses:
  public abstract TouchCountListener = com.sun.glass.ui.TouchInputSupport$TouchCountListener of com.sun.glass.ui.TouchInputSupport