From 3b601c65503e604d759143e60e921119a96ed220 Mon Sep 17 00:00:00 2001 From: David Friedman Date: Wed, 5 Feb 2014 11:15:53 +0800 Subject: [PATCH] Fixed apparent copy/paste mistake Bug: 11634373 Change-Id: I44766217f414988bfd3be68043a4b80dd21554d8 --- ndk/platforms/android-13/include/android/input.h | 2 +- ndk/platforms/android-14/include/android/input.h | 2 +- ndk/platforms/android-18/include/android/input.h | 2 +- ndk/platforms/android-9/include/android/input.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ndk/platforms/android-13/include/android/input.h b/ndk/platforms/android-13/include/android/input.h index 7717a5050..b0d60c314 100644 --- a/ndk/platforms/android-13/include/android/input.h +++ b/ndk/platforms/android-13/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/ndk/platforms/android-14/include/android/input.h b/ndk/platforms/android-14/include/android/input.h index ac7bcc0de..16b60b567 100644 --- a/ndk/platforms/android-14/include/android/input.h +++ b/ndk/platforms/android-14/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/ndk/platforms/android-18/include/android/input.h b/ndk/platforms/android-18/include/android/input.h index fead76947..a66076172 100644 --- a/ndk/platforms/android-18/include/android/input.h +++ b/ndk/platforms/android-18/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/ndk/platforms/android-9/include/android/input.h b/ndk/platforms/android-9/include/android/input.h index 0aac02f4f..9100038f3 100644 --- a/ndk/platforms/android-9/include/android/input.h +++ b/ndk/platforms/android-9/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. */