diff options
author | David Friedman <dmail@google.com> | 2014-02-05 11:11:33 +0800 |
---|---|---|
committer | Andrew Hsieh <andrewhsieh@google.com> | 2014-02-05 11:19:04 +0800 |
commit | 8769436bba6b0601f6110f907324c7cfe51cae7a (patch) | |
tree | 6a83354efe906c3cc94ef579cc0a6e39b52b6d75 /include/android/input.h | |
parent | 4e7fd9506103dcc9750788caf1f94b8d1348f37b (diff) | |
download | frameworks_native-8769436bba6b0601f6110f907324c7cfe51cae7a.zip frameworks_native-8769436bba6b0601f6110f907324c7cfe51cae7a.tar.gz frameworks_native-8769436bba6b0601f6110f907324c7cfe51cae7a.tar.bz2 |
Fixed apparent copy/paste mistake
Bug: 11634373
Change-Id: I9b0ac4d3b4a9a2999b2013abd39465a062ec51ea
Diffstat (limited to 'include/android/input.h')
-rw-r--r-- | include/android/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android/input.h b/include/android/input.h index fead769..a660761 100644 --- a/include/android/input.h +++ b/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. */ |