| Package | Description |
|---|---|
| android.view |
| Modifier and Type | Method and Description |
|---|---|
void |
MotionEvent.PointerProperties.copyFrom(MotionEvent.PointerProperties other) |
void |
MotionEvent.getPointerProperties(int pointerIndex,
MotionEvent.PointerProperties outPointerProperties) |
static MotionEvent |
MotionEvent.obtain(long downTime,
long eventTime,
int action,
int pointerCount,
MotionEvent.PointerProperties[] pointerProperties,
MotionEvent.PointerCoords[] pointerCoords,
int metaState,
int buttonState,
float xPrecision,
float yPrecision,
int deviceId,
int edgeFlags,
int source,
int flags) |
| Constructor and Description |
|---|
MotionEvent.PointerProperties(MotionEvent.PointerProperties other) |
Copyright © 2008-2013. All Rights Reserved.