summaryrefslogtreecommitdiff
path: root/core/java/android/widget/PopupMenu.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Add PopupMenu#setForceShowIconMihai Popa2019-02-051-0/+13
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+3
* Add @TestApi PopupMenu.getMenuListViewVladislav Kaznacheev2017-01-201-0/+16
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-5/+5
* Dispatch the actual PopupWindow dismiss callback to PopupMenuAlan Viverette2015-11-201-14/+6
* Clean up PopupMenuAlan Viverette2015-11-161-76/+71
* Cascading popup menus: open submenu on mouse hover.Oren Blasberg2015-09-161-19/+2
* Add Cascading submenus implementation.Oren Blasberg2015-09-101-2/+9
* Pull out widget helpers into their own classes.Oren Blasberg2015-08-311-2/+2
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-1/+2
* Add popup window accessors for anchor overlap, gravity, windowAlan Viverette2015-01-071-0/+23
* Add style support to PopupMenu, clean up constructor javadocAlan Viverette2014-10-151-15/+42
* Add gravity settings to PopupWindow/ListPopupWindow/PopupMenuAdam Powell2013-09-261-0/+14
* Fix NPE in PopupMenu.getDragToOpenListener()Alan Viverette2013-09-241-0/+13
* 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/+30
* Fix bug 5300621 - Share menu disappears in galleryAdam Powell2011-09-211-0/+2
* Fix bug 4818050 - Need a way to get notified when a PopupMenu getsAdam Powell2011-06-211-2/+43
* Added android.widget.PopupMenuAdam Powell2010-08-041-0/+154