diff options
| author | Trevor Johns <trevorjohns@google.com> | 2016-04-12 10:13:47 -0700 |
|---|---|---|
| committer | Trevor Johns <trevorjohns@google.com> | 2016-04-19 02:03:59 -0700 |
| commit | 682c24e22811d4ee17ae1cd61bf255c3f7e722b7 (patch) | |
| tree | 14ae11892022b653871ede366b09277254704f5a /core/java/android/view/MotionEvent.java | |
| parent | 65136ac6a4f6fb2423a0768b451782dcd0e960d5 (diff) | |
Resolve merge conflicts of a5060ee to nyc-dev
This undoes the automerger skip which occured in
commit e740c84dc32180214a7fd157105d6c18d30408ee and
replays it as a standard (NOT -s ours) merge.
Change-Id: If5a47be26f73d6a0735c425cd66310a3e2a89086
Diffstat (limited to 'core/java/android/view/MotionEvent.java')
| -rw-r--r-- | core/java/android/view/MotionEvent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/MotionEvent.java b/core/java/android/view/MotionEvent.java index a0f51425ab1e..85fa1fabbf04 100644 --- a/core/java/android/view/MotionEvent.java +++ b/core/java/android/view/MotionEvent.java @@ -2052,7 +2052,7 @@ public final class MotionEvent extends InputEvent implements Parcelable { /** * Return the pointer identifier associated with a particular pointer - * data index is this event. The identifier tells you the actual pointer + * data index in this event. The identifier tells you the actual pointer * number associated with the data, accounting for individual pointers * going up and down since the start of the current gesture. * @param pointerIndex Raw index of pointer to retrieve. Value may be from 0 |
