# Return true at onTouchEvent of the child view during action down

touch down
The subsequent move and up actions will be dispatched to the child view directly, but the parent views still have a chance to intercept the actions.

Once the parent views intercept the touch event during move action by return true at onInterceptToucheEvent


a cancel event is generated and dispatched to the intercepted child view, in the mean while, the subsequent move and up actions will be dispatched to parent view directly rather than the child view.

# Return false at onTouchEvent the child view during action down


The subsequent move and up actions will not be dispatched to the child view any more.

Edited on Views times

Give me a cup of [coffee]~( ̄▽ ̄)~*

文理兼修电脑首席 WeChat Pay

WeChat Pay

文理兼修电脑首席 Alipay

Alipay