Merge "Fixed apparent copy/paste mistake Bug: 11634373"
This commit is contained in:
@@ -543,7 +543,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
|
|||||||
* and views. */
|
* and views. */
|
||||||
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
|
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
|
* 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
|
* screen coordinates to adjust for the absolute position of the containing windows
|
||||||
* and views. */
|
* and views. */
|
||||||
|
|||||||
@@ -581,7 +581,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
|
|||||||
* and views. */
|
* and views. */
|
||||||
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
|
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
|
* 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
|
* screen coordinates to adjust for the absolute position of the containing windows
|
||||||
* and views. */
|
* and views. */
|
||||||
|
|||||||
@@ -583,7 +583,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
|
|||||||
* and views. */
|
* and views. */
|
||||||
float AMotionEvent_getXOffset(const AInputEvent* motion_event);
|
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
|
* 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
|
* screen coordinates to adjust for the absolute position of the containing windows
|
||||||
* and views. */
|
* and views. */
|
||||||
|
|||||||
@@ -435,7 +435,7 @@ int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
|
|||||||
* and views. */
|
* and views. */
|
||||||
float AMotionEvent_getXOffset(const AInputEvent* motion_event) __NDK_FPABI__;
|
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
|
* 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
|
* screen coordinates to adjust for the absolute position of the containing windows
|
||||||
* and views. */
|
* and views. */
|
||||||
|
|||||||
Reference in New Issue
Block a user