安卓touch事件的分发和消费机制

时间:2018-04-04 19:10:31
【文件属性】:

文件名称:安卓touch事件的分发和消费机制

文件大小:4.63MB

文件格式:RAR

更新时间:2018-04-04 19:10:31

Andoid Touch

Android中与Touch事件相关的方法包括:dispatchTouchEvent(MotionEvent ev)、onInterceptTouchEvent(MotionEvent ev)、onTouchEvent(MotionEvent ev);能够响应这些方法的控件包括:ViewGroup、View、Activity。继承ViewGroup的大多是容器控件,如LinearLayout等,而继承View的大部分是显示控件比如TextView,ImageView等,本例演示Touch事件分发过程


网友评论