Files
frameworks_base/core/java/android/widget
Amith Yamasani 0594476ffa SearchView: Add some more listeners, IME dismiss improvements and focus control.
Addresses following bugs:
3067611 : Submit button incorrectly displayed
3064371 : Callback to report suggestion click
3008580 : Setting initial focus

The SearchView will take initial focus now, reverting an earlier change. If
you don't want it to take initial focus, then you must requestFocus on a
different view on launching the activity, since the initial focus is desirable
in other cases. This is normal behavior for all EditText widgets and SearchView
shouldn't have a different behavior.
2010-10-08 15:49:37 -07:00
..
2009-11-13 13:53:39 -08:00
2009-07-29 14:25:07 -07:00
2010-09-15 14:39:48 -07:00
2009-07-21 11:16:54 -07:00
2010-08-04 11:06:22 -07:00
2009-07-29 14:25:07 -07:00