Home
last modified time | relevance | path

Searched refs:onLongPress (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/core/java/com/android/internal/globalactions/
DLongPressAction.java20 boolean onLongPress(); in onLongPress() method
/frameworks/base/core/java/android/widget/
DForwardingListener.java216 private void onLongPress() { in onLongPress() method in ForwardingListener
291 onLongPress(); in run()
DGallery.java1117 public void onLongPress(@NonNull MotionEvent e) { in onLongPress() method in Gallery
/frameworks/base/services/core/java/com/android/server/policy/
DRestartAction.java37 public boolean onLongPress() { in onLongPress() method in RestartAction
DPowerAction.java37 public boolean onLongPress() { in onLongPress() method in PowerAction
DLegacyGlobalActions.java334 return ((LongPressAction) action).onLongPress(); in createDialog()
378 public boolean onLongPress() { in onLongPress() method in LegacyGlobalActions.BugReportAction
/frameworks/base/core/java/android/view/
DGestureDetector.java111 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/
DExpandableNotificationRowTest.java224 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/
DGlobalActionsDialog.java474 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/
DDecorCaptionView.java421 public void onLongPress(MotionEvent e) { in onLongPress() method in DecorCaptionView
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityGestureDetector.java422 public void onLongPress(MotionEvent e) { in onLongPress() method in AccessibilityGestureDetector
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java1665 public void onLongPress(MotionEvent e) {
1668 super.onLongPress(e);
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1077 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/
DPhotoView.java337 public void onLongPress(MotionEvent e) { in onLongPress() method in PhotoView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1821 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/
DItemTouchHelper.java2248 public void onLongPress(MotionEvent e) { in onLongPress() method in ItemTouchHelper.ItemTouchHelperGestureListener
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java3296 public void onLongPress(MotionEvent event) { in onLongPress() method in RecipientEditTextView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java6134 mLongPressListener.onLongPress(view, x, y, item);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13642 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/
Dcurrent.txt22835 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/
Dcurrent.txt22835 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/
Dboot-image-profile.txt16169 HSPLandroid/view/GestureDetector$SimpleOnGestureListener;->onLongPress(Landroid/view/MotionEvent;)V
Dhiddenapi-greylist-max-o.txt82081 Landroid/widget/ForwardingListener;->onLongPress()V