ondoubletaplistener专题

GestureDetector_OnDoubleTapListener

一、总 GestureDetector.OnDoubleTapListener:用来通知DoubleTap事件,类似于鼠标的双击事件,该接口有如下三个回调函数:   1.   onDoubleTap(MotionEvent e):通知DoubleTap手势, 2.   onDoubleTapEvent(MotionEvent e):通知DoubleTap手势中的事件,包含down、up和move