Files
frameworks_base/core/java/android
Felipe Leme d09ccb8db6 Added auto-fill support for Spinner.
Spinner is a special kind of list-value field because its auto-fillable
values are not currently present in the assist structure: this change
adds a getAutoFillOptions() to fill that void, and implements the
auto-fill APIs on Spinner.

It also fixes RadioGroup.getAutoFillValue() - it should return the index
of the child, not its resource id.

Bug: 33550221
Test: CtsAutoFillServiceTestCases (with new tests) pass
Change-Id: I625e7dd705fade56fda490fcd3c4446c0c245ee1
2017-02-22 16:09:50 -08:00
..
2017-02-22 16:09:50 -08:00
2017-01-25 17:00:55 -08:00
2017-01-27 08:28:45 -05:00
2017-01-25 18:21:28 +00:00
2017-02-22 11:47:17 -07:00
2017-01-30 14:47:30 -08:00
2017-02-10 13:53:43 -08:00
2017-02-22 16:09:50 -08:00