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.OnGestureListeneronDown in class android.view.GestureDetector.SimpleOnGestureListenerpublic boolean onScroll(android.view.MotionEvent motionEvent,
                        android.view.MotionEvent motionEvent2,
                        float dx,
                        float dy)
onScroll in interface android.view.GestureDetector.OnGestureListeneronScroll in class android.view.GestureDetector.SimpleOnGestureListenerpublic boolean onFling(android.view.MotionEvent motionEvent,
                       android.view.MotionEvent motionEvent2,
                       float velocityX,
                       float velocityY)
onFling in interface android.view.GestureDetector.OnGestureListeneronFling in class android.view.GestureDetector.SimpleOnGestureListener