summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-02-05 03:08:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-02-05 03:08:01 +0000
commit05a9ed609667226085e19d819c6b55802f25ca2c (patch)
tree92a43d78983ba9cebb6a6825af1756195f6c7aaf
parent2d727d338240e8303e57a9c77a34737664cbea7b (diff)
parentc58a8a297c1fb6145d7e99c9eb9992d98a15dc3d (diff)
downloadprebuilts_ndk-05a9ed609667226085e19d819c6b55802f25ca2c.zip
prebuilts_ndk-05a9ed609667226085e19d819c6b55802f25ca2c.tar.gz
prebuilts_ndk-05a9ed609667226085e19d819c6b55802f25ca2c.tar.bz2
Merge "Fixed apparent copy/paste mistake Bug: 11634378"
-rw-r--r--5/platforms/android-9/arch-arm/usr/include/android/input.h2
-rw-r--r--6/platforms/android-9/arch-arm/usr/include/android/input.h2
-rw-r--r--6/platforms/android-9/arch-x86/usr/include/android/input.h2
-rw-r--r--7/platforms/android-14/arch-arm/usr/include/android/input.h2
-rw-r--r--7/platforms/android-14/arch-x86/usr/include/android/input.h2
-rw-r--r--7/platforms/android-9/arch-arm/usr/include/android/input.h2
-rw-r--r--7/platforms/android-9/arch-x86/usr/include/android/input.h2
-rw-r--r--8/platforms/android-14/arch-arm/usr/include/android/input.h2
-rw-r--r--8/platforms/android-14/arch-mips/usr/include/android/input.h2
-rw-r--r--8/platforms/android-14/arch-x86/usr/include/android/input.h2
-rw-r--r--8/platforms/android-9/arch-arm/usr/include/android/input.h2
-rw-r--r--8/platforms/android-9/arch-mips/usr/include/android/input.h2
-rw-r--r--8/platforms/android-9/arch-x86/usr/include/android/input.h2
-rw-r--r--9/platforms/android-12/arch-arm/usr/include/android/input.h2
-rw-r--r--9/platforms/android-12/arch-mips/usr/include/android/input.h2
-rw-r--r--9/platforms/android-12/arch-x86/usr/include/android/input.h2
-rw-r--r--9/platforms/android-13/arch-arm/usr/include/android/input.h2
-rw-r--r--9/platforms/android-13/arch-mips/usr/include/android/input.h2
-rw-r--r--9/platforms/android-13/arch-x86/usr/include/android/input.h2
-rw-r--r--9/platforms/android-14/arch-arm/usr/include/android/input.h2
-rw-r--r--9/platforms/android-14/arch-mips/usr/include/android/input.h2
-rw-r--r--9/platforms/android-14/arch-x86/usr/include/android/input.h2
-rw-r--r--9/platforms/android-15/arch-arm/usr/include/android/input.h2
-rw-r--r--9/platforms/android-15/arch-mips/usr/include/android/input.h2
-rw-r--r--9/platforms/android-15/arch-x86/usr/include/android/input.h2
-rw-r--r--9/platforms/android-16/arch-arm/usr/include/android/input.h2
-rw-r--r--9/platforms/android-16/arch-mips/usr/include/android/input.h2
-rw-r--r--9/platforms/android-16/arch-x86/usr/include/android/input.h2
-rw-r--r--9/platforms/android-17/arch-arm/usr/include/android/input.h2
-rw-r--r--9/platforms/android-17/arch-mips/usr/include/android/input.h2
-rw-r--r--9/platforms/android-17/arch-x86/usr/include/android/input.h2
-rw-r--r--9/platforms/android-18/arch-arm/usr/include/android/input.h2
-rw-r--r--9/platforms/android-18/arch-mips/usr/include/android/input.h2
-rw-r--r--9/platforms/android-18/arch-x86/usr/include/android/input.h2
-rw-r--r--9/platforms/android-19/arch-arm/usr/include/android/input.h2
-rw-r--r--9/platforms/android-19/arch-mips/usr/include/android/input.h2
-rw-r--r--9/platforms/android-19/arch-x86/usr/include/android/input.h2
-rw-r--r--9/platforms/android-9/arch-arm/usr/include/android/input.h2
-rw-r--r--9/platforms/android-9/arch-mips/usr/include/android/input.h2
-rw-r--r--9/platforms/android-9/arch-x86/usr/include/android/input.h2
40 files changed, 40 insertions, 40 deletions
diff --git a/5/platforms/android-9/arch-arm/usr/include/android/input.h b/5/platforms/android-9/arch-arm/usr/include/android/input.h
index 9449574..847b95e 100644
--- a/5/platforms/android-9/arch-arm/usr/include/android/input.h
+++ b/5/platforms/android-9/arch-arm/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/6/platforms/android-9/arch-arm/usr/include/android/input.h b/6/platforms/android-9/arch-arm/usr/include/android/input.h
index 9449574..847b95e 100644
--- a/6/platforms/android-9/arch-arm/usr/include/android/input.h
+++ b/6/platforms/android-9/arch-arm/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/6/platforms/android-9/arch-x86/usr/include/android/input.h b/6/platforms/android-9/arch-x86/usr/include/android/input.h
index 9449574..847b95e 100644
--- a/6/platforms/android-9/arch-x86/usr/include/android/input.h
+++ b/6/platforms/android-9/arch-x86/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/7/platforms/android-14/arch-arm/usr/include/android/input.h b/7/platforms/android-14/arch-arm/usr/include/android/input.h
index 9449574..847b95e 100644
--- a/7/platforms/android-14/arch-arm/usr/include/android/input.h
+++ b/7/platforms/android-14/arch-arm/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/7/platforms/android-14/arch-x86/usr/include/android/input.h b/7/platforms/android-14/arch-x86/usr/include/android/input.h
index 9449574..847b95e 100644
--- a/7/platforms/android-14/arch-x86/usr/include/android/input.h
+++ b/7/platforms/android-14/arch-x86/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/7/platforms/android-9/arch-arm/usr/include/android/input.h b/7/platforms/android-9/arch-arm/usr/include/android/input.h
index 9449574..847b95e 100644
--- a/7/platforms/android-9/arch-arm/usr/include/android/input.h
+++ b/7/platforms/android-9/arch-arm/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/7/platforms/android-9/arch-x86/usr/include/android/input.h b/7/platforms/android-9/arch-x86/usr/include/android/input.h
index 9449574..847b95e 100644
--- a/7/platforms/android-9/arch-x86/usr/include/android/input.h
+++ b/7/platforms/android-9/arch-x86/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/8/platforms/android-14/arch-arm/usr/include/android/input.h b/8/platforms/android-14/arch-arm/usr/include/android/input.h
index 9449574..847b95e 100644
--- a/8/platforms/android-14/arch-arm/usr/include/android/input.h
+++ b/8/platforms/android-14/arch-arm/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/8/platforms/android-14/arch-mips/usr/include/android/input.h b/8/platforms/android-14/arch-mips/usr/include/android/input.h
index 9449574..847b95e 100644
--- a/8/platforms/android-14/arch-mips/usr/include/android/input.h
+++ b/8/platforms/android-14/arch-mips/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/8/platforms/android-14/arch-x86/usr/include/android/input.h b/8/platforms/android-14/arch-x86/usr/include/android/input.h
index 9449574..847b95e 100644
--- a/8/platforms/android-14/arch-x86/usr/include/android/input.h
+++ b/8/platforms/android-14/arch-x86/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/8/platforms/android-9/arch-arm/usr/include/android/input.h b/8/platforms/android-9/arch-arm/usr/include/android/input.h
index 9449574..847b95e 100644
--- a/8/platforms/android-9/arch-arm/usr/include/android/input.h
+++ b/8/platforms/android-9/arch-arm/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/8/platforms/android-9/arch-mips/usr/include/android/input.h b/8/platforms/android-9/arch-mips/usr/include/android/input.h
index 9449574..847b95e 100644
--- a/8/platforms/android-9/arch-mips/usr/include/android/input.h
+++ b/8/platforms/android-9/arch-mips/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/8/platforms/android-9/arch-x86/usr/include/android/input.h b/8/platforms/android-9/arch-x86/usr/include/android/input.h
index 9449574..847b95e 100644
--- a/8/platforms/android-9/arch-x86/usr/include/android/input.h
+++ b/8/platforms/android-9/arch-x86/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-12/arch-arm/usr/include/android/input.h b/9/platforms/android-12/arch-arm/usr/include/android/input.h
index 0aac02f..9100038 100644
--- a/9/platforms/android-12/arch-arm/usr/include/android/input.h
+++ b/9/platforms/android-12/arch-arm/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-12/arch-mips/usr/include/android/input.h b/9/platforms/android-12/arch-mips/usr/include/android/input.h
index 0aac02f..9100038 100644
--- a/9/platforms/android-12/arch-mips/usr/include/android/input.h
+++ b/9/platforms/android-12/arch-mips/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-12/arch-x86/usr/include/android/input.h b/9/platforms/android-12/arch-x86/usr/include/android/input.h
index 0aac02f..9100038 100644
--- a/9/platforms/android-12/arch-x86/usr/include/android/input.h
+++ b/9/platforms/android-12/arch-x86/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-13/arch-arm/usr/include/android/input.h b/9/platforms/android-13/arch-arm/usr/include/android/input.h
index 7717a50..b0d60c3 100644
--- a/9/platforms/android-13/arch-arm/usr/include/android/input.h
+++ b/9/platforms/android-13/arch-arm/usr/include/android/input.h
@@ -543,7 +543,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-13/arch-mips/usr/include/android/input.h b/9/platforms/android-13/arch-mips/usr/include/android/input.h
index 7717a50..b0d60c3 100644
--- a/9/platforms/android-13/arch-mips/usr/include/android/input.h
+++ b/9/platforms/android-13/arch-mips/usr/include/android/input.h
@@ -543,7 +543,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-13/arch-x86/usr/include/android/input.h b/9/platforms/android-13/arch-x86/usr/include/android/input.h
index 7717a50..b0d60c3 100644
--- a/9/platforms/android-13/arch-x86/usr/include/android/input.h
+++ b/9/platforms/android-13/arch-x86/usr/include/android/input.h
@@ -543,7 +543,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-14/arch-arm/usr/include/android/input.h b/9/platforms/android-14/arch-arm/usr/include/android/input.h
index ac7bcc0..16b60b5 100644
--- a/9/platforms/android-14/arch-arm/usr/include/android/input.h
+++ b/9/platforms/android-14/arch-arm/usr/include/android/input.h
@@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-14/arch-mips/usr/include/android/input.h b/9/platforms/android-14/arch-mips/usr/include/android/input.h
index ac7bcc0..16b60b5 100644
--- a/9/platforms/android-14/arch-mips/usr/include/android/input.h
+++ b/9/platforms/android-14/arch-mips/usr/include/android/input.h
@@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-14/arch-x86/usr/include/android/input.h b/9/platforms/android-14/arch-x86/usr/include/android/input.h
index ac7bcc0..16b60b5 100644
--- a/9/platforms/android-14/arch-x86/usr/include/android/input.h
+++ b/9/platforms/android-14/arch-x86/usr/include/android/input.h
@@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-15/arch-arm/usr/include/android/input.h b/9/platforms/android-15/arch-arm/usr/include/android/input.h
index ac7bcc0..16b60b5 100644
--- a/9/platforms/android-15/arch-arm/usr/include/android/input.h
+++ b/9/platforms/android-15/arch-arm/usr/include/android/input.h
@@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-15/arch-mips/usr/include/android/input.h b/9/platforms/android-15/arch-mips/usr/include/android/input.h
index ac7bcc0..16b60b5 100644
--- a/9/platforms/android-15/arch-mips/usr/include/android/input.h
+++ b/9/platforms/android-15/arch-mips/usr/include/android/input.h
@@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-15/arch-x86/usr/include/android/input.h b/9/platforms/android-15/arch-x86/usr/include/android/input.h
index ac7bcc0..16b60b5 100644
--- a/9/platforms/android-15/arch-x86/usr/include/android/input.h
+++ b/9/platforms/android-15/arch-x86/usr/include/android/input.h
@@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-16/arch-arm/usr/include/android/input.h b/9/platforms/android-16/arch-arm/usr/include/android/input.h
index ac7bcc0..16b60b5 100644
--- a/9/platforms/android-16/arch-arm/usr/include/android/input.h
+++ b/9/platforms/android-16/arch-arm/usr/include/android/input.h
@@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-16/arch-mips/usr/include/android/input.h b/9/platforms/android-16/arch-mips/usr/include/android/input.h
index ac7bcc0..16b60b5 100644
--- a/9/platforms/android-16/arch-mips/usr/include/android/input.h
+++ b/9/platforms/android-16/arch-mips/usr/include/android/input.h
@@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-16/arch-x86/usr/include/android/input.h b/9/platforms/android-16/arch-x86/usr/include/android/input.h
index ac7bcc0..16b60b5 100644
--- a/9/platforms/android-16/arch-x86/usr/include/android/input.h
+++ b/9/platforms/android-16/arch-x86/usr/include/android/input.h
@@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-17/arch-arm/usr/include/android/input.h b/9/platforms/android-17/arch-arm/usr/include/android/input.h
index ac7bcc0..16b60b5 100644
--- a/9/platforms/android-17/arch-arm/usr/include/android/input.h
+++ b/9/platforms/android-17/arch-arm/usr/include/android/input.h
@@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-17/arch-mips/usr/include/android/input.h b/9/platforms/android-17/arch-mips/usr/include/android/input.h
index ac7bcc0..16b60b5 100644
--- a/9/platforms/android-17/arch-mips/usr/include/android/input.h
+++ b/9/platforms/android-17/arch-mips/usr/include/android/input.h
@@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-17/arch-x86/usr/include/android/input.h b/9/platforms/android-17/arch-x86/usr/include/android/input.h
index ac7bcc0..16b60b5 100644
--- a/9/platforms/android-17/arch-x86/usr/include/android/input.h
+++ b/9/platforms/android-17/arch-x86/usr/include/android/input.h
@@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-18/arch-arm/usr/include/android/input.h b/9/platforms/android-18/arch-arm/usr/include/android/input.h
index fead769..a660761 100644
--- a/9/platforms/android-18/arch-arm/usr/include/android/input.h
+++ b/9/platforms/android-18/arch-arm/usr/include/android/input.h
@@ -583,7 +583,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-18/arch-mips/usr/include/android/input.h b/9/platforms/android-18/arch-mips/usr/include/android/input.h
index fead769..a660761 100644
--- a/9/platforms/android-18/arch-mips/usr/include/android/input.h
+++ b/9/platforms/android-18/arch-mips/usr/include/android/input.h
@@ -583,7 +583,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-18/arch-x86/usr/include/android/input.h b/9/platforms/android-18/arch-x86/usr/include/android/input.h
index fead769..a660761 100644
--- a/9/platforms/android-18/arch-x86/usr/include/android/input.h
+++ b/9/platforms/android-18/arch-x86/usr/include/android/input.h
@@ -583,7 +583,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-19/arch-arm/usr/include/android/input.h b/9/platforms/android-19/arch-arm/usr/include/android/input.h
index fead769..a660761 100644
--- a/9/platforms/android-19/arch-arm/usr/include/android/input.h
+++ b/9/platforms/android-19/arch-arm/usr/include/android/input.h
@@ -583,7 +583,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-19/arch-mips/usr/include/android/input.h b/9/platforms/android-19/arch-mips/usr/include/android/input.h
index fead769..a660761 100644
--- a/9/platforms/android-19/arch-mips/usr/include/android/input.h
+++ b/9/platforms/android-19/arch-mips/usr/include/android/input.h
@@ -583,7 +583,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-19/arch-x86/usr/include/android/input.h b/9/platforms/android-19/arch-x86/usr/include/android/input.h
index fead769..a660761 100644
--- a/9/platforms/android-19/arch-x86/usr/include/android/input.h
+++ b/9/platforms/android-19/arch-x86/usr/include/android/input.h
@@ -583,7 +583,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-9/arch-arm/usr/include/android/input.h b/9/platforms/android-9/arch-arm/usr/include/android/input.h
index 0aac02f..9100038 100644
--- a/9/platforms/android-9/arch-arm/usr/include/android/input.h
+++ b/9/platforms/android-9/arch-arm/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-9/arch-mips/usr/include/android/input.h b/9/platforms/android-9/arch-mips/usr/include/android/input.h
index 0aac02f..9100038 100644
--- a/9/platforms/android-9/arch-mips/usr/include/android/input.h
+++ b/9/platforms/android-9/arch-mips/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */
diff --git a/9/platforms/android-9/arch-x86/usr/include/android/input.h b/9/platforms/android-9/arch-x86/usr/include/android/input.h
index 0aac02f..9100038 100644
--- a/9/platforms/android-9/arch-x86/usr/include/android/input.h
+++ b/9/platforms/android-9/arch-x86/usr/include/android/input.h
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
* and views. */
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
-/* Get the precision of the Y coordinates being reported.
+/* Get the Y coordinate offset.
* For touch events on the screen, this is the delta that was added to the raw
* screen coordinates to adjust for the absolute position of the containing windows
* and views. */