android.view
Class MotionEvent.PointerCoords
java.lang.Object
android.view.MotionEvent.PointerCoords
- Enclosing class:
- MotionEvent
public static final class MotionEvent.PointerCoords
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public float x
y
public float y
pressure
public float pressure
size
public float size
touchMajor
public float touchMajor
touchMinor
public float touchMinor
toolMajor
public float toolMajor
toolMinor
public float toolMinor
orientation
public float orientation
MotionEvent.PointerCoords
public MotionEvent.PointerCoords()
MotionEvent.PointerCoords
public MotionEvent.PointerCoords(MotionEvent.PointerCoords other)
clear
public void clear()
copyFrom
public void copyFrom(MotionEvent.PointerCoords other)
getAxisValue
public float getAxisValue(int axis)
setAxisValue
public void setAxisValue(int axis,
float value)
Copyright © 2008-2012. All Rights Reserved.