OSDN Git Service

API CHANGE: startDrag() now takes "int flags" instead of "boolean localOnly"
authorChristopher Tate <ctate@google.com>
Tue, 11 Jan 2011 04:45:20 +0000 (20:45 -0800)
committerChristopher Tate <ctate@google.com>
Wed, 12 Jan 2011 01:49:20 +0000 (17:49 -0800)
commit134fada434cae8dc5a00b91cb5ff0541de94ea64
tree274f71f7c71800c76cf9e8a1ca5d4a71cbf9ae79
parentd8126c7d899e340c2dba023250a68fed56db7d11
API CHANGE: startDrag() now takes "int flags" instead of "boolean localOnly"

startDrag() that crosses application boundaries will remain @hide until we get
more of the surrounding behaviors nailed down.

Drag-and-drop demo updated to only show app-local drag operations pro tem.

Change-Id: I9cdcd132c1aae45bc472e70293b7187b4cba9bca
samples/ApiDemos/res/layout/drag_layout.xml
samples/ApiDemos/res/values/attrs.xml
samples/ApiDemos/src/com/example/android/apis/view/DragAndDropDemo.java
samples/ApiDemos/src/com/example/android/apis/view/DraggableDot.java