public static interface DragGestureDetector.OnDragGestureListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onDrag(DragGestureDetector detector) |
boolean |
onDragBegin(DragGestureDetector detector) |
void |
onDragEnd(DragGestureDetector detector,
boolean cancel) |
boolean onDragBegin(DragGestureDetector detector)
boolean onDrag(DragGestureDetector detector)
void onDragEnd(DragGestureDetector detector, boolean cancel)
Copyright © 2015–2017 SDKLite. All rights reserved.