1. 注意在Gesture其实是将TouchEvent进行手势封装,所以在onTouchEvent中必须调用触发手势的方法: return mGestureDetector.onTouchEvent(event);