/frameworks/base/core/java/com/android/internal/globalactions/ |
D | LongPressAction.java | 20 boolean onLongPress(); in onLongPress() method
|
/frameworks/base/core/java/android/widget/ |
D | ForwardingListener.java | 216 private void onLongPress() { in onLongPress() method in ForwardingListener 291 onLongPress(); in run()
|
D | Gallery.java | 1117 public void onLongPress(@NonNull MotionEvent e) { in onLongPress() method in Gallery
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | RestartAction.java | 37 public boolean onLongPress() { in onLongPress() method in RestartAction
|
D | PowerAction.java | 37 public boolean onLongPress() { in onLongPress() method in PowerAction
|
D | LegacyGlobalActions.java | 334 return ((LongPressAction) action).onLongPress(); in createDialog() 378 public boolean onLongPress() { in onLongPress() method in LegacyGlobalActions.BugReportAction
|
/frameworks/base/core/java/android/view/ |
D | GestureDetector.java | 111 void onLongPress(MotionEvent e); in onLongPress() method 193 public void onLongPress(MotionEvent e) { in onLongPress() method in GestureDetector.SimpleOnGestureListener 868 mListener.onLongPress(mCurrentDownEvent); in dispatchLongPress()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowTest.java | 224 verify(listener, times(1)).onLongPress(eq(mGroupRow), eq(0), eq(0), in testSetDismissed_longPressListenerRemoved() 230 verify(listener, times(0)).onLongPress(eq(mGroupRow), eq(0), eq(0), in testSetDismissed_longPressListenerRemoved()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialog.java | 474 public boolean onLongPress() { in onLongPress() method in GlobalActionsDialog.PowerAction 578 public boolean onLongPress() { in onLongPress() method in GlobalActionsDialog.RestartAction 635 public boolean onLongPress() { in onLongPress() method in GlobalActionsDialog.ScreenshotAction 677 public boolean onLongPress() { in onLongPress() method in GlobalActionsDialog.BugReportAction 1029 return ((LongPressAction) action).onLongPress(); 1093 boolean onLongPress();
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | DecorCaptionView.java | 421 public void onLongPress(MotionEvent e) { in onLongPress() method in DecorCaptionView
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityGestureDetector.java | 422 public void onLongPress(MotionEvent e) { in onLongPress() method in AccessibilityGestureDetector
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/ |
D | CarStatusBar.java | 1665 public void onLongPress(MotionEvent e) { 1668 super.onLongPress(e);
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 1077 boolean result = onLongPress(popupKey); in openPopupIfRequired() 1092 protected boolean onLongPress(Key popupKey) { in onLongPress() method in KeyboardView
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 337 public void onLongPress(MotionEvent e) { in onLongPress() method in PhotoView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 1821 mLongPressListener.onLongPress(this, x, y, menuItem); 3216 boolean onLongPress(View v, int x, int y, MenuItem item);
|
/frameworks/base/core/java/com/android/internal/widget/helper/ |
D | ItemTouchHelper.java | 2248 public void onLongPress(MotionEvent e) { in onLongPress() method in ItemTouchHelper.ItemTouchHelperGestureListener
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEditTextView.java | 3296 public void onLongPress(MotionEvent event) { in onLongPress() method in RecipientEditTextView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 6134 mLongPressListener.onLongPress(view, x, y, item);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13642 method protected boolean onLongPress(android.inputmethodservice.Keyboard.Key); 32166 method public abstract void onLongPress(android.view.MotionEvent); 32178 method public void onLongPress(android.view.MotionEvent); 37450 method public void onLongPress(android.view.MotionEvent);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 22835 method @Deprecated protected boolean onLongPress(android.inputmethodservice.Keyboard.Key); 50113 method public void onLongPress(android.view.MotionEvent); 50126 method public void onLongPress(android.view.MotionEvent); 57008 method @Deprecated public void onLongPress(@NonNull android.view.MotionEvent);
|
/frameworks/base/api/ |
D | current.txt | 22835 method @Deprecated protected boolean onLongPress(android.inputmethodservice.Keyboard.Key); 50257 method public void onLongPress(android.view.MotionEvent); 50270 method public void onLongPress(android.view.MotionEvent); 57152 method @Deprecated public void onLongPress(@NonNull android.view.MotionEvent);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16169 HSPLandroid/view/GestureDetector$SimpleOnGestureListener;->onLongPress(Landroid/view/MotionEvent;)V
|
D | hiddenapi-greylist-max-o.txt | 82081 Landroid/widget/ForwardingListener;->onLongPress()V
|