Searched refs:LONG_PRESS (Results 1 - 9 of 9) 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.java210 private static final int LONG_PRESS = 2; field in class:GestureDetector
271 case LONG_PRESS:
518 mHandler.removeMessages(LONG_PRESS);
519 mHandler.sendEmptyMessageAtTime(LONG_PRESS, mCurrentDownEvent.getDownTime()
546 mHandler.removeMessages(LONG_PRESS);
591 mHandler.removeMessages(LONG_PRESS);
607 mHandler.removeMessages(LONG_PRESS);
H A DView.java3553 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneFallbackEventHandler.java117 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
139 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
163 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
H A DPhoneWindowManager.java643 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false);
649 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false);
693 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false);
3655 case HapticFeedbackConstants.LONG_PRESS:
/frameworks/base/core/java/android/widget/
H A DGallery.java1075 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
1167 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
H A DAbsListView.java2573 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
2588 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
H A DTextView.java9261 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
/frameworks/base/core/java/android/webkit/
H A DWebView.java4405 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);

Completed in 324 milliseconds