Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/com/android/internal/globalactions/
DLongPressAction.java20 boolean onLongPress(); in onLongPress() method
/frameworks/base/services/core/java/com/android/server/policy/
DSingleKeyGestureDetector.java139 void onLongPress(long eventTime) {} in onLongPress() method in SingleKeyGestureDetector.SingleKeyRule
189 mActiveRule.onLongPress(event.getEventTime()); in interceptKeyDown()
353 mActiveRule.onLongPress(eventTime); in handleMessage()
DRestartAction.java37 public boolean onLongPress() { in onLongPress() method in RestartAction
DPowerAction.java37 public boolean onLongPress() { in onLongPress() method in PowerAction
DLegacyGlobalActions.java337 return ((LongPressAction) action).onLongPress(); in createDialog()
382 public boolean onLongPress() { in onLongPress() method in LegacyGlobalActions.BugReportAction
DPhoneWindowManager.java1973 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/
DForwardingListener.java216 private void onLongPress() { in onLongPress() method in ForwardingListener
291 onLongPress(); in run()
DGallery.java1118 public void onLongPress(@NonNull MotionEvent e) { in onLongPress() method in Gallery
/frameworks/base/services/core/java/com/android/server/media/
DMediaKeyDispatcher.java254 void onLongPress(KeyEvent keyEvent) { in onLongPress() method in MediaKeyDispatcher
DMediaSessionService.java2681 mCustomMediaKeyDispatcher.onLongPress(keyEvent); in handleLongPressLocked()
2714 mCustomMediaKeyDispatcher.onLongPress(createCanceledKeyEvent(keyEvent)); in createLongPressTimeoutRunnable()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java282 bugReportAction.onLongPress(); in testShouldLogBugreportLongPress()
406 shutDownAction.onLongPress(); in testShouldLogShutdownLongPress()
422 restartAction.onLongPress(); in testShouldLogRebootLongPress()
DGlobalActionsDialogTest.java208 bugReportAction.onLongPress(); in testShouldLogBugreportLongPress()
/frameworks/base/core/java/android/view/
DGestureDetector.java115 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/
DExpandableNotificationRowTest.java200 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/
DSingleKeyGestureTests.java96 void onLongPress(long downTime) { in initSingleKeyGestureRules()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java747 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/
DSeekBarViewModel.kt408 override fun onLongPress(event: MotionEvent) {} in onLongPress() method in com.android.systemui.media.SeekBarViewModel.SeekBarTouchListener
/frameworks/base/core/java/com/android/internal/widget/
DDecorCaptionView.java398 public void onLongPress(MotionEvent e) { in onLongPress() method in DecorCaptionView
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DToggleRangeBehavior.kt330 override fun onLongPress(e: MotionEvent) { in <lambda>() method in com.android.systemui.controls.ui.ToggleRangeBehavior.ToggleRangeGestureListener
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLockIconViewController.java496 public void onLongPress(MotionEvent 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.java1767 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/
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

12