在看Android Input 流程及事件分发机制时,看到几篇写的比较好的博客,先记录下链接。
基本把这几篇博客看懂,整个流程就比较清楚了。感谢之前作者的博客。
Android Input 流程:
Android Input(三)-InputReader获取事件
Android Input(四) -InputDispatcher分发事件
Android Input(五)-InputChannel通信
Android Input(六)-ViewRootImpl接收事件
Android Input(七)-ViewRootImpl处理事件