summaryrefslogtreecommitdiff
path: root/core/java/android/widget/Spinner.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+7
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+6
* Replaced auto-fill by autofill to keep it consistent with API style.Felipe Leme2017-03-091-22/+0
* Optimize ViewStructure for autofill by removing irrelevant nodes.Felipe Leme2017-03-081-19/+0
* Replace AutoFillType by view constants.Felipe Leme2017-03-071-3/+2
* Don't set auto-fill options when Spinner has no adapter.Felipe Leme2017-03-041-0/+3
* Added auto-fill support for Spinner.Felipe Leme2017-02-221-0/+40
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-18/+18
* Custom pointer icon for standard widgetsVladislav Kaznacheev2016-09-231-0/+9
* Add @TestApi method to Spinner to test whether popup is showing.Kirill Grouchnikov2016-04-081-0/+9
* Apply Spinner dropDownSelector value from XMLAlan Viverette2016-01-111-0/+4
* Pull out widget helpers into their own classes.Oren Blasberg2015-08-311-2/+2
* Clean up Spinner constructor docs, final class varsAlan Viverette2015-08-121-36/+44
* Ensure child is attached before performing measure/layout in SpinnerAlan Viverette2015-06-221-3/+5
* Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell2015-06-111-2/+2
* API review feedback for ThemedSpinnerAdapter, SpinnerAlan Viverette2015-06-021-27/+11
* Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski2015-04-161-2/+2
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-2/+2
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-5/+2
* Ensure spinner variables are initialized correctlyAlan Viverette2015-01-161-67/+93
* Add popup theme for Spinner, use for actionBarPopupTheme defaultAlan Viverette2015-01-141-20/+96
* Fix accessibility delegationAlan Viverette2015-01-071-4/+6
* Put in real "code" (aka marketing) name.Dianne Hackborn2014-10-071-2/+2
* Fix docs buildAlan Viverette2014-08-281-6/+6
* Update action bar item widths, overflow menu, button, and spinner stylesAlan Viverette2014-08-281-11/+0
* Throw exception when a bad adapter is passed to SpinnerAlan Viverette2014-06-171-1/+14
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-1/+1
* am 86824cf0: am 3a3def13: am 0e8f02d6: am 76dcacad: am 1ff4293e: Merge "Fixed...Christopher Tate2014-01-271-2/+4
|\
| * Merge "Fixed race condition in Spinner.DialogPopup on null reference."Christopher Tate2014-01-271-2/+4
| |\
| | * Fixed race condition in Spinner.DialogPopup on null reference.Daniel 2 Olofsson2013-07-121-2/+4
* | | am 218b1163: am 6a221b3f: Fix some bizarre Spinner behaviorAdam Powell2013-09-101-10/+14
|\| |
| * | Fix some bizarre Spinner behaviorAdam Powell2013-09-101-10/+14
* | | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-19/+43
|/ /
* | Merge "Update AccessibilityNodeInfo API as per API council request" into klp-devSvetoslav Ganov2013-08-271-1/+1
|\ \
| * | Update AccessibilityNodeInfo API as per API council requestSvetoslav Ganov2013-08-271-1/+1
* | | Reconcile drag-to-open and touch event interceptionAlan Viverette2013-08-221-1/+1
|/ /
* | Merge "Move forwarding code to ListPopupWindow, add drag-to-open in Spinner" ...Alan Viverette2013-08-211-2/+30
|\ \
| * | Move forwarding code to ListPopupWindow, add drag-to-open in SpinnerAlan Viverette2013-08-161-2/+30
* | | Use MULTI_LINE and OPENS_POPUP accessibility propertiesAlan Viverette2013-08-191-0/+4
|/ /
* | Don't show spinner popup if adapter is nullAlan Viverette2013-07-291-0/+3
* | Update setAdapter() documentation for SpinnerAlan Viverette2013-07-241-0/+12
* | Permit null adapters in SpinnersAdam Powell2013-04-101-13/+16
* | Make Spinner widget RTL-aware (part 2)Fabrice Di Meglio2013-03-051-12/+17