From f9cdf7feb47aa142e11862f5694c0a29ac013a51 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Wed, 23 Mar 2011 11:45:38 -0700 Subject: Doc change: add diff report for API 12. Change-Id: I9c7367be204208384aafaa19a8243164024ed1de --- .../12/changes/android.view.MotionEvent.html | 494 +++++++++++++++++++++ 1 file changed, 494 insertions(+) create mode 100644 docs/html/sdk/api_diff/12/changes/android.view.MotionEvent.html (limited to 'docs/html/sdk/api_diff/12/changes/android.view.MotionEvent.html') diff --git a/docs/html/sdk/api_diff/12/changes/android.view.MotionEvent.html b/docs/html/sdk/api_diff/12/changes/android.view.MotionEvent.html new file mode 100644 index 0000000..bc2361d --- /dev/null +++ b/docs/html/sdk/api_diff/12/changes/android.view.MotionEvent.html @@ -0,0 +1,494 @@ + + + + + + + + + +android.view.MotionEvent + + + + + + + + + + +
+
+
+

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

+ +
+
+ + + + -- cgit v1.1