Searched refs:LONG_PRESS (Results 1 - 11 of 11) 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);
H A DView.java4480 performHapticFeedback(HapticFeedbackConstants.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);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneFallbackEventHandler.java119 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
141 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
166 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
H A DPhoneWindowManager.java735 if (!performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false)) {
744 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false);
780 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false);
2374 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false);
5032 case HapticFeedbackConstants.LONG_PRESS:
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java230 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java325 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
/frameworks/base/core/java/android/widget/
H A DGallery.java1096 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
1188 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
H A DAbsListView.java2972 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
2987 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
H A DTextView.java8366 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);

Completed in 422 milliseconds