[android-developers] Re: grab [Motion|Key]Events

2009-03-30 Thread Dianne Hackborn
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 psk...@gmail.com wrote: hi, suppose

[android-developers] Re: grab [Motion|Key]Events

2009-03-30 Thread skink
On 30 Mar, 14:56, Dianne Hackborn hack...@android.com wrote: 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. thanks