summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/PopupWindow.java
Commit message (Expand)AuthorAgeFilesLines
* ListPopupWindow should use window layout type SUB_PANELAlan Viverette2015-04-301-3/+3
* Merge "Update the popup reveal animation to more closely match window reveal"Alan Viverette2015-04-211-36/+46
|\
| * Update the popup reveal animation to more closely match window revealAlan Viverette2015-04-161-36/+46
* | Unhide PopupWindow window layout type callsChris Banes2015-04-141-5/+8
|/
* Fix default width and height for PopupWindow's decor viewAlan Viverette2015-03-221-55/+68
* Various fixes for popup monkey testingAlan Viverette2015-03-111-100/+152
* Improve handling of activity destroy during popup exit animationAlan Viverette2015-03-021-3/+9
* PopupWindow animation fixesAlan Viverette2015-02-031-17/+31
* Make popup transition animation play nicely with dismiss/show pairAlan Viverette2015-02-021-59/+71
* Add transition support to PopupWindowAlan Viverette2015-01-291-154/+356
* Merge "Add popup window accessors for anchor overlap, gravity, window"Alan Viverette2015-01-081-35/+63
|\
| * Add popup window accessors for anchor overlap, gravity, windowAlan Viverette2015-01-071-35/+63
* | Fix accessibility delegationAlan Viverette2015-01-071-2/+3
|/
* resolved conflicts for merge of d8435643 to lmp-mr1-dev-plus-aospAdam Powell2014-11-181-3/+3
|\
| * Merge "PopupWindow: fix typo in doc comment"Adam Powell2014-11-181-2/+2
| |\
| | * PopupWindow: fix typo in doc commentShuhrat Dehkanov2014-08-281-2/+2
* | | Update above/below backgrounds in PopupWindow.setBackground()Alan Viverette2014-11-071-42/+42
* | | Fix issue #17789629: PopupWindow overlaps with navigation bar.Wale Ogunwale2014-10-211-7/+56
|/ /
* | Add window elevation for dialogs, clean up surface insets APIAlan Viverette2014-07-141-4/+0
* | Add API for specifying popup window shadows and shadow insetsAlan Viverette2014-07-091-6/+40
* | Add support for popups overlapping anchorsAlan Viverette2014-05-051-48/+68
* | am 4b67b88e: am cce06eda: am b3436359: am e05190ea: am 85f98508: Merge "Docfi...John Spurlock2014-01-141-1/+1
|\ \ | |/
| * Docfixes: three typos and escape */*.John Spurlock2014-01-061-1/+1
* | am 8fb6d97a: Merge "Add gravity settings to PopupWindow/ListPopupWindow/Popup...Adam Powell2013-09-301-16/+57
|\ \ | |/
| * Add gravity settings to PopupWindow/ListPopupWindow/PopupMenuAdam Powell2013-09-261-16/+57
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+3
|/
* docs: Fix a bunch of issuesScott Kennedy2013-01-111-1/+1
* Fix bug #7367429 Popup window should get its direction from it Anchor View if...Fabrice Di Meglio2012-10-181-2/+18
* Replace left/right with start/end for Gravity / LayoutParams / PaddingFabrice Di Meglio2012-07-191-4/+4
* Remove Popup immediately rather than defer it.Craig Mautner2012-05-231-2/+2
* PopupWindow dismiss() can get into a recursive loop.Svetoslav Ganov2011-11-101-1/+2
* Fix bug 5386915 - Action mode is intercepting touches it shouldn't beAdam Powell2011-09-281-0/+13
* Fix bug 5333962 - Problems with no action bar/overlay action modeAdam Powell2011-09-181-1/+16
* Fix bug 5165223 Fix Holo Spinner item/dropdown alignment.Adam Powell2011-08-151-2/+6
* Fix bug 5060033 - No text-editing toolbar when in a dialogAdam Powell2011-07-221-0/+21
* am 7dfdb914: am f483ed90: am bdc26dc3: Merge "Change measurement of effective...Adam Powell2011-05-231-2/+1
|\
| * am f483ed90: am bdc26dc3: Merge "Change measurement of effective screen heigh...Adam Powell2011-05-201-2/+1
| |\
| | * Change measurement of effective screen height for PopupWindow now thatAdam Powell2011-05-201-2/+1
* | | Fix NPE when calling PopupWindow's default constructor.Romain Guy2011-05-161-3/+5
|/ /
* | am 54668b8a: am e1787009: Merge "Added null check on return value for getKeyD...Conley Owens2011-04-291-0/+4
|\ \ | |/ |/|
| * Added null check on return value for getKeyDispatcherState()Per Andersson2011-04-281-0/+4
* | Text handles positions' are correctly updated.Gilles Debunne2011-03-071-1/+1
* | Text selection handles correctly scrollGilles Debunne2011-02-221-5/+9
* | Fix bug 3465210 - Anchored popups don't appear above anchor when thereAdam Powell2011-02-171-7/+8
* | Fix bug 3413800 - Revise AutoCompleteTextView dropdown behaviorAdam Powell2011-02-161-1/+13
* | Better fix for bug 3112733Adam Powell2011-01-191-2/+8
* | Fix NPEs in detached views.Jeff Brown2011-01-101-5/+10
* | Fix flicker issue in IME.Dianne Hackborn2011-01-011-1/+1
* | Expose split touch API on PopupWindow.Jeff Brown2010-12-141-2/+0
* | Enable touch splitting for all windows by default.Jeff Brown2010-11-121-6/+10