Files
frameworks_base/core/java/android/view
Vadim Tryshev 1a68dc9bf4 Fixing non-delivering of DRAG_START event to each view
The problem was that GroupView.dispatchDragEvent didn’t send ACTION_DRAG_STARTED
to GroupView itself in case when there is a child that is interested
in this drag.

Now, delivering DRAG_STARTED to all children and to GroupView itself.

Also corrected delivery of DRAG_ENDED to match docs: it will be delivered
only to the views that returned true from DRAG_STARTED.

Same story with Enter, Exit and Location notifications: they are delivered
only to children that returned true from DRAG_START.

Delivery to
the ViewGroup itself never depends on a child’s return value.

Bug: 22028725
Change-Id: I44495d6da8423c9cc012f029233f4604cb60c74b
2015-07-21 10:53:53 -07:00
..
2015-06-18 03:16:21 +01:00
2015-03-27 11:50:56 -07:00
2015-02-18 07:49:03 -08:00
2015-03-10 14:56:11 -07:00
2015-06-10 10:25:20 -07:00
2015-05-20 07:21:51 -07:00
2015-05-14 14:12:16 -07:00