public class VideoGestureListener
extends GestureDetector.SimpleOnGestureListener
| Modifier and Type | Field and Description |
|---|---|
ImageView |
imgOperation |
LinearLayout |
llOperation |
ProgressBar |
pbOperation |
| Constructor and Description |
|---|
VideoGestureListener(org.salient.artplayer.AbsControlPanel controlPanel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onDoubleTap(MotionEvent e) |
boolean |
onDown(MotionEvent e) |
boolean |
onFling(MotionEvent e1,
MotionEvent e2,
float velocityX,
float velocityY) |
boolean |
onScroll(MotionEvent e1,
MotionEvent e2,
float distanceX,
float distanceY) |
boolean |
onSingleTapConfirmed(MotionEvent e) |
boolean |
onTouch(View v,
MotionEvent event) |
public ProgressBar pbOperation
public ImageView imgOperation
public LinearLayout llOperation
public VideoGestureListener(org.salient.artplayer.AbsControlPanel controlPanel)
public boolean onDown(MotionEvent e)
public boolean onSingleTapConfirmed(MotionEvent e)
public boolean onFling(MotionEvent e1,
MotionEvent e2,
float velocityX,
float velocityY)
public boolean onScroll(MotionEvent e1,
MotionEvent e2,
float distanceX,
float distanceY)
public boolean onTouch(View v,
MotionEvent event)
public boolean onDoubleTap(MotionEvent e)