OSDN Git Service

Fix negative touch word offset that caused crashing when selecting text
authorMady Mellor <madym@google.com>
Thu, 12 Mar 2015 18:01:43 +0000 (11:01 -0700)
committerMady Mellor <madym@google.com>
Thu, 12 Mar 2015 19:24:26 +0000 (19:24 +0000)
commit27d6b97f635bba781f4979093b82b7f6198cdeb9
tree749208d897aa63aabf3e7b467d35f7eea29cf13d
parentbe331a3809b9cf921c6ad65e1d671b24e97dded9
Fix negative touch word offset that caused crashing when selecting text

Previously the offset between the touch event and the start / end of
the word could result in a negative value - we don't care or want
this value to be negative. The negative value also causes the returned
offset to be outside the bounds of the text which resulted in a crash.

Bug: 19705184
Change-Id: I4287df7778c246dd10654f1a1f1e57538e940730
core/java/android/widget/Editor.java