[android] Android touch事件解析

所有的GroupView事件分發都經過三個方法: 1 dispatchTouchEvent(MotionEvent ev) : 用來進行事件的分發, 如果事件能夠傳遞給當前View,那麼此方法一定會被調用,返回結果受當前View的onTouchEvent和下級View的dispatchTouchEvent方法的影響,表示是否消耗當前事件,一般不推薦重新此方法。 2 onInterceptTou
相關文章
相關標籤/搜索