private void dispatchLongPress() { mHandler.removeMessages(TAP); mInLongPress = true; mListener.onLongPress(mCurrentDownEvent); }
@Override public void onLongPress(MotionEvent e) { fallback.onLongPress(e); }