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   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