public interface android.view.GestureDetector$OnGestureListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.view.GestureDetector$OnGestureListener
  super_class: java.lang.Object
{
  public abstract boolean onDown(android.view.MotionEvent);
    descriptor: (Landroid/view/MotionEvent;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     

  public abstract void onShowPress(android.view.MotionEvent);
    descriptor: (Landroid/view/MotionEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     

  public abstract boolean onSingleTapUp(android.view.MotionEvent);
    descriptor: (Landroid/view/MotionEvent;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     

  public abstract boolean onScroll(android.view.MotionEvent, android.view.MotionEvent, float, float);
    descriptor: (Landroid/view/MotionEvent;Landroid/view/MotionEvent;FF)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      e1         
      e2         
      distanceX  
      distanceY  

  public abstract void onLongPress(android.view.MotionEvent);
    descriptor: (Landroid/view/MotionEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     

  public abstract boolean onFling(android.view.MotionEvent, android.view.MotionEvent, float, float);
    descriptor: (Landroid/view/MotionEvent;Landroid/view/MotionEvent;FF)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      e1         
      e2         
      velocityX  
      velocityY  
}
SourceFile: "GestureDetector.java"
NestHost: android.view.GestureDetector
InnerClasses:
  public abstract OnGestureListener = android.view.GestureDetector$OnGestureListener of android.view.GestureDetector