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
/
view
/
DragEvent.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-23
1/ Add basic infra for global drag handling in the Shell
Winson Chung
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-08-20
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-09-05
Clarify that getLocalState is always valid for DragEvent
Siarhei Vishniakou
2016-09-30
More fixes in drag/drop docs.
Vadim Tryshev
2016-09-23
Update/correct Drag and Drop docs.
Vadim Tryshev
2016-09-20
Merge "Eliminating the “black hole” effect with location/drop events." in...
TreeHugger Robot
2016-09-16
Eliminating the “black hole” effect with location/drop events.
Vadim Tryshev
2016-09-08
Update JavaDoc for DragEvent.getLocalState
Vladislav Kaznacheev
2016-07-11
Fix docs for DragEvent
Vladislav Kaznacheev
2016-05-16
Fix inconsistencies in DragEvent.getX/getY behavior and JavaDoc.
Vladislav Kaznacheev
2016-04-20
Rename DropPermissions to DragAndDropPermissions
Vladislav Kaznacheev
2015-12-22
Bind DropPermissions life cycle to Activity
Vladislav Kaznacheev
2015-12-16
Rename and simplify DropPermissionHolder
Vladislav Kaznacheev
2015-09-16
Handle content URI permissions on drop
Vladislav Kaznacheev
2011-10-14
docs: add developer guide cross-references, Project ACRE, Round 2
Joe Fernandez
2011-01-27
sdk doc change: Copy/Paste/Drag/Drop
Joe Malin
2011-01-20
Include the local state obj in ACTION_DRAG_STARTED events
Christopher Tate
2011-01-19
Fail more gracefully when window state changes during drags
Christopher Tate
2010-12-01
API CHANGE: drags can now carry an originator-only object payload
Christopher Tate
2010-11-19
Hide DragEvent pool implementation and add docs
Christopher Tate
2010-10-21
Report drag success/fail in the DRAG_ENDED message
Chris Tate
2010-10-20
Fix obtain() when the pool is still empty
Chris Tate
2010-10-04
Refinements to drag/drop
Christopher Tate
2010-09-30
Drag/drop APIs and infrastructure
Christopher Tate