/frameworks/support/compat/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() 319 mHandler.removeMessages(LONG_PRESS); in onTouchEvent() 320 mHandler.sendEmptyMessageAtTime(LONG_PRESS, mCurrentDownEvent.getDownTime() in onTouchEvent() 348 mHandler.removeMessages(LONG_PRESS); in onTouchEvent() 402 mHandler.removeMessages(LONG_PRESS); in onTouchEvent() 415 mHandler.removeMessages(LONG_PRESS); in cancel() 431 mHandler.removeMessages(LONG_PRESS); in cancelTaps()
|
/frameworks/base/core/java/android/view/ |
D | GestureDetector.java | 232 private static final int LONG_PRESS = 2; field in GestureDetector 292 case LONG_PRESS: in handleMessage() 587 mHandler.removeMessages(LONG_PRESS); in onTouchEvent() 588 mHandler.sendEmptyMessageAtTime(LONG_PRESS, in onTouchEvent() 617 mHandler.removeMessages(LONG_PRESS); in onTouchEvent() 673 mHandler.removeMessages(LONG_PRESS); in onTouchEvent() 708 mHandler.removeMessages(LONG_PRESS); in onGenericMotionEvent() 728 mHandler.removeMessages(LONG_PRESS); in cancel() 744 mHandler.removeMessages(LONG_PRESS); in cancelTaps()
|
D | HapticFeedbackConstants.java | 31 public static final int LONG_PRESS = 0; field in HapticFeedbackConstants
|
D | View.java | 6386 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneFallbackEventHandler.java | 123 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in onKeyDown() 150 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in onKeyDown() 181 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in onKeyDown()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | SettingsButton.java | 159 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in startContinuousSpin()
|
D | StatusBar.java | 6561 v.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in getNotificationLongClicker()
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | TextViewActions.java | 193 DragAction.Drag.LONG_PRESS, in longPressAndDragOnText()
|
D | DragAction.java | 244 LONG_PRESS { enumConstant
|
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 1106 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in onLongPress() 1225 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in dispatchLongPress()
|
D | AbsListView.java | 3230 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in performLongPress() 3249 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in performLongPress()
|
D | TextView.java | 10932 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in performLongClick()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 1536 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false); in powerLongPress() 1542 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false); in powerLongPress() 1665 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false); 1791 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false); in handleLongPressOnHome() 4033 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false); in launchAssistLongPressAction() 7830 case HapticFeedbackConstants.LONG_PRESS: in getVibrationEffect()
|
/frameworks/base/core/java/com/android/internal/widget/helper/ |
D | ItemTouchHelper.java | 652 mSelected.itemView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in select()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/ |
D | ItemTouchHelper.java | 650 mSelected.itemView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in select()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32230 field public static final int LONG_PRESS = 0; // 0x0
|
/frameworks/base/api/ |
D | current.txt | 44178 field public static final int LONG_PRESS = 0; // 0x0
|
D | test-current.txt | 44621 field public static final int LONG_PRESS = 0; // 0x0
|
D | system-current.txt | 47765 field public static final int LONG_PRESS = 0; // 0x0
|