Android 点击事件分发

上传:qq_21964 浏览: 9 推荐: 0 文件:PDF 大小:77.1KB 上传时间:2021-01-04 06:18:59 版权申诉
Android 点击事件分发Activity中对事件的处理ViewGroup是如何进行事件处理的View的dispatchTouchEvent相当重要,让我们继续look总结 Activity中对事件的处理 Activity事件分发方法,返回true表示事件被消费掉了 public boolean dispatchTouchEvent(MotionEvent ev) { if (ev.getAction() == MotionEvent.ACTION_DOWN) { //不知道干嘛用的,空实现 onUserInteraction();
上传资源
用户评论