摘要: MotionEvent源代码可以在ocs看到,当然你也可以在SDK中下载源代码,或者其他地方,如:https://github.com/CyanogenMod/android_frameworks_base/blob/ics/core/java/android/view/MotionEvent.java(1)首先是MotionEvent 中getAction()与getActionMasked()的区别:首先看代码:01/**02* Bit mask of the parts of the action code that are the action itself.03*/04publics 阅读全文
posted @ 2013-09-10 16:35 V青山绿水 阅读(725) 评论(0) 推荐(0)