diff options
author | David Friedman <dmail@google.com> | 2014-02-04 14:00:16 -0800 |
---|---|---|
committer | David Friedman <dmail@google.com> | 2014-02-04 14:00:16 -0800 |
commit | c58a8a297c1fb6145d7e99c9eb9992d98a15dc3d (patch) | |
tree | aaf900c31f364c2b5d856634870ae28c81c98df8 /9/platforms/android-16/arch-arm | |
parent | 0fe85d4f67353d8f616fabc9ea20252e41b2d606 (diff) | |
download | prebuilts_ndk-c58a8a297c1fb6145d7e99c9eb9992d98a15dc3d.zip prebuilts_ndk-c58a8a297c1fb6145d7e99c9eb9992d98a15dc3d.tar.gz prebuilts_ndk-c58a8a297c1fb6145d7e99c9eb9992d98a15dc3d.tar.bz2 |
Fixed apparent copy/paste mistake
Bug: 11634378
Change-Id: I77933e690e377d4704831f1142de8d6b44053327
Diffstat (limited to '9/platforms/android-16/arch-arm')
-rw-r--r-- | 9/platforms/android-16/arch-arm/usr/include/android/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |