Skip to content

Instantly share code, notes, and snippets.

View jiarWang's full-sized avatar
🎯
Focusing

jiarWang

🎯
Focusing
View GitHub Profile
@Leaking
Leaking / dispatchTouchEvent源码解析
Created March 18, 2015 13:21
android事件分发dispatchTouchEvent方法的源码解析
package cc.aa;
import android.os.Environment;
import android.view.MotionEvent;
import android.view.View;
public class UnderstandDispatchTouchEvent {
/**
* dispatchTouchEvent()源码学习及其注释
* 常说事件传递中的流程是:dispatchTouchEvent->onInterceptTouchEvent->onTouchEvent