Home
last modified time | relevance | path

Searched defs:onLongPress (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
DFilmstripGestureRecognizer.java44 void onLongPress(float x, float y); in onLongPress() method
90 public void onLongPress(MotionEvent e) { in onLongPress() method in FilmstripGestureRecognizer.MyGestureListener
DModeListView.java311 public void onLongPress(MotionEvent e) { in onLongPress() method in ModeListView.ModeListState
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DWorkspaceTouchListener.java195 public void onLongPress(MotionEvent event) { in onLongPress() method in WorkspaceTouchListener
/packages/apps/Camera2/src/com/android/camera/
DShutterButton.java70 public void onLongPress(MotionEvent event) { in onLongPress() method in ShutterButton.LongPressGestureListener
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DSwapButton.java82 public void onLongPress(MotionEvent e) { in onLongPress() method in SwapButton
/packages/services/Car/car-lib/src/android/car/app/
DCarTaskViewInputInterceptor.java272 public void onLongPress(@NonNull MotionEvent e) { in onLongPress() method in CarTaskViewInputInterceptor.TaskViewGestureListener
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPageKeyboardView.java230 public void onLongPress(final MotionEvent e) { in onLongPress() method in EmojiPageKeyboardView
/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripLayout.java473 public void onLongPress(float x, float y) { in onLongPress() method in FilmstripLayout.OpenFilmstripGesture
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthByWeekAdapter.kt316 override fun onLongPress(e: MotionEvent) { in onLongPress() method in CalendarGestureListener
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/components/mediagrid/
DMediaGrid.kt188 { item, isSelected, onClick, onLongPress, in onLongPress() method
/packages/apps/DeskClock/src/com/android/deskclock/
DClockFragment.kt229 override fun onLongPress(e: MotionEvent) { in onLongPress() method in com.android.deskclock.ClockFragment
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java694 public void onLongPress(MotionEvent e) { in onLongPress() method in SlotView.MyGestureListener
/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java344 public void onLongPress(MotionEvent e) { in onLongPress() method in GridViewSpecial.MyGestureDetector
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1162 protected boolean onLongPress(Key popupKey) { in onLongPress() method in KeyboardView
/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt3522 override fun onLongPress(ev: MotionEvent) { in onLongPress() method in CalendarGestureListener