Methods in android.view with parameters of type MotionEvent.PointerCoords |
void |
MotionEvent.addBatch(long eventTime,
MotionEvent.PointerCoords[] pointerCoords,
int metaState)
|
void |
MotionEvent.PointerCoords.copyFrom(MotionEvent.PointerCoords other)
|
void |
MotionEvent.getHistoricalPointerCoords(int pointerIndex,
int pos,
MotionEvent.PointerCoords outPointerCoords)
|
void |
MotionEvent.getPointerCoords(int pointerIndex,
MotionEvent.PointerCoords outPointerCoords)
|
static MotionEvent |
MotionEvent.obtain(long downTime,
long eventTime,
int action,
int pointerCount,
int[] pointerIds,
MotionEvent.PointerCoords[] pointerCoords,
int metaState,
float xPrecision,
float yPrecision,
int deviceId,
int edgeFlags,
int source,
int flags)
|
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)
|