触摸事件分发机制
触摸事件传递顺序
Activity -> ViewGroup -> View
事件分发核心方法
dispatchTouchEvent, onInterceptorTouchEvent, onTouchEvent.
Last updated
Was this helpful?
Activity -> ViewGroup -> View
dispatchTouchEvent, onInterceptorTouchEvent, onTouchEvent.
Last updated
Was this helpful?