Files
frameworks_base/core/java/android/widget
Mady Mellor cc65c37f10 Text selection: add some slop for moving between lines
It's pretty easy to accidentally move to a different line when
selecting text. This CL makes an adjustment so that if the user
is on a line, they must move above the top of it + slop to move
up a line, and they must move below the bottom of it + slop to move
down a line.

This CL also makes a small modification to check if the layout is
null and return early which simplifies some of the following code.

Bug: 21306433
Change-Id: I4a854e644faafaf1e159201ae1f2838862f16b25
2015-06-17 09:25:19 -07:00
..
2015-03-23 14:54:35 -07:00
2015-04-07 15:37:30 -07:00
2015-06-01 23:59:00 +00:00
2015-06-11 18:07:43 -07:00