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
264 case LONG_PRESS:
538 mHandler.removeMessages(LONG_PRESS);
539 mHandler.sendEmptyMessageAtTime(LONG_PRESS, mCurrentDownEvent.getDownTime()
566 mHandler.removeMessages(LONG_PRESS);
616 mHandler.removeMessages(LONG_PRESS);
632 mHandler.removeMessages(LONG_PRESS);
647 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
117 case LONG_PRESS:
308 mHandler.removeMessages(LONG_PRESS);
309 mHandler.sendEmptyMessageAtTime(LONG_PRESS, mCurrentDownEvent.getDownTime()
336 mHandler.removeMessages(LONG_PRESS);
388 mHandler.removeMessages(LONG_PRESS);
401 mHandler.removeMessages(LONG_PRESS);
416 mHandler.removeMessages(LONG_PRESS);

Completed in 78 milliseconds