Searched refs:onLongPress (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGestureDetector.java97 void onLongPress(MotionEvent e); method in interface:GestureDetector.OnGestureListener
162 public void onLongPress(MotionEvent e) { method in class:GestureDetector.SimpleOnGestureListener
690 mListener.onLongPress(mCurrentDownEvent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java252 mLongPressListener.onLongPress(mCurrView, x, y);
516 boolean onLongPress(View v, int x, int y); method in interface:SwipeHelper.LongPressListener
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java320 return ((LongPressAction) action).onLongPress();
339 public boolean onLongPress() { method in class:GlobalActions.PowerAction
664 boolean onLongPress(); method in interface:GlobalActions.LongPressAction
/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java456 mListener.onLongPress(mCurrentDownEvent);
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java1384 private void onLongPress() { method in class:ListPopupWindow.ForwardingListener
1458 onLongPress();
H A DGallery.java1094 public void onLongPress(MotionEvent e) { method in class:Gallery
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java1386 private void onLongPress() { method in class:ListPopupWindow.ForwardingListener
1485 onLongPress();
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1074 boolean result = onLongPress(popupKey);
1089 protected boolean onLongPress(Key popupKey) { method in class:KeyboardView
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java335 public void onLongPress(MotionEvent e) { method in class:PhotoView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java912 public boolean onLongPress(View v, int x, int y) {
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2885 public void onLongPress(MotionEvent event) { method in class:RecipientEditTextView

Completed in 1299 milliseconds