public static final class MotionEvent.PointerCoords extends Object
| Modifier and Type | Field and Description |
|---|---|
float |
orientation |
float |
pressure |
float |
size |
float |
toolMajor |
float |
toolMinor |
float |
touchMajor |
float |
touchMinor |
float |
x |
float |
y |
| Constructor and Description |
|---|
MotionEvent.PointerCoords() |
MotionEvent.PointerCoords(MotionEvent.PointerCoords other) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copyFrom(MotionEvent.PointerCoords other) |
float |
getAxisValue(int axis) |
void |
setAxisValue(int axis,
float value) |
public float x
public float y
public float pressure
public float size
public float touchMajor
public float touchMinor
public float toolMajor
public float toolMinor
public float orientation
public MotionEvent.PointerCoords()
public MotionEvent.PointerCoords(MotionEvent.PointerCoords other)
public void clear()
public void copyFrom(MotionEvent.PointerCoords other)
public float getAxisValue(int axis)
public void setAxisValue(int axis,
float value)
Copyright © 2008-2013. All Rights Reserved.