Searched defs:LONG_PRESS (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DHapticFeedbackConstants.java31 public static final int LONG_PRESS = 0; field in class:HapticFeedbackConstants
H A DGestureDetector.java208 private static final int LONG_PRESS = 2; field in class:GestureDetector
265 case LONG_PRESS:
545 mHandler.removeMessages(LONG_PRESS);
546 mHandler.sendEmptyMessageAtTime(LONG_PRESS, mCurrentDownEvent.getDownTime()
573 mHandler.removeMessages(LONG_PRESS);
627 mHandler.removeMessages(LONG_PRESS);
643 mHandler.removeMessages(LONG_PRESS);
659 mHandler.removeMessages(LONG_PRESS);
/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java68 private static final int LONG_PRESS = 2; field in class:GestureDetectorCompat.GestureDetectorCompatImplBase
118 case LONG_PRESS:
314 mHandler.removeMessages(LONG_PRESS);
315 mHandler.sendEmptyMessageAtTime(LONG_PRESS, mCurrentDownEvent.getDownTime()
342 mHandler.removeMessages(LONG_PRESS);
397 mHandler.removeMessages(LONG_PRESS);
410 mHandler.removeMessages(LONG_PRESS);
426 mHandler.removeMessages(LONG_PRESS);

Completed in 67 milliseconds