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