Searched defs:onLongPress (Results 1 - 7 of 7) 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/core/java/android/widget/
H A DGallery.java1090 public void onLongPress(MotionEvent e) { method in class:Gallery
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java249 public boolean onLongPress() {
301 public boolean onLongPress() {
342 return mAdapter.getItem(position).onLongPress();
524 public boolean onLongPress(); method in interface:GlobalActions.Action
578 public boolean onLongPress() { method in class:GlobalActions.SinglePressAction
710 public boolean onLongPress() { method in class:GlobalActions.ToggleAction
803 public boolean onLongPress() { method in class:GlobalActions.SilentModeTriStateAction
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselController.java791 public void onLongPress() { method in class:CarouselController
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1069 boolean result = onLongPress(popupKey);
1084 protected boolean onLongPress(Key popupKey) { method in class:KeyboardView
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java297 public void onLongPress(MotionEvent e) { method in class:PhotoView
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2713 public void onLongPress(MotionEvent event) { method in class:RecipientEditTextView

Completed in 210 milliseconds