/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | FilmstripGestureRecognizer.java | 44 void onLongPress(float x, float y); in onLongPress() method 90 public void onLongPress(MotionEvent e) { in onLongPress() method in FilmstripGestureRecognizer.MyGestureListener 91 mListener.onLongPress(e.getX(), e.getY()); in onLongPress()
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | SingleKeyGestureDetector.java | 153 void onLongPress(long eventTime) {} in onLongPress() method in SingleKeyGestureDetector.SingleKeyRule 208 mActiveRule.onLongPress(event.getEventTime()); in interceptKeyDown() 372 mActiveRule.onLongPress(eventTime); in handleMessage()
|
H A D | PowerAction.java | 37 public boolean onLongPress() { in onLongPress() method in PowerAction
|
H A D | RestartAction.java | 37 public boolean onLongPress() { in onLongPress() method in RestartAction
|
H A D | LegacyGlobalActions.java | 337 return ((LongPressAction) action).onLongPress(); in createDialog() 382 public boolean onLongPress() { in onLongPress() method in LegacyGlobalActions.BugReportAction
|
/aosp12/frameworks/base/core/java/com/android/internal/globalactions/ |
H A D | LongPressAction.java | 20 boolean onLongPress(); in onLongPress() method
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ForwardingListener.java | 216 private void onLongPress() { in onLongPress() method in ForwardingListener 291 onLongPress(); in run()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
H A D | SwapButton.java | 82 public void onLongPress(MotionEvent e) { in onLongPress() method in SwapButton
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
H A D | TaskbarStashInputConsumer.java | 50 public void onLongPress(MotionEvent motionEvent) { in TaskbarStashInputConsumer()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A 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()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLiteTest.java | 290 bugReportAction.onLongPress(); in testShouldLogBugreportLongPress() 414 shutDownAction.onLongPress(); in testShouldLogShutdownLongPress() 430 restartAction.onLongPress(); in testShouldLogRebootLongPress()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | ShutterButton.java | 70 public void onLongPress(MotionEvent event) { in onLongPress() method in ShutterButton.LongPressGestureListener
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaKeyDispatcher.java | 254 void onLongPress(KeyEvent keyEvent) { in onLongPress() method in MediaKeyDispatcher
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A 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()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/ |
H A D | FilmstripLayout.java | 473 public void onLongPress(float x, float y) { in onLongPress() method in FilmstripLayout.OpenFilmstripGesture 474 mFilmstripGestureListener.onLongPress(x, y); in onLongPress()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | LockIconViewController.java | 592 this::onLongPress, LONG_PRESS_TIMEOUT); in onTouchEvent() 607 this::onLongPress, LONG_PRESS_TIMEOUT); in onTouchEvent() 636 private void onLongPress() { in onLongPress() method in LockIconViewController
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/policy/ |
H A D | SingleKeyGestureTests.java | 96 void onLongPress(long downTime) { in initSingleKeyGestureRules()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLite.java | 769 public boolean onLongPress() { in onLongPress() method in GlobalActionsDialogLite.ShutDownAction 900 public boolean onLongPress() { in onLongPress() method in GlobalActionsDialogLite.RestartAction 1015 public boolean onLongPress() { in onLongPress() method in GlobalActionsDialogLite.BugReportAction 1381 return ((LongPressAction) action).onLongPress(); 1472 return ((LongPressAction) action).onLongPress(); 1544 return ((LongPressAction) action).onLongPress(); 1648 boolean onLongPress();
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
H A D | EmojiPageKeyboardView.java | 230 public void onLongPress(final MotionEvent e) { in onLongPress() method in EmojiPageKeyboardView
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
H A D | WorkspaceTouchListener.java | 167 public void onLongPress(MotionEvent event) { in onLongPress() method in WorkspaceTouchListener
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | SeekBarViewModel.kt | 408 override fun onLongPress(event: MotionEvent) {}
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | DecorCaptionView.java | 398 public void onLongPress(MotionEvent e) { in onLongPress() method in DecorCaptionView
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | ToggleRangeBehavior.kt | 330 override fun onLongPress(e: MotionEvent) {
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
H A D | StatePanelTrack.java | 96 public void onLongPress(MotionEvent e) { in StatePanelTrack()
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/month/ |
H A D | MonthByWeekAdapter.java | 347 public void onLongPress(MotionEvent e) { in onLongPress() method in MonthByWeekAdapter.CalendarGestureListener
|