Class android.view.MotionEvent

Removed Methods
MotionEvent obtain( long, long , int , int , int[] , PointerCoords[] , int , float , float , int , int , int , int )  
 

Added Methods
int  getButtonState()  
void  getPointerProperties( int, PointerProperties )  
int  getToolType( int)  
MotionEvent  obtain( long, long , int , int , PointerProperties[] , PointerCoords[] , int , int , float , float , int , int , int , int )  
MotionEvent  obtain( long, long , int , int , int[] , PointerCoords[] , int , float , float , int , int , int , int )  
 

Added Fields
int  ACTION_HOVER_ENTER  
int  ACTION_HOVER_EXIT  
int  AXIS_DISTANCE  
int  AXIS_TILT  
int  BUTTON_BACK  
int  BUTTON_FORWARD  
int  BUTTON_PRIMARY  
int  BUTTON_SECONDARY  
int  BUTTON_TERTIARY  
int  INVALID_POINTER_ID  
int  TOOL_TYPE_ERASER  
int  TOOL_TYPE_FINGER  
int  TOOL_TYPE_MOUSE  
int  TOOL_TYPE_STYLUS  
int  TOOL_TYPE_UNKNOWN  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.