summaryrefslogtreecommitdiff
path: root/core/java/android/widget/BaseAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
| | | | | | | | Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library. Bug: 145132366 Test: m && diff unsupportedappusage_index.csv Change-Id: I5be7335b23a92b8ac80d2fd890198273b66ad644
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+2
| | | | | | | | | | | | | | | | For packages: android.widget This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: Ic61019b1df85448a158fc2ba55c326353222c6b9
* Added BaseAdapter.setAutofillOptions()Felipe Leme2017-06-211-0/+14
| | | | | | | | | | | Also changed ArrayAdapter to use it, when set. Fixes: 37518906 Test: cts-tradefed run commandAndExit cts-dev -m CtsWidgetTestCases -t android.widget.cts.BaseAdapterTest Test: cts-tradefed run commandAndExit cts-dev -m CtsWidgetTestCases -t android.widget.cts.ArrayAdapterTest Test: m update-api Change-Id: I5e883555b0fb9d084b57b9239595bf0632fc41af
* Fix some documentation typos.Newton Allen2013-10-301-2/+2
| | | | Change-Id: I0360d468d54d970c87f313e24e50965245206f28
* Improve docs in BaseAdapter.Adam Powell2011-09-271-3/+8
| | | | Change-Id: Idbe19f9b01132c28b4960515c23bd28e3729fd5d
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+80
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-76/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-4/+0
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-0/+4
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+76