OSDN Git Service

Do not force the soft keyboard open if the search widget is already at the top of...
authorMike LeBeau <mlebeau@android.com>
Sat, 23 May 2009 01:08:43 +0000 (18:08 -0700)
committerMike LeBeau <mlebeau@android.com>
Sat, 23 May 2009 01:08:43 +0000 (18:08 -0700)
commit8283ccff7c44e3f2a62496167159228eb50706b6
tree625912418e6fd344e76e88067a8488b93aaceb5a
parent6f3b47704c9e1f655df8ed5dcf4531745392b2d7
Do not force the soft keyboard open if the search widget is already at the top of the screen.
Forcing the soft keyboard open is done at a specific time when animating the
search widget to the top of the screen in order to time the two animations well,
but we were doing it anyway even if the search widget was already at the top of
the screen and didn't need to animate.

Okay, so git does kinda rock when you're on a plane. :)
src/com/android/launcher/Search.java