summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ListPopupWindow.java
Commit message (Expand)AuthorAgeFilesLines
* Clear popups on KEYCODE_ESCAPE as well as KEYCODE_BACKMatthew Duggan2021-07-061-1/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-4/+4
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-4/+4
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-4/+4
* Add dismissImmediate to ListPopupWindow to prevent window leaks in GlobalActi...Aran Ink2020-04-241-0/+9
* Process numpad enter key along with enter key.Byungsung You2020-04-151-0/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Add javadoc references to styleable attributes.Paul Sowden2019-04-171-0/+7
* Rename methods for PopupWindowMatvei Malkov2019-03-121-1/+1
* Epicenter API for ListPopupWindowMatvei Malkov2019-02-101-4/+17
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+8
* Fixed several core and CTS testsEvan Rosky2017-10-201-0/+2
* ListPopupWindow: Wrap new bounds checking in targetSdk check.Robert Carr2017-06-221-2/+9
* Fix anchor overlap handling in ListPopupWindowVladislav Kaznacheev2017-04-051-1/+5
* Don't allow the negative height of ListPopupWindowShunta Sato2017-03-281-1/+9
* Merge "Anchor a cascading submenu to its parent menu item"TreeHugger Robot2017-03-231-0/+9
|\
| * Anchor a cascading submenu to its parent menu itemVladislav Kaznacheev2017-03-141-0/+9
* | Merge "Skip ListPopupWindow position update if detached" am: c45b10a9cb am: 3...Alan Viverette2017-03-231-0/+4
|\ \ | |/ |/|
| * Skip ListPopupWindow position update if detachedtianran.x.li2017-03-141-0/+4
* | Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-56/+56
|/
* Account for top and bottom padding in ListPopupWindowAlan Viverette2016-03-211-15/+20
* Tweak Javadocs of ListPopupWindow.onKeyXXXKirill Grouchnikov2016-03-161-7/+9
* Animate context popup menu around origin pointAlan Viverette2016-01-191-1/+20
* Clean up lint warnings in popup menu presenter classesAlan Viverette2016-01-131-41/+33
* Add Cascading submenus implementation.Oren Blasberg2015-09-101-1/+2
* Pull out widget helpers into their own classes.Oren Blasberg2015-08-311-570/+11
* Introduces mouse actions for popup menu.Jun Mukai2015-07-081-2/+6
* Constrain ListPopupWindow hint width spec to >= 0Alan Viverette2015-06-251-4/+13
* Create ListPopupWindow handler against main looperAlan Viverette2015-06-181-1/+2
* Specifies the new height/width for update() on ListPopupWindow.show().Jun Mukai2015-06-091-3/+2
* Only resize list popup if it's still attached to a windowAlan Viverette2015-05-071-2/+3
* ListPopupWindow should use window layout type SUB_PANELAlan Viverette2015-04-301-1/+17
* Fix default width and height for PopupWindow's decor viewAlan Viverette2015-03-221-16/+19
* Prevent drag-to-open from cycling pressed state, propagate hotspotAlan Viverette2015-01-261-6/+19
* Let host view handle long-press when using drag-to-openAlan Viverette2014-12-081-3/+5
* Update drag-to-open menu close behaviorAlan Viverette2014-10-271-8/+1
* Manage pressed state during drag-to-openAlan Viverette2014-10-011-0/+14
* Update action bar item widths, overflow menu, button, and spinner stylesAlan Viverette2014-08-281-0/+14
* Actually set the internal modal value in ListPopupWindow.setModal()Chet Haase2014-08-061-1/+1
* Allow medium-long-press to initiate drag-to-open menusAlan Viverette2014-07-231-8/+78
* Use touch hotspot in drag-to-open, fix forwarding cancellationAlan Viverette2014-07-011-4/+10
* Add support for popups overlapping anchorsAlan Viverette2014-05-051-2/+2
* Support for list selector ripple during arrow movement & dragAlan Viverette2014-05-011-1/+1
* Fix drag-to-open forwarding behaviorAlan Viverette2014-03-281-0/+10
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* Add gravity settings to PopupWindow/ListPopupWindow/PopupMenuAdam Powell2013-09-261-1/+14
* Fix pre tag formatting in getDragToOpenListener documentationAlan Viverette2013-08-301-2/+4
* Add public API for obtaining drag-to-open listenerAlan Viverette2013-08-271-0/+27
* Merge "Add auto-scrolling in ListPopupWindow drag-to-open mode" into klp-devAlan Viverette2013-08-261-2/+16
|\
| * Add auto-scrolling in ListPopupWindow drag-to-open modeAlan Viverette2013-08-211-2/+16