-
- All Implemented Interfaces:
-
android.view.GestureDetector.OnGestureListener
public abstract class GestureListenerCompat implements GestureDetector.OnGestureListener
-
-
Method Summary
Modifier and Type Method Description booleanonScroll(@Nullable() MotionEvent e1, @NonNull() MotionEvent e2, float distanceX, float distanceY)booleanonFling(@Nullable() MotionEvent e1, @NonNull() MotionEvent e2, float velocityX, float velocityY)-
-
Method Detail
-
onScroll
boolean onScroll(@Nullable() MotionEvent e1, @NonNull() MotionEvent e2, float distanceX, float distanceY)
-
onFling
boolean onFling(@Nullable() MotionEvent e1, @NonNull() MotionEvent e2, float velocityX, float velocityY)
-
-
-
-