public abstract class MotionEvent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTION_CANCEL |
static int |
ACTION_DOWN |
static int |
ACTION_MASK |
static int |
ACTION_MOVE |
static int |
ACTION_POINTER_DOWN |
static int |
ACTION_POINTER_INDEX_MASK |
static int |
ACTION_POINTER_INDEX_SHIFT |
static int |
ACTION_POINTER_UP |
static int |
ACTION_UP |
| Constructor and Description |
|---|
MotionEvent() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getAction() |
abstract int |
getPointerCount() |
abstract long |
getTime() |
abstract float |
getX() |
abstract float |
getX(int idx) |
abstract float |
getY() |
abstract float |
getY(int idx) |
public static final int ACTION_DOWN
public static final int ACTION_UP
public static final int ACTION_MOVE
public static final int ACTION_CANCEL
public static final int ACTION_POINTER_DOWN
public static final int ACTION_POINTER_UP
public static final int ACTION_MASK
public static final int ACTION_POINTER_INDEX_MASK
public static final int ACTION_POINTER_INDEX_SHIFT