You can implement dispatchTouchEvent at any view on the tree where you want
to customize dispatching.  I don't believe we have a view flag to turn off
dispatching without actually making the view/view group invisible.

On Mon, Mar 30, 2009 at 2:51 AM, skink <[email protected]> wrote:

>
> hi,
>
> suppose i have two 'main' subtrees ov Views in my Activity View.
>
> now under some circumstances i want only one subtree to receive touch/
> key events.
>
> is it possible with one/two calls or i have to recursively disable
> every View in subtree which is to be disabled from getting touch/key
> events?
>
> thanks
> >
>


-- 
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.  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
-~----------~----~----~----~------~----~------~--~---

Reply via email to