码迷,mamicode.com
首页 > 其他好文 > 详细

dispatchTouchEvent

时间:2014-04-30 22:21:40      阅读:313      评论:0      收藏:0      [点我收藏+]

标签:dispatchtouchevent

boolean com.redasen.metrofault.activity.FaultActivity.dispatchTouchEvent(MotionEvent ev)

public boolean dispatchTouchEvent (MotionEvent ev)

Added in API level 1

Called to process touch screen events. 

You can override this to intercept all touch screen events before they are dispatched to the window. 

Be sure to call this implementation for touch screen events that should be handled normally.


译文:

调用此方法来处理触摸屏事件。

您可以覆盖此拦截所有触摸屏事件,他们被分派到窗口之前。

一定要调用这个实现的,应该可以正常处理触摸屏事件。


Parameters
ev The touch screen event.
Returns
  • boolean Return true if this event was consumed. 





dispatchTouchEvent

标签:dispatchtouchevent

原文地址:http://blog.csdn.net/caiwenfeng_for_23/article/details/24797601

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!