summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorTaeho Kim <jyte82@gmail.com>2013-10-17 10:43:06 +0900
committerTaeho Kim <jyte82@gmail.com>2013-10-29 23:32:16 +0900
commit130e1294e8aead233911e7895cedb63af5752519 (patch)
tree98bce8145a33519e378c78cd4a72d1ba4f63f440 /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parenta1b4d97b6920d3cd84fe19b07512a0de6996bb4c (diff)
Fixed Drag-and-Drop sample code
Fixed some erros in 'Responding to drag events' sample code on http://developer.android.com/guide/topics/ui/drag-drop.html Changed View.OnDragEventListener to View.OnDragListener, deleted brace start('{') after DragEvent.ACTION_DRAG_ENTERED which does not have matching ends, and removed 'break' on each case in swich statement which causes 'Unreachable code' error. Added return statement at the 'default' case, so that onDrag() method can return value in all case. Change-Id: I7d2335f5c405626e3f0cff275b52818762c84634 Signed-off-by: Taeho Kim <jyte82@gmail.com>
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions