Package 

Class GestureListenerCompat

    • Method Summary

      Modifier and Type Method Description
      boolean onScroll(@Nullable() MotionEvent e1, @NonNull() MotionEvent e2, float distanceX, float distanceY)
      boolean onFling(@Nullable() MotionEvent e1, @NonNull() MotionEvent e2, float velocityX, float velocityY)
      • Methods inherited from class android.view.GestureDetector.OnGestureListener

        onDown, onFling, onLongPress, onScroll, onShowPress, onSingleTapUp
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait