OSDN Git Service

Make AdapterView auto-focusable-aware
authorEvan Rosky <erosky@google.com>
Wed, 5 Apr 2017 22:07:31 +0000 (15:07 -0700)
committerEvan Rosky <erosky@google.com>
Wed, 5 Apr 2017 22:19:44 +0000 (15:19 -0700)
commitb8372c041e9e4fc6271d6db3efab1e7e5ec05814
tree468735fe1a53506ebde2e37ba876744216f5b446
parent2b285566a4fd99640be5f029ffa78320d265b22f
Make AdapterView auto-focusable-aware

AdapterView already does its own sort-of auto-focusable thing.

This change makes it compatible with FOCUSABLE_AUTO.

Bug: 36984131
Test: AdapterViewTest#testchangeFocusable
Change-Id: Iff57caff0f59fb79a28ed36c78530cff41533b62
core/java/android/widget/AdapterView.java