Uses of Class
android.view.MotionEvent.PointerCoords

Packages that use MotionEvent.PointerCoords
android.view   
 

Uses of MotionEvent.PointerCoords in android.view
 

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)
           
 

Constructors in android.view with parameters of type MotionEvent.PointerCoords
MotionEvent.PointerCoords(MotionEvent.PointerCoords other)
           
 



Copyright © 2008-2012. All Rights Reserved.