Uses of Class
android.view.MotionEvent.PointerProperties

Packages that use MotionEvent.PointerProperties
android.view   
 

Uses of MotionEvent.PointerProperties in android.view
 

Methods in android.view with parameters of type MotionEvent.PointerProperties
 void MotionEvent.PointerProperties.copyFrom(MotionEvent.PointerProperties other)
           
 void MotionEvent.getPointerProperties(int pointerIndex, MotionEvent.PointerProperties outPointerProperties)
           
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.PointerProperties
MotionEvent.PointerProperties(MotionEvent.PointerProperties other)
           
 



Copyright © 2008-2012. All Rights Reserved.