[android-developers] Re: Advanced Touch Control: passing touch event from one view to another

2013-04-06 Thread Dancing Fingers
Why can't you just declare an Application variable and pass it back and forth that way? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: Advanced Touch Control: passing touch event from one view to another

2012-01-02 Thread Sky
Yes, all views are in the same activity. The scrollview is by default returning false in the onTouchEvent() while my custom horizontally draggable view is returning true. Inside the onTouchEvent() in my custom draggable view, I decide whether the user is trying to scroll vertically rather than

[android-developers] Re: Advanced Touch Control: passing touch event from one view to another

2012-01-01 Thread Sky
Bump. I've tried everything I can think of. I'm definitely going to need a pointer to move forward on this. If my description above is not adequate I can post code or even make my app available so you can see the behavior I am talking about. On Dec 29 2011, 6:28 pm, Sky