摘要: 首先确定有三种,由内向外依次为: 1、View自己的onTouchEvent 2、ViewGroup的onTouchEvent,由于要管理它的子View的onTouchEvent,所以多了个onInterceptTouchEvent(鼓励重载这个而不是dispatchTouchEvent,因为后者是对ViewGroup共性的提取,前者才是针对个例) 3、Activity的onTouchEvent ... 阅读全文
posted @ 2015-05-20 21:01 Assasin哲 阅读(8529) 评论(0) 推荐(0)