OSDN Git Service

Bring up the IME when TextView receives ACTION_CLICK
authorAlan Viverette <alanv@google.com>
Sun, 7 Sep 2014 22:49:49 +0000 (15:49 -0700)
committerAlan Viverette <alanv@google.com>
Tue, 9 Sep 2014 20:38:08 +0000 (13:38 -0700)
commitb687788f52e8367a32efbfdbc4738c2cae5804c1
treeed72fa03c68a1d63e00e25e854567c39eee88a79
parentf98fbb710b3092cd2282682cee1dc9cd09ecaa2e
Bring up the IME when TextView receives ACTION_CLICK

Simulates the relevant portions of a DOWN/UP event pair to request focus
and bring up the IME.

BUG: 8213791
Change-Id: Idb32d81552ecbbdefc64686c914eba6d8e28b0b8
core/java/android/widget/TextView.java