/frameworks/base/core/java/com/android/internal/globalactions/ |
D | LongPressAction.java | 20 boolean onLongPress(); in onLongPress() method
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | SingleKeyGestureDetector.java | 139 void onLongPress(long eventTime) {} in onLongPress() method in SingleKeyGestureDetector.SingleKeyRule 189 mActiveRule.onLongPress(event.getEventTime()); in interceptKeyDown() 353 mActiveRule.onLongPress(eventTime); in handleMessage()
|
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 | 337 return ((LongPressAction) action).onLongPress(); in createDialog() 382 public boolean onLongPress() { in onLongPress() method in LegacyGlobalActions.BugReportAction
|
D | PhoneWindowManager.java | 1973 void onLongPress(long eventTime) { in onLongPress() method in PhoneWindowManager.PowerKeyRule 2014 void onLongPress(long downTime) { in onLongPress() method in PhoneWindowManager.BackKeyRule
|
/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 | 1118 public void onLongPress(@NonNull MotionEvent e) { in onLongPress() method in Gallery
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaKeyDispatcher.java | 254 void onLongPress(KeyEvent keyEvent) { in onLongPress() method in MediaKeyDispatcher
|
D | MediaSessionService.java | 2681 mCustomMediaKeyDispatcher.onLongPress(keyEvent); in handleLongPressLocked() 2714 mCustomMediaKeyDispatcher.onLongPress(createCanceledKeyEvent(keyEvent)); in createLongPressTimeoutRunnable()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLiteTest.java | 282 bugReportAction.onLongPress(); in testShouldLogBugreportLongPress() 406 shutDownAction.onLongPress(); in testShouldLogShutdownLongPress() 422 restartAction.onLongPress(); in testShouldLogRebootLongPress()
|
D | GlobalActionsDialogTest.java | 208 bugReportAction.onLongPress(); in testShouldLogBugreportLongPress()
|
/frameworks/base/core/java/android/view/ |
D | GestureDetector.java | 115 void onLongPress(MotionEvent e); in onLongPress() method 197 public void onLongPress(MotionEvent e) { in onLongPress() method in GestureDetector.SimpleOnGestureListener 886 mListener.onLongPress(mCurrentDownEvent); in dispatchLongPress()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowTest.java | 200 verify(listener, times(1)).onLongPress(eq(mGroupRow), eq(0), eq(0), in testSetDismissed_longPressListenerRemoved() 206 verify(listener, times(0)).onLongPress(eq(mGroupRow), eq(0), eq(0), in testSetDismissed_longPressListenerRemoved()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/policy/ |
D | SingleKeyGestureTests.java | 96 void onLongPress(long downTime) { in initSingleKeyGestureRules()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLite.java | 747 public boolean onLongPress() { in onLongPress() method in GlobalActionsDialogLite.ShutDownAction 878 public boolean onLongPress() { in onLongPress() method in GlobalActionsDialogLite.RestartAction 993 public boolean onLongPress() { in onLongPress() method in GlobalActionsDialogLite.BugReportAction 1355 return ((LongPressAction) action).onLongPress(); 1438 return ((LongPressAction) action).onLongPress(); 1502 return ((LongPressAction) action).onLongPress(); 1602 boolean onLongPress();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | SeekBarViewModel.kt | 408 override fun onLongPress(event: MotionEvent) {} in onLongPress() method in com.android.systemui.media.SeekBarViewModel.SeekBarTouchListener
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | DecorCaptionView.java | 398 public void onLongPress(MotionEvent e) { in onLongPress() method in DecorCaptionView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ToggleRangeBehavior.kt | 330 override fun onLongPress(e: MotionEvent) { in <lambda>() method in com.android.systemui.controls.ui.ToggleRangeBehavior.ToggleRangeGestureListener
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | LockIconViewController.java | 496 public void onLongPress(MotionEvent 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 | 1767 mLongPressListener.onLongPress(this, x, y, menuItem); 3254 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
|