Mike LeBeau 1fffbd97fa Fix keyboard not showing for global search on Dream. Rather than trying to
call the hidden showSoftInputUnchecked method to show the IME in SearchDialog#show(),
override onWindowFocusChanged in our subclass of AutoCompleteTextView so that whenever
it gets focus, we call the public showSoftInput method, passing in the ACTV, which is
the correct way to do this.

This fixes http://b/1930989.
2009-07-14 17:05:24 -07:00
..
2009-07-14 16:13:38 -07:00
2009-06-18 18:36:37 -07:00
2009-07-14 16:13:38 -07:00
2009-07-10 17:54:32 +01:00
2009-07-14 15:39:20 -07:00