OSDN Git Service

Fix selection by double tap in Extracted mode
authorAndrei Stingaceanu <stg@google.com>
Fri, 19 Jun 2015 15:44:37 +0000 (16:44 +0100)
committerAndrei Stingaceanu <stg@google.com>
Mon, 22 Jun 2015 11:42:06 +0000 (12:42 +0100)
commitb1891b3fc9d07ef766978f0a39c382b217a529e0
tree94ae6e4a8696657b55e4aa95996bed09b4f55ced
parent8228e4247c320632ba1e401259eceae7aa2738d1
Fix selection by double tap in Extracted mode

Select with double tap in extracted mode has suffered
a regression recently: flickers and it does not correctly
select. Found this fix after a lot of trials.

Bug: 20128047
Change-Id: I1bbe8c11982d37e5409bac2b648a31b0ca1f0bbc
core/java/android/inputmethodservice/ExtractEditText.java
core/java/android/widget/Editor.java
core/java/android/widget/TextView.java