public class InterceptTouchEvent extends Object
ViewGroup#onInterceptTouchEvent(MotionEvent)
- implementations should return true if
they intercepted the event and wish to receive subsequent events, and false otherwise. An
example of the correct usage is:
{@code
Modifier and Type | Field and Description |
---|---|
MotionEvent |
motionEvent |
Constructor and Description |
---|
InterceptTouchEvent() |