commit | 8756d24cddbcd88c56580b063d1b6aab832d8926 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Mar 18 09:53:34 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Mar 18 09:53:34 2021 +0000 |
tree | e429f292d60415db6050253bc065d791ce7ae245 | |
parent | 4b4cd8f14a0e2ded5a15d5ad635f0c8f0a124578 [diff] | |
parent | 2745c956d03aa5bba0fe8b0efb58a7c2756f611b [diff] |
Merge "Update android/input.h docs" into sc-dev
diff --git a/include/android/input.h b/include/android/input.h index 6fe95c0..bb98beb 100644 --- a/include/android/input.h +++ b/include/android/input.h
@@ -678,7 +678,7 @@ /** * Axis constant: The movement of y position of a motion event. * - * Same as {@link RELATIVE_X}, but for y position. + * Same as {@link AMOTION_EVENT_AXIS_RELATIVE_X}, but for y position. */ AMOTION_EVENT_AXIS_RELATIVE_Y = 28, /**