class com.sun.javafx.tk.quantum.ScrollGestureRecognizer implements com.sun.javafx.tk.quantum.GestureRecognizer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.tk.quantum.ScrollGestureRecognizer
  super_class: java.lang.Object
{
  private static double SCROLL_THRESHOLD;
    descriptor: D
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static boolean SCROLL_INERTIA_ENABLED;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static double MAX_INITIAL_VELOCITY;
    descriptor: D
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static double SCROLL_INERTIA_MILLIS;
    descriptor: D
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private com.sun.javafx.tk.quantum.ViewScene scene;
    descriptor: Lcom/sun/javafx/tk/quantum/ViewScene;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState state;
    descriptor: Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
    flags: (0x0002) ACC_PRIVATE

  private javafx.animation.Timeline inertiaTimeline;
    descriptor: Ljavafx/animation/Timeline;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty inertiaScrollVelocity;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private double initialInertiaScrollVelocity;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double scrollStartTime;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double lastTouchEventTime;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.Long, com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker> trackers;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/Long;Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$TouchPointTracker;>;

  private int modifiers;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean direct;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int currentTouchCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int lastTouchCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean touchPointsSetChanged;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean touchPointsPressed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private double centerX;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double centerY;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double centerAbsX;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double centerAbsY;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double lastCenterAbsX;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double lastCenterAbsY;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double deltaX;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double deltaY;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double totalDeltaX;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double totalDeltaY;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double factorX;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double factorY;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  double inertiaLastTime;
    descriptor: D
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 48
            ldc 10.0
            putstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer.SCROLL_THRESHOLD:D
         1: .line 49
            iconst_1
            putstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer.SCROLL_INERTIA_ENABLED:Z
         2: .line 50
            ldc 1000.0
            putstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer.MAX_INITIAL_VELOCITY:D
         3: .line 51
            ldc 1500.0
            putstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer.SCROLL_INERTIA_MILLIS:D
         4: .line 53
            invokedynamic run()Ljava/security/PrivilegedAction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  com/sun/javafx/tk/quantum/ScrollGestureRecognizer.lambda$0()Ljava/lang/Void; (6)
                  ()Ljava/lang/Void;
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            pop
         5: .line 64
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.sun.javafx.tk.quantum.ViewScene);
    descriptor: (Lcom/sun/javafx/tk/quantum/ViewScene;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
        start local 1 // com.sun.javafx.tk.quantum.ViewScene scene
         0: .line 95
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 68
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState.IDLE:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
         2: .line 69
            aload 0 /* this */
            new javafx.animation.Timeline
            dup
            invokespecial javafx.animation.Timeline.<init>:()V
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.inertiaTimeline:Ljavafx/animation/Timeline;
         3: .line 70
            aload 0 /* this */
            new javafx.beans.property.SimpleDoubleProperty
            dup
            invokespecial javafx.beans.property.SimpleDoubleProperty.<init>:()V
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.inertiaScrollVelocity:Ljavafx/beans/property/DoubleProperty;
         4: .line 71
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.initialInertiaScrollVelocity:D
         5: .line 72
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.scrollStartTime:D
         6: .line 73
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.lastTouchEventTime:D
         7: .line 75
            aload 0 /* this */
         8: .line 76
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.trackers:Ljava/util/Map;
         9: .line 81
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
        10: .line 93
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.inertiaLastTime:D
        11: .line 96
            aload 0 /* this */
            aload 1 /* scene */
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
        12: .line 97
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.inertiaScrollVelocity:Ljavafx/beans/property/DoubleProperty;
            aload 0 /* this */
            invokedynamic invalidated(Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;)Ljavafx/beans/InvalidationListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/beans/Observable;)V
                  com/sun/javafx/tk/quantum/ScrollGestureRecognizer.lambda$1(Ljavafx/beans/Observable;)V (7)
                  (Ljavafx/beans/Observable;)V
            invokevirtual javafx.beans.property.DoubleProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
        13: .line 111
            return
        end local 1 // com.sun.javafx.tk.quantum.ViewScene scene
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;
            0   14     1  scene  Lcom/sun/javafx/tk/quantum/ViewScene;
    MethodParameters:
       Name  Flags
      scene  final

  public void notifyBeginTouchEvent(long, int, boolean, int);
    descriptor: (JIZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
        start local 1 // long time
        start local 3 // int modifiers
        start local 4 // boolean isDirect
        start local 5 // int touchEventCount
         0: .line 116
            aload 0 /* this */
            iload 3 /* modifiers */
            iload 4 /* isDirect */
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer.params:(IZ)V
         1: .line 117
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.touchPointsSetChanged:Z
         2: .line 118
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.touchPointsPressed:Z
         3: .line 119
            return
        end local 5 // int touchEventCount
        end local 4 // boolean isDirect
        end local 3 // int modifiers
        end local 1 // long time
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;
            0    4     1             time  J
            0    4     3        modifiers  I
            0    4     4         isDirect  Z
            0    4     5  touchEventCount  I
    MethodParameters:
                 Name  Flags
      time             
      modifiers        
      isDirect         
      touchEventCount  

  public void notifyNextTouchEvent(long, int, long, int, int, int, int);
    descriptor: (JIJIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=10, args_size=8
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
        start local 1 // long time
        start local 3 // int type
        start local 4 // long touchId
        start local 6 // int x
        start local 7 // int y
        start local 8 // int xAbs
        start local 9 // int yAbs
         0: .line 124
            iload 3 /* type */
            tableswitch { // 811 - 814
                  811: 1
                  812: 6
                  813: 8
                  814: 5
              default: 11
          }
         1: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.touchPointsSetChanged:Z
         2: .line 127
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.touchPointsPressed:Z
         3: .line 128
            aload 0 /* this */
            lload 4 /* touchId */
            lload 1 /* time */
            iload 6 /* x */
            iload 7 /* y */
            iload 8 /* xAbs */
            iload 9 /* yAbs */
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer.touchPressed:(JJIIII)V
         4: .line 129
            goto 14
         5: .line 131
      StackMap locals:
      StackMap stack:
            goto 14
         6: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 4 /* touchId */
            lload 1 /* time */
            iload 6 /* x */
            iload 7 /* y */
            iload 8 /* xAbs */
            iload 9 /* yAbs */
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer.touchMoved:(JJIIII)V
         7: .line 134
            goto 14
         8: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.touchPointsSetChanged:Z
         9: .line 137
            aload 0 /* this */
            lload 4 /* touchId */
            lload 1 /* time */
            iload 6 /* x */
            iload 7 /* y */
            iload 8 /* xAbs */
            iload 9 /* yAbs */
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer.touchReleased:(JJIIII)V
        10: .line 138
            goto 14
        11: .line 140
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Error in Scroll gesture recognition: unknown touch state: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        12: .line 141
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 140
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 143
      StackMap locals:
      StackMap stack:
            return
        end local 9 // int yAbs
        end local 8 // int xAbs
        end local 7 // int y
        end local 6 // int x
        end local 4 // long touchId
        end local 3 // int type
        end local 1 // long time
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;
            0   15     1     time  J
            0   15     3     type  I
            0   15     4  touchId  J
            0   15     6        x  I
            0   15     7        y  I
            0   15     8     xAbs  I
            0   15     9     yAbs  I
    MethodParameters:
         Name  Flags
      time     
      type     
      touchId  
      x        
      y        
      xAbs     
      yAbs     

  private void calculateCenter();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=11, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
         0: .line 146
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
            ifgt 2
         1: .line 147
            new java.lang.RuntimeException
            dup
            ldc "Error in Scroll gesture recognition: touch count is zero!"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 150
      StackMap locals:
      StackMap stack:
            dconst_0
            dstore 1 /* totalX */
        start local 1 // double totalX
         3: .line 151
            dconst_0
            dstore 3 /* totalY */
        start local 3 // double totalY
         4: .line 152
            dconst_0
            dstore 5 /* totalAbsX */
        start local 5 // double totalAbsX
         5: .line 153
            dconst_0
            dstore 7 /* totalAbsY */
        start local 7 // double totalAbsY
         6: .line 154
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.trackers:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 10
            goto 12
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer double double double double top java.util.Iterator
      StackMap stack:
         7: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker
            astore 9 /* tracker */
        start local 9 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker tracker
         8: .line 155
            dload 1 /* totalX */
            aload 9 /* tracker */
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker.getX:()D
            dadd
            dstore 1 /* totalX */
         9: .line 156
            dload 3 /* totalY */
            aload 9 /* tracker */
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker.getY:()D
            dadd
            dstore 3 /* totalY */
        10: .line 157
            dload 5 /* totalAbsX */
            aload 9 /* tracker */
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker.getAbsX:()D
            dadd
            dstore 5 /* totalAbsX */
        11: .line 158
            dload 7 /* totalAbsY */
            aload 9 /* tracker */
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker.getAbsY:()D
            dadd
            dstore 7 /* totalAbsY */
        end local 9 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker tracker
        12: .line 154
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        13: .line 160
            aload 0 /* this */
            dload 1 /* totalX */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
            i2d
            ddiv
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerX:D
        14: .line 161
            aload 0 /* this */
            dload 3 /* totalY */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
            i2d
            ddiv
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerY:D
        15: .line 162
            aload 0 /* this */
            dload 5 /* totalAbsX */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
            i2d
            ddiv
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsX:D
        16: .line 163
            aload 0 /* this */
            dload 7 /* totalAbsY */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
            i2d
            ddiv
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsY:D
        17: .line 164
            return
        end local 7 // double totalAbsY
        end local 5 // double totalAbsX
        end local 3 // double totalY
        end local 1 // double totalX
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;
            3   18     1     totalX  D
            4   18     3     totalY  D
            5   18     5  totalAbsX  D
            6   18     7  totalAbsY  D
            8   12     9    tracker  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$TouchPointTracker;

  public void notifyEndTouchEvent(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=16, locals=7, args_size=2
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
        start local 1 // long time
         0: .line 168
            aload 0 /* this */
            lload 1 /* time */
            l2d
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.lastTouchEventTime:D
         1: .line 169
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.trackers:Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            if_icmpeq 5
         2: .line 170
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Error in Scroll gesture recognition: touch count is wrong: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 171
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 170
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
            iconst_1
            if_icmpge 32
         6: .line 175
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState.ACTIVE:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            if_acmpne 67
         7: .line 176
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.lastCenterAbsX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.lastCenterAbsY:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.lastTouchCount:I
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer.sendScrollFinishedEvent:(DDI)V
         8: .line 178
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer.SCROLL_INERTIA_ENABLED:Z
            ifeq 30
         9: .line 179
            lload 1 /* time */
            l2d
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.scrollStartTime:D
            dsub
            ldc 1000000.0
            ddiv
            dstore 3 /* timeFromLastScroll */
        start local 3 // double timeFromLastScroll
        10: .line 180
            dload 3 /* timeFromLastScroll */
            ldc 300.0
            dcmpg
            ifge 28
        11: .line 181
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState.INERTIA:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
        12: .line 183
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.inertiaLastTime:D
        13: .line 184
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.initialInertiaScrollVelocity:D
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer.MAX_INITIAL_VELOCITY:D
            dcmpl
            ifle 15
        14: .line 185
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer.MAX_INITIAL_VELOCITY:D
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.initialInertiaScrollVelocity:D
        15: .line 187
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.inertiaTimeline:Ljavafx/animation/Timeline;
            invokevirtual javafx.animation.Timeline.getKeyFrames:()Ljavafx/collections/ObservableList;
            iconst_2
            anewarray javafx.animation.KeyFrame
            dup
            iconst_0
        16: .line 188
            new javafx.animation.KeyFrame
            dup
        17: .line 189
            dconst_0
            invokestatic javafx.util.Duration.millis:(D)Ljavafx/util/Duration;
            iconst_1
            anewarray javafx.animation.KeyValue
            dup
            iconst_0
        18: .line 190
            new javafx.animation.KeyValue
            dup
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.inertiaScrollVelocity:Ljavafx/beans/property/DoubleProperty;
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.initialInertiaScrollVelocity:D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            getstatic javafx.animation.Interpolator.LINEAR:Ljavafx/animation/Interpolator;
            invokespecial javafx.animation.KeyValue.<init>:(Ljavafx/beans/value/WritableValue;Ljava/lang/Object;Ljavafx/animation/Interpolator;)V
        19: .line 188
            aastore
            invokespecial javafx.animation.KeyFrame.<init>:(Ljavafx/util/Duration;[Ljavafx/animation/KeyValue;)V
            aastore
            dup
            iconst_1
        20: .line 191
            new javafx.animation.KeyFrame
            dup
        21: .line 192
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer.SCROLL_INERTIA_MILLIS:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.initialInertiaScrollVelocity:D
            invokestatic java.lang.Math.abs:(D)D
            dmul
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer.MAX_INITIAL_VELOCITY:D
            ddiv
            invokestatic javafx.util.Duration.millis:(D)Ljavafx/util/Duration;
        22: .line 193
            aload 0 /* this */
            invokedynamic handle(Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;)Ljavafx/event/EventHandler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/event/Event;)V
                  com/sun/javafx/tk/quantum/ScrollGestureRecognizer.lambda$2(Ljavafx/event/ActionEvent;)V (7)
                  (Ljavafx/event/ActionEvent;)V
            iconst_1
            anewarray javafx.animation.KeyValue
            dup
            iconst_0
        23: .line 197
            new javafx.animation.KeyValue
            dup
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.inertiaScrollVelocity:Ljavafx/beans/property/DoubleProperty;
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            getstatic javafx.animation.Interpolator.LINEAR:Ljavafx/animation/Interpolator;
            invokespecial javafx.animation.KeyValue.<init>:(Ljavafx/beans/value/WritableValue;Ljava/lang/Object;Ljavafx/animation/Interpolator;)V
        24: .line 191
            aastore
            invokespecial javafx.animation.KeyFrame.<init>:(Ljavafx/util/Duration;Ljavafx/event/EventHandler;[Ljavafx/animation/KeyValue;)V
            aastore
        25: .line 187
            invokeinterface javafx.collections.ObservableList.setAll:([Ljava/lang/Object;)Z
            pop
        26: .line 199
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.inertiaTimeline:Ljavafx/animation/Timeline;
            invokevirtual javafx.animation.Timeline.playFromStart:()V
        27: .line 200
            goto 67
        28: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer.reset:()V
        end local 3 // double timeFromLastScroll
        29: .line 203
            goto 67
        30: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer.reset:()V
        31: .line 207
            goto 67
        32: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer.calculateCenter:()V
        33: .line 211
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.touchPointsPressed:Z
            ifeq 36
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState.INERTIA:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            if_acmpne 36
        34: .line 213
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.inertiaTimeline:Ljavafx/animation/Timeline;
            invokevirtual javafx.animation.Timeline.stop:()V
        35: .line 214
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer.reset:()V
        36: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.touchPointsSetChanged:Z
            ifeq 48
        37: .line 218
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState.IDLE:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            if_acmpne 39
        38: .line 219
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState.TRACKING:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
        39: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState.ACTIVE:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            if_acmpne 44
        40: .line 223
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.lastCenterAbsX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.lastCenterAbsY:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.lastTouchCount:I
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer.sendScrollFinishedEvent:(DDI)V
        41: .line 224
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaX:D
        42: .line 225
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaY:D
        43: .line 227
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsY:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer.sendScrollStartedEvent:(DDI)V
        44: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.lastTouchCount:I
        45: .line 230
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsX:D
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.lastCenterAbsX:D
        46: .line 231
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsY:D
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.lastCenterAbsY:D
        47: .line 232
            goto 67
        48: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.lastCenterAbsX:D
            dsub
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaX:D
        49: .line 235
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsY:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.lastCenterAbsY:D
            dsub
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaY:D
        50: .line 236
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState.TRACKING:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            if_acmpne 54
        51: .line 237
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaX:D
            invokestatic java.lang.Math.abs:(D)D
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer.SCROLL_THRESHOLD:D
            dcmpl
            ifgt 52
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaY:D
            invokestatic java.lang.Math.abs:(D)D
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer.SCROLL_THRESHOLD:D
            dcmpl
            ifle 54
        52: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState.ACTIVE:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
        53: .line 239
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsY:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer.sendScrollStartedEvent:(DDI)V
        54: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState.ACTIVE:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            if_acmpne 67
        55: .line 243
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaX:D
            dadd
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaX:D
        56: .line 244
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaY:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaY:D
            dadd
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaY:D
        57: .line 246
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsY:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer.sendScrollEvent:(ZDDI)V
        58: .line 247
            lload 1 /* time */
            l2d
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.scrollStartTime:D
            dsub
            ldc 1.0E9
            ddiv
            dstore 3 /* timePassed */
        start local 3 // double timePassed
        59: .line 248
            dload 3 /* timePassed */
            ldc 1.0E-4
            dcmpl
            ifle 65
        60: .line 250
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaX:D
            dmul
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaY:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaY:D
            dmul
            dadd
            invokestatic java.lang.Math.sqrt:(D)D
            dstore 5 /* scrollMagnitude */
        start local 5 // double scrollMagnitude
        61: .line 251
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaX:D
            dload 5 /* scrollMagnitude */
            ddiv
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.factorX:D
        62: .line 252
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaY:D
            dload 5 /* scrollMagnitude */
            ddiv
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.factorY:D
        63: .line 253
            aload 0 /* this */
            dload 5 /* scrollMagnitude */
            dload 3 /* timePassed */
            ddiv
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.initialInertiaScrollVelocity:D
        64: .line 255
            aload 0 /* this */
            lload 1 /* time */
            l2d
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.scrollStartTime:D
        end local 5 // double scrollMagnitude
        65: .line 258
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsX:D
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.lastCenterAbsX:D
        66: .line 259
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsY:D
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.lastCenterAbsY:D
        end local 3 // double timePassed
        67: .line 263
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long time
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   68     0                this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;
            0   68     1                time  J
           10   29     3  timeFromLastScroll  D
           59   67     3          timePassed  D
           61   65     5     scrollMagnitude  D
    MethodParameters:
      Name  Flags
      time  

  private void sendScrollStartedEvent(double, double, int);
    descriptor: (DDI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
        start local 1 // double centerX
        start local 3 // double centerY
        start local 5 // int touchCount
         0: .line 266
            aload 0 /* this */
            iload 5 /* touchCount */
            dload 1 /* centerX */
            dload 3 /* centerY */
            invokedynamic run(Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;IDD)Ljava/security/PrivilegedAction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  com/sun/javafx/tk/quantum/ScrollGestureRecognizer.lambda$3(IDD)Ljava/lang/Void; (7)
                  ()Ljava/lang/Void;
         1: .line 283
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            invokevirtual com.sun.javafx.tk.quantum.ViewScene.getAccessControlContext:()Ljava/security/AccessControlContext;
         2: .line 266
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
            pop
         3: .line 284
            return
        end local 5 // int touchCount
        end local 3 // double centerY
        end local 1 // double centerX
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;
            0    4     1     centerX  D
            0    4     3     centerY  D
            0    4     5  touchCount  I
    MethodParameters:
            Name  Flags
      centerX     
      centerY     
      touchCount  

  private void sendScrollEvent(boolean, double, double, int);
    descriptor: (ZDDI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
        start local 1 // boolean isInertia
        start local 2 // double centerX
        start local 4 // double centerY
        start local 6 // int touchCount
         0: .line 287
            aload 0 /* this */
            iload 6 /* touchCount */
            dload 2 /* centerX */
            dload 4 /* centerY */
            iload 1 /* isInertia */
            invokedynamic run(Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;IDDZ)Ljava/security/PrivilegedAction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  com/sun/javafx/tk/quantum/ScrollGestureRecognizer.lambda$4(IDDZ)Ljava/lang/Void; (7)
                  ()Ljava/lang/Void;
         1: .line 304
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            invokevirtual com.sun.javafx.tk.quantum.ViewScene.getAccessControlContext:()Ljava/security/AccessControlContext;
         2: .line 287
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
            pop
         3: .line 305
            return
        end local 6 // int touchCount
        end local 4 // double centerY
        end local 2 // double centerX
        end local 1 // boolean isInertia
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;
            0    4     1   isInertia  Z
            0    4     2     centerX  D
            0    4     4     centerY  D
            0    4     6  touchCount  I
    MethodParameters:
            Name  Flags
      isInertia   
      centerX     
      centerY     
      touchCount  

  private void sendScrollFinishedEvent(double, double, int);
    descriptor: (DDI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
        start local 1 // double centerX
        start local 3 // double centerY
        start local 5 // int touchCount
         0: .line 308
            aload 0 /* this */
            iload 5 /* touchCount */
            dload 1 /* centerX */
            dload 3 /* centerY */
            invokedynamic run(Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;IDD)Ljava/security/PrivilegedAction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  com/sun/javafx/tk/quantum/ScrollGestureRecognizer.lambda$5(IDD)Ljava/lang/Void; (7)
                  ()Ljava/lang/Void;
         1: .line 325
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            invokevirtual com.sun.javafx.tk.quantum.ViewScene.getAccessControlContext:()Ljava/security/AccessControlContext;
         2: .line 308
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
            pop
         3: .line 326
            return
        end local 5 // int touchCount
        end local 3 // double centerY
        end local 1 // double centerX
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;
            0    4     1     centerX  D
            0    4     3     centerY  D
            0    4     5  touchCount  I
    MethodParameters:
            Name  Flags
      centerX     
      centerY     
      touchCount  

  public void params(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
        start local 1 // int modifiers
        start local 2 // boolean direct
         0: .line 329
            aload 0 /* this */
            iload 1 /* modifiers */
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.modifiers:I
         1: .line 330
            aload 0 /* this */
            iload 2 /* direct */
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.direct:Z
         2: .line 331
            return
        end local 2 // boolean direct
        end local 1 // int modifiers
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;
            0    3     1  modifiers  I
            0    3     2     direct  Z
    MethodParameters:
           Name  Flags
      modifiers  
      direct     

  public void touchPressed(long, long, int, int, int, int);
    descriptor: (JJIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=10, args_size=7
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
        start local 1 // long id
        start local 3 // long nanos
        start local 5 // int x
        start local 6 // int y
        start local 7 // int xAbs
        start local 8 // int yAbs
         0: .line 334
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
            iconst_1
            iadd
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
         1: .line 335
            new com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker
            dup
            invokespecial com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker.<init>:()V
            astore 9 /* tracker */
        start local 9 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker tracker
         2: .line 336
            aload 9 /* tracker */
            lload 3 /* nanos */
            iload 5 /* x */
            i2d
            iload 6 /* y */
            i2d
            iload 7 /* xAbs */
            i2d
            iload 8 /* yAbs */
            i2d
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker.update:(JDDDD)V
         3: .line 337
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.trackers:Ljava/util/Map;
            lload 1 /* id */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aload 9 /* tracker */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 338
            return
        end local 9 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker tracker
        end local 8 // int yAbs
        end local 7 // int xAbs
        end local 6 // int y
        end local 5 // int x
        end local 3 // long nanos
        end local 1 // long id
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;
            0    5     1       id  J
            0    5     3    nanos  J
            0    5     5        x  I
            0    5     6        y  I
            0    5     7     xAbs  I
            0    5     8     yAbs  I
            2    5     9  tracker  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$TouchPointTracker;
    MethodParameters:
       Name  Flags
      id     
      nanos  
      x      
      y      
      xAbs   
      yAbs   

  public void touchReleased(long, long, int, int, int, int);
    descriptor: (JJIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=7
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
        start local 1 // long id
        start local 3 // long nanos
        start local 5 // int x
        start local 6 // int y
        start local 7 // int xAbs
        start local 8 // int yAbs
         0: .line 341
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState.FAILURE:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            if_acmpeq 6
         1: .line 342
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.trackers:Ljava/util/Map;
            lload 1 /* id */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker
            astore 9 /* tracker */
        start local 9 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker tracker
         2: .line 343
            aload 9 /* tracker */
            ifnonnull 5
         3: .line 345
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState.FAILURE:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
         4: .line 346
            new java.lang.RuntimeException
            dup
            ldc "Error in Scroll gesture recognition: released unknown touch point"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 349
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.trackers:Ljava/util/Map;
            lload 1 /* id */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 9 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker tracker
         6: .line 351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
            iconst_1
            isub
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
         7: .line 352
            return
        end local 8 // int yAbs
        end local 7 // int xAbs
        end local 6 // int y
        end local 5 // int x
        end local 3 // long nanos
        end local 1 // long id
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;
            0    8     1       id  J
            0    8     3    nanos  J
            0    8     5        x  I
            0    8     6        y  I
            0    8     7     xAbs  I
            0    8     8     yAbs  I
            2    6     9  tracker  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$TouchPointTracker;
    MethodParameters:
       Name  Flags
      id     
      nanos  
      x      
      y      
      xAbs   
      yAbs   

  public void touchMoved(long, long, int, int, int, int);
    descriptor: (JJIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=10, args_size=7
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
        start local 1 // long id
        start local 3 // long nanos
        start local 5 // int x
        start local 6 // int y
        start local 7 // int xAbs
        start local 8 // int yAbs
         0: .line 355
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState.FAILURE:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            if_acmpne 2
         1: .line 356
            return
         2: .line 359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.trackers:Ljava/util/Map;
            lload 1 /* id */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker
            astore 9 /* tracker */
        start local 9 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker tracker
         3: .line 360
            aload 9 /* tracker */
            ifnonnull 6
         4: .line 362
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState.FAILURE:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
         5: .line 363
            new java.lang.RuntimeException
            dup
            ldc "Error in scroll gesture recognition: reported unknown touch point"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 366
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker
      StackMap stack:
            aload 9 /* tracker */
            lload 3 /* nanos */
            iload 5 /* x */
            i2d
            iload 6 /* y */
            i2d
            iload 7 /* xAbs */
            i2d
            iload 8 /* yAbs */
            i2d
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker.update:(JDDDD)V
         7: .line 367
            return
        end local 9 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker tracker
        end local 8 // int yAbs
        end local 7 // int xAbs
        end local 6 // int y
        end local 5 // int x
        end local 3 // long nanos
        end local 1 // long id
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;
            0    8     1       id  J
            0    8     3    nanos  J
            0    8     5        x  I
            0    8     6        y  I
            0    8     7     xAbs  I
            0    8     8     yAbs  I
            3    8     9  tracker  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$TouchPointTracker;
    MethodParameters:
       Name  Flags
      id     
      nanos  
      x      
      y      
      xAbs   
      yAbs   

  void reset();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
         0: .line 370
            aload 0 /* this */
            getstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState.IDLE:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.state:Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer$ScrollRecognitionState;
         1: .line 371
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaX:D
         2: .line 372
            aload 0 /* this */
            dconst_0
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaY:D
         3: .line 373
            return
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;

  private static java.lang.Void lambda$0();
    descriptor: ()Ljava/lang/Void;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 54
            ldc "com.sun.javafx.gestures.scroll.threshold"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 0 /* s */
        start local 0 // java.lang.String s
         1: .line 55
            aload 0 /* s */
            ifnull 3
         2: .line 56
            aload 0 /* s */
            invokestatic java.lang.Double.valueOf:(Ljava/lang/String;)Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            putstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer.SCROLL_THRESHOLD:D
         3: .line 58
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "com.sun.javafx.gestures.scroll.inertia"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 0 /* s */
         4: .line 59
            aload 0 /* s */
            ifnull 6
         5: .line 60
            aload 0 /* s */
            invokestatic java.lang.Boolean.valueOf:(Ljava/lang/String;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putstatic com.sun.javafx.tk.quantum.ScrollGestureRecognizer.SCROLL_INERTIA_ENABLED:Z
         6: .line 62
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    7     0     s  Ljava/lang/String;

  private void lambda$1(javafx.beans.Observable);
    descriptor: (Ljavafx/beans/Observable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
        start local 1 // javafx.beans.Observable valueModel
         0: .line 98
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.inertiaTimeline:Ljavafx/animation/Timeline;
            invokevirtual javafx.animation.Timeline.getCurrentTime:()Ljavafx/util/Duration;
            invokevirtual javafx.util.Duration.toSeconds:()D
            dstore 2 /* currentTime */
        start local 2 // double currentTime
         1: .line 99
            dload 2 /* currentTime */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.inertiaLastTime:D
            dsub
            dstore 4 /* timePassed */
        start local 4 // double timePassed
         2: .line 100
            aload 0 /* this */
            dload 2 /* currentTime */
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.inertiaLastTime:D
         3: .line 102
            dload 4 /* timePassed */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.inertiaScrollVelocity:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
            dmul
            dstore 6 /* scrollVectorSize */
        start local 6 // double scrollVectorSize
         4: .line 103
            aload 0 /* this */
            dload 6 /* scrollVectorSize */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.factorX:D
            dmul
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaX:D
         5: .line 104
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaX:D
            dadd
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaX:D
         6: .line 105
            aload 0 /* this */
            dload 6 /* scrollVectorSize */
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.factorY:D
            dmul
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaY:D
         7: .line 106
            aload 0 /* this */
            dup
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaY:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaY:D
            dadd
            putfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaY:D
         8: .line 109
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsY:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.currentTouchCount:I
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer.sendScrollEvent:(ZDDI)V
        end local 6 // double scrollVectorSize
        end local 4 // double timePassed
        end local 2 // double currentTime
         9: .line 110
            return
        end local 1 // javafx.beans.Observable valueModel
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;
            0   10     1        valueModel  Ljavafx/beans/Observable;
            1    9     2       currentTime  D
            2    9     4        timePassed  D
            4    9     6  scrollVectorSize  D

  private void lambda$2(javafx.event.ActionEvent);
    descriptor: (Ljavafx/event/ActionEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
        start local 1 // javafx.event.ActionEvent event
         0: .line 195
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.quantum.ScrollGestureRecognizer.reset:()V
         1: .line 196
            return
        end local 1 // javafx.event.ActionEvent event
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;
            0    2     1  event  Ljavafx/event/ActionEvent;

  private java.lang.Void lambda$3(int, double, double);
    descriptor: (IDD)Ljava/lang/Void;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=33, locals=6, args_size=4
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
         0: .line 267
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            getfield com.sun.javafx.tk.quantum.ViewScene.sceneListener:Lcom/sun/javafx/tk/TKSceneListener;
            ifnull 19
         1: .line 268
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            getfield com.sun.javafx.tk.quantum.ViewScene.sceneListener:Lcom/sun/javafx/tk/TKSceneListener;
            getstatic javafx.scene.input.ScrollEvent.SCROLL_STARTED:Ljavafx/event/EventType;
         2: .line 269
            dconst_0
            dconst_0
         3: .line 270
            dconst_0
            dconst_0
         4: .line 271
            dconst_1
            dconst_1
         5: .line 272
            iload 1
         6: .line 273
            iconst_0
            iconst_0
         7: .line 274
            iconst_0
            iconst_0
         8: .line 275
            dload 2
            dload 4
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsY:D
         9: .line 276
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.modifiers:I
            iconst_1
            iand
            ifeq 10
            iconst_1
            goto 11
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double
        10: iconst_0
        11: .line 277
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.modifiers:I
            iconst_4
            iand
            ifeq 12
            iconst_1
            goto 13
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int
        12: iconst_0
        13: .line 278
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.modifiers:I
            bipush 8
            iand
            ifeq 14
            iconst_1
            goto 15
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int int
        14: iconst_0
        15: .line 279
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.modifiers:I
            bipush 16
            iand
            ifeq 16
            iconst_1
            goto 17
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int int int
        16: iconst_0
        17: .line 280
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int int int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.direct:Z
            iconst_0
        18: .line 268
            invokeinterface com.sun.javafx.tk.TKSceneListener.scrollEvent:(Ljavafx/event/EventType;DDDDDDIIIIIDDDDZZZZZZ)V
        19: .line 282
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;

  private java.lang.Void lambda$4(int, double, double, boolean);
    descriptor: (IDDZ)Ljava/lang/Void;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=33, locals=7, args_size=5
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
         0: .line 288
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            getfield com.sun.javafx.tk.quantum.ViewScene.sceneListener:Lcom/sun/javafx/tk/TKSceneListener;
            ifnull 19
         1: .line 289
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            getfield com.sun.javafx.tk.quantum.ViewScene.sceneListener:Lcom/sun/javafx/tk/TKSceneListener;
            getstatic javafx.scene.input.ScrollEvent.SCROLL:Ljavafx/event/EventType;
         2: .line 290
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.deltaY:D
         3: .line 291
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaY:D
         4: .line 292
            dconst_1
            dconst_1
         5: .line 293
            iload 1
         6: .line 294
            iconst_0
            iconst_0
         7: .line 295
            iconst_0
            iconst_0
         8: .line 296
            dload 2
            dload 4
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsY:D
         9: .line 297
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.modifiers:I
            iconst_1
            iand
            ifeq 10
            iconst_1
            goto 11
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double
        10: iconst_0
        11: .line 298
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.modifiers:I
            iconst_4
            iand
            ifeq 12
            iconst_1
            goto 13
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int
        12: iconst_0
        13: .line 299
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.modifiers:I
            bipush 8
            iand
            ifeq 14
            iconst_1
            goto 15
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int int
        14: iconst_0
        15: .line 300
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.modifiers:I
            bipush 16
            iand
            ifeq 16
            iconst_1
            goto 17
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int int int
        16: iconst_0
        17: .line 301
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double int
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int int int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.direct:Z
            iload 6
        18: .line 289
            invokeinterface com.sun.javafx.tk.TKSceneListener.scrollEvent:(Ljavafx/event/EventType;DDDDDDIIIIIDDDDZZZZZZ)V
        19: .line 303
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;

  private java.lang.Void lambda$5(int, double, double);
    descriptor: (IDD)Ljava/lang/Void;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=33, locals=6, args_size=4
        start local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
         0: .line 309
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            getfield com.sun.javafx.tk.quantum.ViewScene.sceneListener:Lcom/sun/javafx/tk/TKSceneListener;
            ifnull 19
         1: .line 310
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.scene:Lcom/sun/javafx/tk/quantum/ViewScene;
            getfield com.sun.javafx.tk.quantum.ViewScene.sceneListener:Lcom/sun/javafx/tk/TKSceneListener;
            getstatic javafx.scene.input.ScrollEvent.SCROLL_FINISHED:Ljavafx/event/EventType;
         2: .line 311
            dconst_0
            dconst_0
         3: .line 312
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.totalDeltaY:D
         4: .line 313
            dconst_1
            dconst_1
         5: .line 314
            iload 1
         6: .line 315
            iconst_0
            iconst_0
         7: .line 316
            iconst_0
            iconst_0
         8: .line 317
            dload 2
            dload 4
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsX:D
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.centerAbsY:D
         9: .line 318
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.modifiers:I
            iconst_1
            iand
            ifeq 10
            iconst_1
            goto 11
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double
        10: iconst_0
        11: .line 319
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.modifiers:I
            iconst_4
            iand
            ifeq 12
            iconst_1
            goto 13
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int
        12: iconst_0
        13: .line 320
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.modifiers:I
            bipush 8
            iand
            ifeq 14
            iconst_1
            goto 15
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int int
        14: iconst_0
        15: .line 321
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.modifiers:I
            bipush 16
            iand
            ifeq 16
            iconst_1
            goto 17
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int int int
        16: iconst_0
        17: .line 322
      StackMap locals: com.sun.javafx.tk.quantum.ScrollGestureRecognizer int double double
      StackMap stack: com.sun.javafx.tk.TKSceneListener javafx.event.EventType double double double double double double int int int int int double double double double int int int int
            aload 0 /* this */
            getfield com.sun.javafx.tk.quantum.ScrollGestureRecognizer.direct:Z
            iconst_0
        18: .line 310
            invokeinterface com.sun.javafx.tk.TKSceneListener.scrollEvent:(Ljavafx/event/EventType;DDDDDDIIIIIDDDDZZZZZZ)V
        19: .line 324
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.sun.javafx.tk.quantum.ScrollGestureRecognizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lcom/sun/javafx/tk/quantum/ScrollGestureRecognizer;
}
SourceFile: "ScrollGestureRecognizer.java"
NestMembers:
  com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState  com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker
InnerClasses:
  private final ScrollRecognitionState = com.sun.javafx.tk.quantum.ScrollGestureRecognizer$ScrollRecognitionState of com.sun.javafx.tk.quantum.ScrollGestureRecognizer
  private TouchPointTracker = com.sun.javafx.tk.quantum.ScrollGestureRecognizer$TouchPointTracker of com.sun.javafx.tk.quantum.ScrollGestureRecognizer
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles