public class CommonGestures extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
CommonGestures.TouchListener |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
SCALE_STATE_BEGIN |
static int |
SCALE_STATE_END |
static int |
SCALE_STATE_SCALEING |
| 构造器和说明 |
|---|
CommonGestures(android.app.Activity ctx) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
onTouchEvent(android.view.MotionEvent event) |
void |
setTouchListener(CommonGestures.TouchListener l,
boolean enable) |
public static final int SCALE_STATE_BEGIN
public static final int SCALE_STATE_SCALEING
public static final int SCALE_STATE_END
public boolean onTouchEvent(android.view.MotionEvent event)
public void setTouchListener(CommonGestures.TouchListener l, boolean enable)