/frameworks/base/core/java/android/view/ |
D | GestureDetector.java | 97 void onLongPress(MotionEvent e); in onLongPress() method 162 public void onLongPress(MotionEvent e) { in onLongPress() method in GestureDetector.SimpleOnGestureListener 690 mListener.onLongPress(mCurrentDownEvent); in dispatchLongPress()
|
/frameworks/base/docs/html/training/gestures/ |
D | detector.jd | 169 android.view.GestureDetector.OnGestureListener#onLongPress onLongPress()}, 240 public void onLongPress(MotionEvent event) { 241 Log.d(DEBUG_TAG, "onLongPress: " + event.toString());
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SwipeHelper.java | 252 mLongPressListener.onLongPress(mCurrView, x, y); in onInterceptTouchEvent() 516 boolean onLongPress(View v, int x, int y); in onLongPress() method
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | GlobalActions.java | 320 return ((LongPressAction) action).onLongPress(); in createDialog() 339 public boolean onLongPress() { in onLongPress() method in GlobalActions.PowerAction 664 boolean onLongPress();
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | exit.jd | 95 public void onLongPress(MotionEvent ev) {
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | GestureDetectorCompat.java | 456 mListener.onLongPress(mCurrentDownEvent); in dispatchLongPress()
|
/frameworks/base/core/java/android/widget/ |
D | ListPopupWindow.java | 1384 private void onLongPress() { 1458 onLongPress();
|
D | Gallery.java | 1094 public void onLongPress(MotionEvent e) { in onLongPress() method in Gallery
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ListPopupWindow.java | 1386 private void onLongPress() { 1485 onLongPress();
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 1074 boolean result = onLongPress(popupKey); in openPopupIfRequired() 1089 protected boolean onLongPress(Key popupKey) { in onLongPress() method in KeyboardView
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 335 public void onLongPress(MotionEvent e) { in onLongPress() method in PhotoView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 912 public boolean onLongPress(View v, int x, int y) { in getNotificationLongClicker()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEditTextView.java | 2885 public void onLongPress(MotionEvent event) { in onLongPress() method in RecipientEditTextView
|
/frameworks/base/api/ |
D | system-current.txt | 14364 method protected boolean onLongPress(android.inputmethodservice.Keyboard.Key); 34401 method public abstract void onLongPress(android.view.MotionEvent); 34413 method public void onLongPress(android.view.MotionEvent); 39981 method public void onLongPress(android.view.MotionEvent);
|
D | current.txt | 13644 method protected boolean onLongPress(android.inputmethodservice.Keyboard.Key); 32168 method public abstract void onLongPress(android.view.MotionEvent); 32180 method public void onLongPress(android.view.MotionEvent); 37452 method public void onLongPress(android.view.MotionEvent);
|