summaryrefslogtreecommitdiff
path: root/core/java/android/widget/PopupWindow.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate PopupWindow to use OnBackInvokedDispatcherVadim Caen2022-04-041-0/+40
* 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-1/+1
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-1/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+1
* Fix PopupWindow's wrong locationhh83.kim2020-02-261-2/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-3/+2
* Revert "Revert "Removing deprecated APIs added to Q""Ian Pedowitz2019-05-121-0/+4
* Revert "RESTRICT AUTOMERGE Removing deprecated APIs added to Q"Ian Pedowitz2019-05-021-4/+0
* RESTRICT AUTOMERGE Removing deprecated APIs added to QSuprabh Shukla2019-05-011-0/+4
* Revert deletion and deprecate few PopupWindow methodsMatvei Malkov2019-03-141-0/+52
* Rename methods for PopupWindowMatvei Malkov2019-03-121-10/+10
* Epicenter API for ListPopupWindowMatvei Malkov2019-02-101-2/+2
* Changes in PopupWindow APIMatvei Malkov2019-02-081-24/+79
* Restrict usage of PopupWindow::mOverlayAnchorMatvei Malkov2019-02-051-1/+1
* Limit access to suspected false positives.Mathew Inwood2018-12-281-2/+2
* API Review: StateListDrawables#getDrawableForStateNader Jawad2018-09-051-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+36
* Merge "Don't end transitions on a detached window, prevent crash in WindowId"TreeHugger Robot2018-02-211-1/+3
|\
| * Don't end transitions on a detached window, prevent crash in WindowIdAlan Viverette2018-02-201-1/+3
* | autofill: render autofill ui in fullscreen for tvDake Gu2018-02-141-1/+1
|/
* Merge "Make PopupWindows into root namespaces"Evan Rosky2017-11-081-0/+1
|\
| * Make PopupWindows into root namespacesEvan Rosky2017-10-021-0/+1
* | Fixed several core and CTS testsEvan Rosky2017-10-201-2/+2
|/
* Hide autofill popup if anchor removedSvet Ganov2017-09-231-3/+8
* Clean up popup window titlesPhil Weaver2017-06-261-29/+4
* Add accessibility titles to PopupWindowPhil Weaver2017-06-121-0/+29
* Revert "Respect PopupWindow.setOverlapAnchor when above anchor"Vladislav Kaznacheev2017-05-121-20/+5
* Merge "Fixed yet another missing check for null anchor..."TreeHugger Robot2017-03-281-1/+1
|\
| * Fixed yet another missing check for null anchor...Felipe Leme2017-03-271-1/+1
* | Merge "Avoid NPE when PopupWindow is shown while dismissing"Alan Viverette2017-03-271-18/+28
|\ \ | |/ |/|
| * Avoid NPE when PopupWindow is shown while dismissingAlan Viverette2017-03-231-18/+28
* | Fixed check for null Anchor.Felipe Leme2017-03-271-3/+8
* | Make auto-fill UI robustFelipe Leme2017-03-241-30/+89
* | Anchor a cascading submenu to its parent menu itemVladislav Kaznacheev2017-03-141-8/+33
* | Respect PopupWindow.setOverlapAnchor when above anchorVladislav Kaznacheev2017-03-061-5/+20
|/
* Merge "Do not move PopupWindow when its anchor is detached"TreeHugger Robot2017-02-131-14/+30
|\
| * Do not move PopupWindow when its anchor is detachedVladislav Kaznacheev2017-02-091-14/+30
* | Introduce @SoftInputModeFlags annotationYohei Yukawa2017-02-121-1/+4
|/
* Merge "Extract and unhide TransitionListenerAdapter"Ben Weiss2017-02-061-1/+1
|\
| * Extract and unhide TransitionListenerAdapterBen Weiss2016-11-171-1/+1
* | Don't scroll popup parent in response to parent scrollingAlan Viverette2017-01-251-9/+15
* | Merge "Implement requestKeyboardShortcuts for PopupDecorView"TreeHugger Robot2016-12-201-0/+20
|\ \
| * | Implement requestKeyboardShortcuts for PopupDecorViewPeeyush Agarwal2016-12-141-0/+20
| |/
* / Show popup transitions when there is no anchor setAlan Viverette2016-12-071-17/+25
|/
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-6/+7
* PopupWindow: Don't ignore top decorations in getMaxAvailableHeight. am: 701d7...Robert Carr2016-09-141-2/+13
|\
| * PopupWindow: Don't ignore top decorations in getMaxAvailableHeight.Robert Carr2016-09-091-2/+13
* | PopupWindow: Gravity fixes. am: 085160612d am: a732ea6c1fRobert Carr2016-09-011-7/+5
|\|
| * PopupWindow: Gravity fixes.Robert Carr2016-08-231-7/+5