public class AppboyFeedFragment.FeedGestureListener
extends android.view.GestureDetector.SimpleOnGestureListener
Constructor and Description |
---|
FeedGestureListener() |
Modifier and Type | Method and Description |
---|---|
boolean |
onDown(android.view.MotionEvent motionEvent) |
boolean |
onFling(android.view.MotionEvent motionEvent,
android.view.MotionEvent motionEvent2,
float velocityX,
float velocityY) |
boolean |
onScroll(android.view.MotionEvent motionEvent,
android.view.MotionEvent motionEvent2,
float dx,
float dy) |
public boolean onDown(android.view.MotionEvent motionEvent)
onDown
in interface android.view.GestureDetector.OnGestureListener
onDown
in class android.view.GestureDetector.SimpleOnGestureListener
public boolean onScroll(android.view.MotionEvent motionEvent, android.view.MotionEvent motionEvent2, float dx, float dy)
onScroll
in interface android.view.GestureDetector.OnGestureListener
onScroll
in class android.view.GestureDetector.SimpleOnGestureListener
public boolean onFling(android.view.MotionEvent motionEvent, android.view.MotionEvent motionEvent2, float velocityX, float velocityY)
onFling
in interface android.view.GestureDetector.OnGestureListener
onFling
in class android.view.GestureDetector.SimpleOnGestureListener