summaryrefslogtreecommitdiff
path: root/core/java/android/widget/AdapterView.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Revert "The source of subtree chagnes should be the viewParent"Qasid Sadiq2019-08-231-2/+1
* The source of subtree chagnes should be the viewParentQasid Ahmad Sadiq2019-06-251-1/+2
* Disallow reflection access to AdapterView#mDataChanged after P.Sumir Kataria2019-02-081-1/+2
* Minor Content Capture-related changes.Felipe Leme2018-11-141-6/+16
* docs: fixed instances of typo in 'overridden'kopriva2018-09-131-1/+1
|\
| * docs: fixed instances of typo in 'overridden'kopriva2018-09-131-1/+1
* | Merge "Add @UnsupportedAppUsage annotations"Mathew Inwood2018-08-211-0/+14
|\ \ | |/ |/|
| * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+14
* | docs: Fixed typos in AdapterView Javadoc.Shrijana Ghimire2018-06-121-2/+2
|/
* Revert "Move A11y events throttling away from View(RootImpl)"Eugene Susla2018-01-261-1/+1
* Move A11y events throttling away from View(RootImpl)Eugene Susla2018-01-091-1/+1
* docs: Typo fixesAndrew Solovay2017-10-271-5/+5
* Moved getAutofillOptions() logic from SpinnerAbs to AdapterView and Adapter.Felipe Leme2017-04-181-1/+22
* Make AdapterView auto-focusable-awareEvan Rosky2017-04-051-6/+12
* Fix a few auto fill ussuesSvet Ganov2017-03-131-1/+1
* Replaced auto-fill by autofill to keep it consistent with API style.Felipe Leme2017-03-091-3/+3
* Added auto-fill support for Spinner.Felipe Leme2017-02-221-0/+6
* Fix ListView losing scroll positionAndrei Stingaceanu2016-04-271-1/+0
* Merge "Fix Spinner not restoring selection when set to GONE"Doris Liu2015-09-161-0/+1
|\
| * Fix Spinner not restoring selection when set to GONEDoris Liu2015-09-111-0/+1
* | Avoid OOBE when AbsListView layout is out of sync with adapterAlan Viverette2015-09-141-6/+13
|/
* Avoid NPE when getPositionForView() is called on detached viewAlan Viverette2015-08-261-6/+8
* Revert "Synchronize selected item data on-demand after data set invalidation"Alan Viverette2015-06-041-49/+10
* Synchronize selected item data on-demand after data set invalidationAlan Viverette2015-06-031-10/+49
* Always send VIEW_CLICKED event from AdapterView.performItemClick()Alan Viverette2015-06-011-5/+8
* Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-0/+14
* Add more @Nullable annotationsScott Kennedy2015-03-061-2/+5
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-2/+5
* Fix accessibility delegationAlan Viverette2015-01-071-7/+11
* Printing from two apps at the same time not working.Svet Ganov2014-10-241-1/+2
* Ensure AdapterView doesn't post selection notifications foreverAlan Viverette2014-10-071-9/+35
* Fix accessibility events emitted from TwoStatePreferenceAlan Viverette2014-09-021-1/+1
* am 0047d3e0: am e253b514: am 29d60b95: am 8d41e653: Merge "Miscellaneous smal...Elliott Hughes2014-02-211-1/+1
|\
| * Miscellaneous small documentation fixes.Mark Doliner2014-01-031-1/+1
* | am 36055c33: am e1cb9acc: Merge "Update AdapterView.performItemClick() docume...Alan Viverette2013-09-241-1/+3
|\|
| * Update AdapterView.performItemClick() documentationAlan Viverette2013-09-171-1/+3
* | Clean up layout constructors, make them consistentAlan Viverette2013-09-101-2/+2
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-2/+6
|/
* Notification for changed subtree in accessibility mode not fired properly.Svetoslav2013-06-101-1/+1
* Optimizing AccessibilityNodeInfo caching.Svetoslav2013-06-051-3/+1
* Improving accessibility focus traversal.Svetoslav Ganov2012-05-141-19/+1
* Perform null check on empty view before doing accessibility check.Mindy Pereira2012-04-161-1/+2
* Accessibility focus - frameworkSvetoslav Ganov2012-04-131-10/+51
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+2
* docs: add developer guide cross references, Project ACRE, round 3Joe Fernandez2011-10-281-0/+6
* AdapterView does not check for null adapter when initializing accessibility e...Svetoslav Ganov2011-10-191-1/+1
* Merge "DO NOT MERGE AdapterView does not set setCurrentItemIndex in accessibi...Svetoslav Ganov2011-10-111-0/+1
|\
| * DO NOT MERGE AdapterView does not set setCurrentItemIndex in accessibility ev...Svetoslav Ganov2011-10-111-0/+1
* | DO NOT MERGE AdapterView#isScrollableForAccessibility does not handle null ad...Svetoslav Ganov2011-10-111-3/+7
|/