OK, I have a workaround. Instead of using an OnTouchListener(), I just use onTouchEvent() in the custom view. Works perfectly fine.
On Nov 19, 10:23 am, Alex Pruss <[email protected]> wrote: > I have a ZoomButtonsController and a custom view. I call > ZoomButtonsController.setVisible(true) from the custom view's > onTouch() on ACTION_DOWN. But as soon as I call > ZoomButtonsController.setVisible(true), the custom view stops > receiving any events via onTouch(). The containing activity's > dispatchTouchEvent() (which just contains the code return > super.dispatchTouchEvent(event);) gets called just fine. -- 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

