OSDN Git Service

Double tap triggers text selection in a TextView. DO NOT MERGE
authorGilles Debunne <debunne@google.com>
Tue, 12 Oct 2010 00:12:39 +0000 (17:12 -0700)
committerGilles Debunne <debunne@google.com>
Fri, 4 Feb 2011 23:50:10 +0000 (15:50 -0800)
commitc0728cc042bd5cc6ab520d3395deec50481f8f5a
treecd65451495c31be7d7023cc7fd3897e13fb72102
parent893ac28f75561061a8f334cbd4e47833d7fd7843
Double tap triggers text selection in a TextView. DO NOT MERGE

This is a convenient way to switch to selection mode without the
context menu. Context menu is still available and offerts Select Input method option.

Browser overloads touch events and this feature is not available in Browser which
limits the conflict with double tap zoom in browser.

Change-Id: I286504cf03733d5c2fb9bc01765f713d14bbd2f4
core/java/android/widget/TextView.java