public class MoveGestureDetector extends BaseGestureDetector
Modifier and Type | Class and Description |
---|---|
static interface |
MoveGestureDetector.OnMoveGestureListener
Listener which must be implemented which is used by MoveGestureDetector
to perform callbacks to any implementing class which is registered to a
MoveGestureDetector via the constructor.
|
static class |
MoveGestureDetector.SimpleOnMoveGestureListener
Helper class which may be extended and where the methods may be
implemented.
|
Constructor and Description |
---|
MoveGestureDetector(android.content.Context context,
MoveGestureDetector.OnMoveGestureListener listener) |
Modifier and Type | Method and Description |
---|---|
android.graphics.PointF |
getFocusDelta() |
float |
getFocusX() |
float |
getFocusY() |
getEventTime, getTimeDelta, isInProgress, onTouchEvent
public MoveGestureDetector(android.content.Context context, MoveGestureDetector.OnMoveGestureListener listener)