public class DragGestureDetector extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DragGestureDetector.OnDragGestureListener |
| Constructor and Description |
|---|
DragGestureDetector(android.content.Context context,
DragGestureDetector.OnDragGestureListener listener) |
| Modifier and Type | Method and Description |
|---|---|
float |
getDeltaX() |
float |
getDeltaY() |
boolean |
onTouchEvent(android.view.MotionEvent event) |
public DragGestureDetector(android.content.Context context,
DragGestureDetector.OnDragGestureListener listener)
Copyright © 2015–2017 SDKLite. All rights reserved.