Move Events AFTER LongPress
问题 How can I listen the move events after the LongPress is caled in my GestureDetector? When the user LongClick he starts the selection mode, and can drag a square into the screen. But I noticed that the onScroll is not called after LongPress is consumed. 回答1: Tried to do fight this for a while, and for now the solution is: Disable the longpress using setIsLongpressEnabled(isLongpressEnabled) on your gestureDetector Here is my OnTouch method of my View: public boolean onTouchEvent(MotionEvent