summaryrefslogtreecommitdiff
path: root/core/java/android/view/DragEvent.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-3/+4
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-4/+3
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-3/+4
* 1/ Add basic infra for global drag handling in the ShellWinson Chung2020-10-231-12/+89
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+4
* Clarify that getLocalState is always valid for DragEventSiarhei Vishniakou2017-09-051-2/+3
* More fixes in drag/drop docs.Vadim Tryshev2016-09-301-11/+16
* Update/correct Drag and Drop docs.Vadim Tryshev2016-09-231-13/+23
* Merge "Eliminating the “black hole” effect with location/drop events." in...TreeHugger Robot2016-09-201-0/+2
|\
| * Eliminating the “black hole” effect with location/drop events.Vadim Tryshev2016-09-161-0/+2
* | Update JavaDoc for DragEvent.getLocalStateVladislav Kaznacheev2016-09-081-0/+4
|/
* Fix docs for DragEventVladislav Kaznacheev2016-07-111-4/+4
* Fix inconsistencies in DragEvent.getX/getY behavior and JavaDoc.Vladislav Kaznacheev2016-05-161-5/+6
* Rename DropPermissions to DragAndDropPermissionsVladislav Kaznacheev2016-04-201-14/+16
* Bind DropPermissions life cycle to ActivityVladislav Kaznacheev2015-12-221-14/+3
* Rename and simplify DropPermissionHolderVladislav Kaznacheev2015-12-161-18/+25
* Handle content URI permissions on dropVladislav Kaznacheev2015-09-161-6/+31
* docs: add developer guide cross-references, Project ACRE, Round 2Joe Fernandez2011-10-141-0/+6
* sdk doc change: Copy/Paste/Drag/DropJoe Malin2011-01-271-78/+250
* Include the local state obj in ACTION_DRAG_STARTED eventsChristopher Tate2011-01-201-3/+4
* Fail more gracefully when window state changes during dragsChristopher Tate2011-01-191-1/+1
* API CHANGE: drags can now carry an originator-only object payloadChristopher Tate2010-12-011-3/+14
* Hide DragEvent pool implementation and add docsChristopher Tate2010-11-191-3/+113
* Report drag success/fail in the DRAG_ENDED messageChris Tate2010-10-211-7/+16
* Fix obtain() when the pool is still emptyChris Tate2010-10-201-6/+12
* Refinements to drag/dropChristopher Tate2010-10-041-2/+7
* Drag/drop APIs and infrastructureChristopher Tate2010-09-301-0/+186