Searched refs:LONG_PRESS (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | GestureDetector.java | 208 private static final int LONG_PRESS = 2; field in GestureDetector 265 case LONG_PRESS: in handleMessage() 545 mHandler.removeMessages(LONG_PRESS); in onTouchEvent() 546 mHandler.sendEmptyMessageAtTime(LONG_PRESS, mCurrentDownEvent.getDownTime() in onTouchEvent() 573 mHandler.removeMessages(LONG_PRESS); in onTouchEvent() 627 mHandler.removeMessages(LONG_PRESS); in onTouchEvent() 643 mHandler.removeMessages(LONG_PRESS); in cancel() 659 mHandler.removeMessages(LONG_PRESS); in cancelTaps()
|
D | HapticFeedbackConstants.java | 31 public static final int LONG_PRESS = 0; field in HapticFeedbackConstants
|
D | View.java | 4801 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in performLongClick()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | GestureDetectorCompat.java | 68 private static final int LONG_PRESS = 2; field in GestureDetectorCompat.GestureDetectorCompatImplBase 118 case LONG_PRESS: in handleMessage() 314 mHandler.removeMessages(LONG_PRESS); in onTouchEvent() 315 mHandler.sendEmptyMessageAtTime(LONG_PRESS, mCurrentDownEvent.getDownTime() in onTouchEvent() 342 mHandler.removeMessages(LONG_PRESS); in onTouchEvent() 397 mHandler.removeMessages(LONG_PRESS); in onTouchEvent() 410 mHandler.removeMessages(LONG_PRESS); in cancel() 426 mHandler.removeMessages(LONG_PRESS); in cancelTaps()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneFallbackEventHandler.java | 120 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in onKeyDown() 142 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in onKeyDown() 167 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in onKeyDown()
|
D | PhoneWindowManager.java | 881 if (!performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false)) { 889 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false); 937 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false); in handleLongPressOnHome() 2605 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false); in launchAssistLongPressAction() 5640 case HapticFeedbackConstants.LONG_PRESS: in performHapticFeedbackLw()
|
/frameworks/base/core/java/android/app/ |
D | MediaRouteButton.java | 235 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in performLongClick()
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
D | MediaRouteButton.java | 328 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in performLongClick()
|
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 1100 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in onLongPress() 1192 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in dispatchLongPress()
|
D | AbsListView.java | 3105 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in performLongPress() 3120 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in performLongPress()
|
D | TextView.java | 8664 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in performLongClick()
|
/frameworks/base/api/ |
D | current.txt | 32059 field public static final int LONG_PRESS = 0; // 0x0
|