From d94931ab251da2f2bed00d4c2d0aa087920e3de2 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Sat, 1 Oct 2011 11:47:06 -0700 Subject: Doc change: add diffs for API level 14. Change-Id: Ib893a0ce12682fc371b0d90671e10559969ba4bb --- .../14/changes/android.view.MotionEvent.html | 278 +++++++++++++++++++++ 1 file changed, 278 insertions(+) create mode 100644 docs/html/sdk/api_diff/14/changes/android.view.MotionEvent.html (limited to 'docs/html/sdk/api_diff/14/changes/android.view.MotionEvent.html') diff --git a/docs/html/sdk/api_diff/14/changes/android.view.MotionEvent.html b/docs/html/sdk/api_diff/14/changes/android.view.MotionEvent.html new file mode 100644 index 0000000..4ae540d --- /dev/null +++ b/docs/html/sdk/api_diff/14/changes/android.view.MotionEvent.html @@ -0,0 +1,278 @@ + + + + + + + + + +android.view.MotionEvent + + + + + + + + + + +
+
+
+

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

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