Home
last modified time | relevance | path

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

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DItemSimpleGestureListener.java52 public void onLongPress(View view, MotionEvent e); in onLongPress() method
DMediaItemView.java183 public void onLongPress(MotionEvent e) { in onLongPress() method in MediaItemView.MyGestureListener
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DLatinKeyboardView.java394 protected boolean onLongPress(Key parentKey, PointerTracker tracker) { in onLongPress() method in LatinKeyboardView
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DTextCandidatesViewManager.java874 public void onLongPress(MotionEvent arg0) { in onLongPress() method in TextCandidatesViewManager
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java698 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/Calendar/src/com/android/calendar/
DDayView.java4614 public void onLongPress(MotionEvent ev) { in onLongPress() method in DayView.CalendarGestureListener