Touch 事件的分發和消費機制

  Android 中與 Touch 事件相關的方法包括:dispatchTouchEvent(MotionEvent ev)、onInterceptTouchEvent(MotionEvent ev)、onTouchEvent(MotionEvent ev);能夠響應這些方法的控件包括:ViewGroup 及其子類、Activity。方法與控件的對應關係如下表所示: Touch 事件相關方法  
相關文章
相關標籤/搜索