Class android.view.MotionEvent

Added Methods
int  axisFromString( String)  
String  axisToString( int)  
float  getAxisValue( int)  
float  getAxisValue( int, int )  
float  getHistoricalAxisValue( int, int )  
float  getHistoricalAxisValue( int, int , int )  
void  setSource( int)  
 

Changed Methods
int  getDeviceId() Method was inherited from android.view.InputEvent, but is now defined locally.  
int  getSource() Method was inherited from android.view.InputEvent, but is now defined locally.  
 

Added Fields
int  ACTION_HOVER_MOVE  
int  ACTION_SCROLL  
int  AXIS_BRAKE  
int  AXIS_GAS  
int  AXIS_GENERIC_1  
int  AXIS_GENERIC_10  
int  AXIS_GENERIC_11  
int  AXIS_GENERIC_12  
int  AXIS_GENERIC_13  
int  AXIS_GENERIC_14  
int  AXIS_GENERIC_15  
int  AXIS_GENERIC_16  
int  AXIS_GENERIC_2  
int  AXIS_GENERIC_3  
int  AXIS_GENERIC_4  
int  AXIS_GENERIC_5  
int  AXIS_GENERIC_6  
int  AXIS_GENERIC_7  
int  AXIS_GENERIC_8  
int  AXIS_GENERIC_9  
int  AXIS_HAT_X  
int  AXIS_HAT_Y  
int  AXIS_HSCROLL  
int  AXIS_LTRIGGER  
int  AXIS_ORIENTATION  
int  AXIS_PRESSURE  
int  AXIS_RTRIGGER  
int  AXIS_RUDDER  
int  AXIS_RX  
int  AXIS_RY  
int  AXIS_RZ  
int  AXIS_SIZE  
int  AXIS_THROTTLE  
int  AXIS_TOOL_MAJOR  
int  AXIS_TOOL_MINOR  
int  AXIS_TOUCH_MAJOR  
int  AXIS_TOUCH_MINOR  
int  AXIS_VSCROLL  
int  AXIS_WHEEL  
int  AXIS_X  
int  AXIS_Y  
int  AXIS_Z  
 
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.