Android中各种onTouch事件
摘要:
Android里有两个类android.view.GestureDetectorandroid.view.GestureDetector.SimpleOnGestureListener1) 新建一个类继承SimpleOnGestureListener,HahaGestureDetectorListener,可以实现以下event事件。booleanonDoubleTap(MotionEvente)解释:双击的第二下Touch down时触发booleanonDoubleTapEvent(MotionEvente)解释:双击的第二下Touchdown和up都会触发,可用e.getAction() 阅读全文
posted @ 2012-08-17 16:41
jiezzy
阅读(514)
评论(0)
推荐(0)