Home
last modified time | relevance | path

Searched refs:onLongPress (Results 1 – 16 of 16) 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
91 mListener.onLongPress(e.getX(), e.getY()); in onLongPress()
DModeListView.java311 public void onLongPress(MotionEvent e) { in onLongPress() method in ModeListView.ModeListState
/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripLayout.java473 public void onLongPress(float x, float y) { in onLongPress() method in FilmstripLayout.OpenFilmstripGesture
474 mFilmstripGestureListener.onLongPress(x, y); in onLongPress()
DFilmstripView.java2740 public void onLongPress(float x, float y) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DSwapButton.java82 public void onLongPress(MotionEvent e) { in onLongPress() method in SwapButton
/packages/apps/Camera2/src/com/android/camera/
DShutterButton.java70 public void onLongPress(MotionEvent event) { in onLongPress() method in ShutterButton.LongPressGestureListener
/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/Launcher3/src/com/android/launcher3/touch/
DWorkspaceTouchListener.java168 public void onLongPress(MotionEvent event) { in onLongPress() method in WorkspaceTouchListener
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanelTrack.java95 public void onLongPress(MotionEvent e) { in StatePanelTrack()
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthByWeekAdapter.java347 public void onLongPress(MotionEvent e) { in onLongPress() method in MonthByWeekAdapter.CalendarGestureListener
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1147 boolean result = onLongPress(popupKey); in openPopupIfRequired()
1162 protected boolean onLongPress(Key popupKey) { in onLongPress() method in KeyboardView
/packages/apps/DeskClock/src/com/android/deskclock/
DClockFragment.java256 public void onLongPress(MotionEvent e) { in onLongPress() method in ClockFragment.CityListOnLongClickListener
/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/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageShow.java899 public void onLongPress(MotionEvent arg0) {
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java3894 public void onLongPress(MotionEvent ev) { in onLongPress() method in DayView.CalendarGestureListener