index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
PopupMenu.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-05
Add PopupMenu#setForceShowIcon
Mihai Popa
2018-08-21
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-01-20
Add @TestApi PopupMenu.getMenuListView
Vladislav Kaznacheev
2016-10-11
Fix import statements in android.widget package.
Aurimas Liutikas
2015-11-20
Dispatch the actual PopupWindow dismiss callback to PopupMenu
Alan Viverette
2015-11-16
Clean up PopupMenu
Alan Viverette
2015-09-16
Cascading popup menus: open submenu on mouse hover.
Oren Blasberg
2015-09-10
Add Cascading submenus implementation.
Oren Blasberg
2015-08-31
Pull out widget helpers into their own classes.
Oren Blasberg
2015-02-18
Add @ResourceInt annotations on APIs
Tor Norbye
2015-01-07
Add popup window accessors for anchor overlap, gravity, window
Alan Viverette
2014-10-15
Add style support to PopupMenu, clean up constructor javadoc
Alan Viverette
2013-09-26
Add gravity settings to PopupWindow/ListPopupWindow/PopupMenu
Adam Powell
2013-09-24
Fix NPE in PopupMenu.getDragToOpenListener()
Alan Viverette
2013-08-30
Fix pre tag formatting in getDragToOpenListener documentation
Alan Viverette
2013-08-27
Add public API for obtaining drag-to-open listener
Alan Viverette
2011-09-21
Fix bug 5300621 - Share menu disappears in gallery
Adam Powell
2011-06-21
Fix bug 4818050 - Need a way to get notified when a PopupMenu gets
Adam Powell
2010-08-04
Added android.widget.PopupMenu
Adam Powell