summaryrefslogtreecommitdiff
path: root/core/java/android/view/DragEvent.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-231/ Add basic infra for global drag handling in the ShellWinson Chung
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2017-09-05Clarify that getLocalState is always valid for DragEventSiarhei Vishniakou
2016-09-30More fixes in drag/drop docs.Vadim Tryshev
2016-09-23Update/correct Drag and Drop docs.Vadim Tryshev
2016-09-20Merge "Eliminating the “black hole” effect with location/drop events." in...TreeHugger Robot
2016-09-16Eliminating the “black hole” effect with location/drop events.Vadim Tryshev
2016-09-08Update JavaDoc for DragEvent.getLocalStateVladislav Kaznacheev
2016-07-11Fix docs for DragEventVladislav Kaznacheev
2016-05-16Fix inconsistencies in DragEvent.getX/getY behavior and JavaDoc.Vladislav Kaznacheev
2016-04-20Rename DropPermissions to DragAndDropPermissionsVladislav Kaznacheev
2015-12-22Bind DropPermissions life cycle to ActivityVladislav Kaznacheev
2015-12-16Rename and simplify DropPermissionHolderVladislav Kaznacheev
2015-09-16Handle content URI permissions on dropVladislav Kaznacheev
2011-10-14docs: add developer guide cross-references, Project ACRE, Round 2Joe Fernandez
2011-01-27sdk doc change: Copy/Paste/Drag/DropJoe Malin
2011-01-20Include the local state obj in ACTION_DRAG_STARTED eventsChristopher Tate
2011-01-19Fail more gracefully when window state changes during dragsChristopher Tate
2010-12-01API CHANGE: drags can now carry an originator-only object payloadChristopher Tate
2010-11-19Hide DragEvent pool implementation and add docsChristopher Tate
2010-10-21Report drag success/fail in the DRAG_ENDED messageChris Tate
2010-10-20Fix obtain() when the pool is still emptyChris Tate
2010-10-04Refinements to drag/dropChristopher Tate
2010-09-30Drag/drop APIs and infrastructureChristopher Tate