de.unibi.airobots.resaidroid.helper
Class WrapMotionEvent

java.lang.Object
  extended by de.unibi.airobots.resaidroid.helper.WrapMotionEvent
Direct Known Subclasses:
EclairMotionEvent

public class WrapMotionEvent
extends java.lang.Object


Method Summary
 int getAction()
           
 int getPointerCount()
           
 int getPointerId(int pointerIndex)
           
 float getX()
           
 float getX(int pointerIndex)
           
 float getY()
           
 float getY(int pointerIndex)
           
static WrapMotionEvent wrap(MotionEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

wrap

public static WrapMotionEvent wrap(MotionEvent event)

getAction

public int getAction()

getX

public float getX()

getX

public float getX(int pointerIndex)

getY

public float getY()

getY

public float getY(int pointerIndex)

getPointerCount

public int getPointerCount()

getPointerId

public int getPointerId(int pointerIndex)