Interface | Description |
---|---|
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.
|
RotateGestureDetector.OnRotateGestureListener |
Listener which must be implemented which is used by RotateGestureDetector
to perform callbacks to any implementing class which is registered to a
RotateGestureDetector via the constructor.
|
ShoveGestureDetector.OnShoveGestureListener |
Listener which must be implemented which is used by ShoveGestureDetector
to perform callbacks to any implementing class which is registered to a
ShoveGestureDetector via the constructor.
|
Class | Description |
---|---|
BaseGestureDetector | |
MoveGestureDetector | |
MoveGestureDetector.SimpleOnMoveGestureListener |
Helper class which may be extended and where the methods may be
implemented.
|
RotateGestureDetector | |
RotateGestureDetector.SimpleOnRotateGestureListener |
Helper class which may be extended and where the methods may be
implemented.
|
ShoveGestureDetector | |
ShoveGestureDetector.SimpleOnShoveGestureListener |
Helper class which may be extended and where the methods may be
implemented.
|
TwoFingerGestureDetector |