Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)

Class android.view. MotionEvent

Added Methods
int   findPointerIndex ( int )  
float   getHistoricalPressure ( int, int )  
float   getHistoricalSize ( int, int )  
float   getHistoricalX ( int, int )  
float   getHistoricalY ( int, int )  
int   getPointerCount ()  
int   getPointerId ( int )  
float   getPressure ( int )  
float   getSize ( int )  
float   getX ( int )  
float   getY ( int )  
MotionEvent   obtain ( long, long , int , int , float , float , float , float , int , float , float , int , int )  
MotionEvent   obtainNoHistory ( MotionEvent )  
 

Added Fields
int   ACTION_MASK  
int   ACTION_POINTER_1_DOWN  
int   ACTION_POINTER_1_UP  
int   ACTION_POINTER_2_DOWN  
int   ACTION_POINTER_2_UP  
int   ACTION_POINTER_3_DOWN  
int   ACTION_POINTER_3_UP  
int   ACTION_POINTER_DOWN  
int   ACTION_POINTER_ID_MASK  
int   ACTION_POINTER_ID_SHIFT  
int   ACTION_POINTER_UP