You can't directly, this is how event dispatching in the hierarchy works (the view under the down event remains the target for the remainder of the motion). You might be able to do something with some custom dispatching code in the layout containing them, but exactly what you do will depend a lot on the behavior you want (do you want the other image view to become pressed when the user drags over to it? just to be able to find out where the release happened but leave the original one presssed? something else?)
On Sat, May 16, 2009 at 5:43 PM, Lewis <[email protected]>wrote: > > I suppose a simpler way of putting this is "how can identify which > View objects a user passes through in a single motion" > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

