|
interface | SimpleGestureListener |
|
com.example.wondercoll.gestureManager.gestureManager |
( |
Activity |
context, |
|
|
SimpleGestureListener |
sgl |
|
) |
| |
int com.example.wondercoll.gestureManager.getMode |
( |
| ) |
|
int com.example.wondercoll.gestureManager.getSwipeMaxDistance |
( |
| ) |
|
int com.example.wondercoll.gestureManager.getSwipeMinDistance |
( |
| ) |
|
int com.example.wondercoll.gestureManager.getSwipeMinVelocity |
( |
| ) |
|
boolean com.example.wondercoll.gestureManager.onDoubleTap |
( |
MotionEvent |
arg0 | ) |
|
boolean com.example.wondercoll.gestureManager.onDoubleTapEvent |
( |
MotionEvent |
arg0 | ) |
|
boolean com.example.wondercoll.gestureManager.onFling |
( |
MotionEvent |
e1, |
|
|
MotionEvent |
e2, |
|
|
float |
velocityX, |
|
|
float |
velocityY |
|
) |
| |
boolean com.example.wondercoll.gestureManager.onSingleTapConfirmed |
( |
MotionEvent |
arg0 | ) |
|
boolean com.example.wondercoll.gestureManager.onSingleTapUp |
( |
MotionEvent |
e | ) |
|
void com.example.wondercoll.gestureManager.onTouchEvent |
( |
MotionEvent |
event | ) |
|
void com.example.wondercoll.gestureManager.setEnabled |
( |
boolean |
status | ) |
|
void com.example.wondercoll.gestureManager.setMode |
( |
int |
m | ) |
|
void com.example.wondercoll.gestureManager.setSwipeMaxDistance |
( |
int |
distance | ) |
|
void com.example.wondercoll.gestureManager.setSwipeMinDistance |
( |
int |
distance | ) |
|
void com.example.wondercoll.gestureManager.setSwipeMinVelocity |
( |
int |
distance | ) |
|
final int com.example.wondercoll.gestureManager.MODE_DYNAMIC = 2 |
|
static |
final int com.example.wondercoll.gestureManager.MODE_SOLID = 1 |
|
static |
final int com.example.wondercoll.gestureManager.MODE_TRANSPARENT = 0 |
|
static |
final int com.example.wondercoll.gestureManager.SWIPE_DOWN = 2 |
|
static |
final int com.example.wondercoll.gestureManager.SWIPE_LEFT = 3 |
|
static |
final int com.example.wondercoll.gestureManager.SWIPE_RIGHT = 4 |
|
static |
final int com.example.wondercoll.gestureManager.SWIPE_UP = 1 |
|
static |
The documentation for this class was generated from the following file: