Searched defs:onLongPress (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGestureDetector.java98 void onLongPress(MotionEvent e); method in interface:GestureDetector.OnGestureListener
163 public void onLongPress(MotionEvent e) { method in class:GestureDetector.SimpleOnGestureListener
643 mListener.onLongPress(mCurrentDownEvent);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java213 public boolean onLongPress() {
286 return mAdapter.getItem(position).onLongPress();
419 public boolean onLongPress(); method in interface:GlobalActions.Action
462 public boolean onLongPress() { method in class:GlobalActions.SinglePressAction
590 public boolean onLongPress() { method in class:GlobalActions.ToggleAction
683 public boolean onLongPress() { method in class:GlobalActions.SilentModeTriStateAction
/frameworks/base/core/java/android/widget/
H A DGallery.java1074 public void onLongPress(MotionEvent e) { method in class:Gallery
/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/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2439 public void onLongPress(MotionEvent event) { method in class:RecipientEditTextView

Completed in 188 milliseconds