Searched defs:LONG_PRESS (Results 1 - 4 of 4) 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.java232 private static final int LONG_PRESS = 2; field in class:GestureDetector
292 case LONG_PRESS:
587 mHandler.removeMessages(LONG_PRESS);
588 mHandler.sendEmptyMessageAtTime(LONG_PRESS,
617 mHandler.removeMessages(LONG_PRESS);
673 mHandler.removeMessages(LONG_PRESS);
708 mHandler.removeMessages(LONG_PRESS);
728 mHandler.removeMessages(LONG_PRESS);
744 mHandler.removeMessages(LONG_PRESS);
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DDragAction.java244 LONG_PRESS { enum constant in enum:DragAction.Drag
/frameworks/support/compat/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:
319 mHandler.removeMessages(LONG_PRESS);
320 mHandler.sendEmptyMessageAtTime(LONG_PRESS, mCurrentDownEvent.getDownTime()
348 mHandler.removeMessages(LONG_PRESS);
402 mHandler.removeMessages(LONG_PRESS);
415 mHandler.removeMessages(LONG_PRESS);
431 mHandler.removeMessages(LONG_PRESS);

Completed in 639 milliseconds